Testnets
Last updated
Was this helpful?
Last updated
Was this helpful?
You can test your DApp using a if you want to set one up. In most cases, though, you might not need to set up a testnet yourself. Instead, you can using an existing testnet. Here are the running testnets you can utilize.
You can run tests with , , or .
This is a testnet for smartBCH with votes from a BCHN testnet, which has a bitcoincashnode client which mines with CPU.The chain ID is 0x2711. You can use the following JSON-RPC nodes:
http://35.220.203.194:8545
https://moeing.tech:9545
Test coin faucet can be found at http://13.214.162.63:8080/faucet or http://moeing.tech:8080/faucet
We sincerely thank for donating several cloud servers to bring up this testnet.
In this testnet, the gas price can be as low as 0.2Gwei.
To join this testnet as a non-validator node, follow the steps below:
First, build the latest binary by running the steps of .
Second, clone & build smartbch:
Third, prepare the working directory:
Last, start smartbchd.
If you want to join the underlying BCH testnet, here is the configuration file for bitcoincashnode:
Second, prepare smartBCH testnet home directory:
Last, start smartbchd using Docker like this:
Then you can join the testnet as a non-validator. If want to become a validator, please follow .
You can also run your smartBCH testnet node using Docker. First, clone smartBCH and build Docker image for testnet (or ):