Releases: seraphis-migration/monero
FCMP++ & Carrot beta stressnet v1.0
Overview
This is the v1.0 release of the FCMP++ and Carrot beta stressnet software.
The FCMP++ and Carrot beta stressnet will hard fork from the current testnet on May 6, 2026, at block 2997100. Included below is the software you can use to participate in the beta stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over 2 years, while research, security reviews, and audits have progressed in tandem. This beta stressnet will be the second live network testing the FCMP++ and Carrot integration open to the public.
Beta Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is beta software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC/GUI binaries
This beta release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.
FCMP++ & Carrot alpha stressnet v1.6
Overview
This is the v1.6 release of the FCMP++ and Carrot alpha stressnet software. This release includes tx relay v2, which significantly reduces bandwidth usage for the tx relaying protocol. Changes include:
- Daemon: Tx relay v2 (#184)
- Dameon: Revert stressnet-specific pool complement handling changes (#287)
- Daemon: Connection patches (#289)
The FCMP++ and Carrot alpha stressnet hard forked from the current testnet on October 3rd, 2025, at block 2847330. Included below is the software you can use to participate in the alpha stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over a year, while research, security reviews, and audits have progressed in tandem. This alpha stressnet will be the first live network testing the FCMP++ and Carrot integration open to the public.
Alpha Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is ALPHA software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
- The block explorer.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC/GUI binaries
This alpha release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.
FCMP++ & Carrot alpha stressnet v1.5
Overview
This is the v1.5 release of the FCMP++ and Carrot alpha stressnet software. This release mitigates out-of-memory kills (OOM's) and includes a large number of improvements. This release also includes GUI binaries. Changes include:
- Daemon: Drastically reduce the memory footprint of FCMP++ verification and smarter multithreaded sync (#224)
- Daemon: Limit
glibcfrom using more memory arenas than threads (#229) - Daemon: Prevent runaway spans when downloading the chain from overloading memory (#222, #275)
- Daemon: Dynamically adjust the amount of blocks downloaded based on sync speed (#234)
- Daemon: Fix logging lock behavior (#235)
- Daemon: Fix broken sync state when the pool reaches capacity (#252)
- Daemon: Don't process pool txs that would push the pool over capacity (#254)
- Daemon: Fix FCMP++ block serialization in ZMQ (#256)
- Daemon: Don't drop connections that relay pool txs with a high FCMP++ reference block (#262)
- Daemon: Fix race causing dropped connections during sync (#265)
- Daemon: Speed up sync using optimized
proof_lencalculation and by waiting to decompress points until verifying (#269) - Daemon: Faster
/is_key_image_spentRPC (#281) - Wallet: Fix payment ID false positive on Carrot receive (#218)
- Wallet: Fix input selection subroutine, and enable limiting the number of inputs when constructing a tx (#242)
- Wallet: Exclude 0-amount Carrot outputs from
get_transfers(#249) - Wallet: Fix edge case where tx's key images remain marked unspent, causing unexpected double spend errors (#261)
- Wallet: Filter 0-amount inputs before input selection (#273)
The FCMP++ and Carrot alpha stressnet hard forked from the current testnet on October 3rd, 2025, at block 2847330. Included below is the software you can use to participate in the alpha stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over a year, while research, security reviews, and audits have progressed in tandem. This alpha stressnet will be the first live network testing the FCMP++ and Carrot integration open to the public.
Alpha Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is ALPHA software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
- The block explorer.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC/GUI binaries
This alpha release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.
FCMP++ & Carrot alpha stressnet v1.4
Overview
This is the v1.4 release of the FCMP++ and Carrot alpha stressnet software. Changes include:
- Daemon: cache input verification results and rebase on top of upstream master (#206)
- Sourced from monero-project#10157
- blockchain_prune: fix the tool for FCMP++ (#196)
- tx pool: only increment m_txpool_weight for newly added txs (#195)
- This should help fix an issue where the daemon ends up removing all txs in the pool but 1.
- tx pool: don't drop connections relaying key images spent in chain (#207)
- p2p: don't request pool complement until synced (#209)
The FCMP++ and Carrot alpha stressnet hard forked from the current testnet on October 3rd, 2025, at block 2847330. Included below is the software you can use to participate in the alpha stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over a year, while research, security reviews, and audits have progressed in tandem. This alpha stressnet will be the first live network testing the FCMP++ and Carrot integration open to the public.
Alpha Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is ALPHA software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
- The block explorer.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC binaries
This alpha release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.
FCMP++ & Carrot alpha stressnet v1.3
Overview
This is the v1.3 release of the FCMP++ and Carrot alpha stressnet software. Changes include:
- Daemon: faster sync by verifying batches of FCMP++ proofs in parallel (#178)
- Wallet: CLI & RPC speed up refresh and show_transfers w/large pool (#162)
- Wallet: fix sporadic GUI / wallet API large tx construction failures (#187)
- Wallet: fast block popping (on reorg or bad password) + fix tree cache ref counter + better logging (#186)
- p2p: reduce bandwidth usage from tx re-relay (#177, #188)
- p2p: peers remained banned for only 2 minutes (#182)
The FCMP++ and Carrot alpha stressnet hard forked from the current testnet on October 3rd, 2025, at block 2847330. Included below is the software you can use to participate in the alpha stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over a year, while research, security reviews, and audits have progressed in tandem. This alpha stressnet will be the first live network testing the FCMP++ and Carrot integration open to the public.
Alpha Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is ALPHA software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
- The block explorer.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC binaries
This alpha release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.
FCMP++ & Carrot alpha stressnet v1.2
Overview
This is the v1.2 release of the FCMP++ and Carrot alpha stressnet software. Changes include:
- Wallet: identify spends in pool when scanning (#135)
- Wallet: faster refresh for wallets with many outputs and large pool (#154)
- Wallet: fix handling reorg when restore height's prev block is reorged (#145)
- Minor improvements for daemon connectivity:
- Update seed nodes (#167, #170)
The FCMP++ and Carrot alpha stressnet hard forked from the current testnet on October 3rd, 2025, at block 2847330. Included below is the software you can use to participate in the alpha stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over a year, while research, security reviews, and audits have progressed in tandem. This alpha stressnet will be the first live network testing the FCMP++ and Carrot integration open to the public.
Alpha Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is ALPHA software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
- The block explorer.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC binaries
This alpha release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.
FCMP++ & Carrot alpha stressnet v1.1
Overview
This is the v1.1 release of the FCMP++ and Carrot alpha stressnet software. It fixes:
- Sync on Windows and 32-bit machines (#119)
- If you are on a Windows or 32-bit machine, and already used alpha stressnet v1 to sync or started the migration using v1, then you must delete your testnet blockchain database and re-sync from scratch using v1.1.
transferandsweepcommands in the CLI wallet before the FCMP++ fork (#123)- Debug build sync after the FCMP++ hard fork (#125)
versioncommand in the daemon (#126)
The FCMP++ and Carrot alpha stressnet is scheduled to hard fork from the current testnet on October 3rd, 2025, at block 2847330! Included below is the software you can use to participate in the alpha stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over a year, while research, security reviews, and audits have progressed in tandem. This alpha stressnet will be the first live network testing the FCMP++ and Carrot integration open to the public.
Alpha Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is ALPHA software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
- The block explorer.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC binaries
This alpha release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.
FCMP++ & Carrot alpha stressnet v1
❗ UPDATE: the stressnet has updated fixing various issues, please make sure you are using the latest version at: https://github.com/seraphis-migration/monero/releases/latest
Overview
The FCMP++ and Carrot alpha stressnet is scheduled to hard fork from the current testnet on October 3rd, 2025, at block 2847330! Included below is the software you can use to participate in the alpha stressnet.
FCMP++ is a proposed upgrade to replace ring signatures with membership proofs that span the whole chain. When spending Monero, instead of making a ring signature proving you own 1 of 16 Monero outputs, you make a proof that you own 1 of the 150 million+ Monero outputs from across the entire Monero blockchain.
Carrot is a proposed upgrade to Monero's addressing protocol, bringing new security, privacy, and usability features, while maintaining backwards compatibility with existing addresses.
Both FCMP++ and Carrot have been in development for over a year, while research, security reviews, and audits have progressed in tandem. This alpha stressnet will be the first live network testing the FCMP++ and Carrot integration open to the public.
Alpha Stressnet Information
To participate, please follow the instructions below. If you encounter any issues/bugs/annoyances, please share a detailed issue here. You can also join the stressnet matrix room: #monero-stressnet:monero.social.
We want as many people testing and reporting issues as possible to help prepare for a smooth launch of FCMP++ and Carrot. Be warned: this is ALPHA software, and will likely have bugs. Please share bug reports that are as detailed as possible! Try to describe the exact set of steps to reproduce any errors you encounter, and if possible, share wallet and daemon logs using log level 2. Detailed bug reports will help us solve bugs right away.
Some things to keep in mind:
- If you have an existing testnet daemon synced already, the initial database migration can take several hours to complete.
- We recommend making a copy of the database so that you have a backup from before the migration.
- Your FCMP++ wallet MUST point to an FCMP++ compatible daemon.
- Constructing many input transactions takes some time.
- The following features are not yet functional:
- Watch-only wallets & cold wallets.
- Hardware wallet support.
- Multisig.
- Transaction proofs.
- The block explorer.
Thank you and happy testing!
❗❗❗ WARNING: stressnet anonymity set
The anonymity set of running a node on the mainnet Monero network is in the thousands. The anonymity set of running a node on this stressnet will be in the dozens at best. If you run a stressnet node on your machine, the IP address of your machine (or the proxy's IP address if your machine uses a proxy) will be visible to other nodes on the network. If you have an extreme threat model, this may be an unacceptable risk for you.
Download daemon/CLI/RPC binaries
This alpha release includes binaries you can download. Just find your machine below, and download the zip file. You will find the binaries inside.
Using daemon/CLI/RPC/GUI wallet
You can run use these like normally, just remember to provide the --testnet flag for the daemon, CLI, and RPC.
For GUI, select the "testnet" network type from the drop-down menu in "advanced settings". The daemon port should be 28081.
Compiling from source
Here is a simple python script you can execute to compile and build from source yourself.