Due to the impossibility of recovering the network liveness, we have to relaunch a new network with a hard spoon from the state of the last finalized block 3695796.
- Explorer for the discontinued ChainX 2.0 network: https://scan-old.chainx.org/
- Explorer for the new ChainX 3.0 network: https://scan.chainx.org/
Guide for joining the new mainnet
- Grab the latest binary.
- Download the prebuilt binary from the release page.
- Compile it from the source for now if the prebuilt binary does not work on your OS.
- Use docker:
chainxorg/chainx:v3.0.0
- Remove the old
db
or set a new value for thebase-path
option.
$ rm -fr YOUR_OLD_BASE_PATH/chains/chainx/db
- Follow the instructions from https://chainx-org.github.io/documentation/zh/docs/validators/#%E5%90%8C%E6%AD%A5%E8%87%B3%E9%93%BE%E7%9A%84%E6%9C%80%E6%96%B0%E7%8A%B6%E6%80%81 to join the network. If you are running a validator node, remember to set new session keys before sending the
validate
extrinsic, your old session keys are invalid now.