Zen Testnet
The Sia Foundation has made a test environment available for users wishing to test hardforks, software developments, and integration within the Sia ecosystem via the Zen Testnet.
The Zen Testnet offers a secure environment to experiment with renterd
, hostd
, and walletd
and explore the capabilities of Siacoin without the risk of losing real Siacoins, but also with no real-world value.
Running testnet
Running our software on the testnet is similar to running it on the mainnet. First, download the binary for renterd, hostd, or walletd from our official website. Then, follow the same setup instructions for renterd, hostd or walletd, up until the point of running the software.
For Linux or macOS users, then simply run the software with the testnet runtime flag:
renterd --network=zen
hostd --network=zen
walletd --network=zen
Windows users can run the executable with a similar flag:
renterd -network=zen
hostd -network=zen
walletd -network=zen
Funding your testnet address
With the availability of zSC, the Zen Testnet faucet provides a convenient way to acquire zSC by simply providing your Sia wallet's address.
Once on the page, enter a Sia wallet address of either renterd
, hostd
, or walletd
, then enter the amount of Zen Siacoins (zSC) you wish to fund that address with.

Block Explorer
Our web-based block explorer and analytics tool is tailored for the Sia network. This comprehensive platform offers users a wide range of insights into the intricacies of the Siacoin network.
Visit SiaScan Zen, our block explorer, to gain valuable insights into the testnet's activity, view transaction history, and monitor block confirmations.

Last updated
Was this helpful?