After unintentionally hardforking testnet (main net not affected), we have restored a working copy of testnet. Anyone feeling like joining testnet can connect to 51.15.139.238:19798
and 2001:bc8:17c0:41e:46a8:42ff:fe22:e8e9:19798
. If you’ve run testnet before, you need to clear your testnet state as that’s occupied by the old testnet that we’ve hardforked away from.
On Linux that can be done with the command rm -rf ~/.local/share/neptune/testnet/
.
I can’t guarantee that there will always be composing and new blocks happening on testnet. Feel free to compose and mine there yourself, or ask a team member if you need us to turn on mining on testnet.
A testnet block explorer runs on http://51.158.203.7/.
Here’s the command I use to start a testnet node:
neptune-core --network testnet --peers 51.15.139.238:19798 --tx-proof-upgrade-interval=0 --peer-port=19798 --rpc-port=19799