3. Testnet Setup
If you haven't already, you will need to clone the Chia Blockchain repository, then follow the below steps to set it up and configure it for the testnet.
Setup
tip
If you are using Windows, we recommend PowerShell, and you may need to replace forward slashes / with backslashes \.
- Open the
chia-blockchainfolder in a command prompt of your choice. - Set the environment variable
CHIA_ROOTto~/.chia/testnet10. - Run
./Install.ps1on Windows or./install.shon MacOS or Linux. - Run
. ./activateto use the Python virtual environment. - Run
chia initto setup and configure Chia. - Run
chia keys generateto prepare the wallet keys. - Run
chia configure -t trueto use the Testnet. - Download the Testnet database and place it in the
~/.chia/testnet10/dbfolder. - Finally, run
chia start nodeto start the full node.
Faucet
Now you can set up the wallet and use a faucet to receive Testnet coins to use in the upcoming guides.
- Run
chia start walletto start the wallet. - Run
chia wallet get_addressto get the next wallet address. - Go to the Testnet faucet and give it your address.
- Wait a minute or two and run
chia wallet showto check your balance.
Conclusion
You should now be ready to use the Testnet to create and spend smart coins. As always, if you ran into any issues while setting up the Testnet, feel free to ask for support on our Keybase team.