Joining a network
Requirements
This guide assumes that you have our binary installed.
Please see Get Quasar for more info.
NOTE: Check the last corresponding version, chain id, and more in the introduction.
How to join the chain as a full node
Initialize the node files with:
quasarnoded init < node_moniker > --chain-id < qsr-internal-questnet-01/02/03/etc >Download the genesis file from the corresponding version, e.g:
https://github.com/quasar-finance/questnet/blob/main/v03/definitive-genesis.json
and replace the one in the appropriate path, e.g.:~/.quasarnoded/config/genesis.jsonSet the
persistent_peersparameter in the~/.quasarnoded/config/config.tomlwith the ones listed in thepersistent_peers.txtfile in the repo (remove the node itself from the list if needed) example file for questnet v02
- Start the
quasarservice. If you installed the systemd unit, it should be something likesudo systemctl start quasard
This will make the node sync its state with the chain.
This will take several hours
More info here: https://hub.cosmos.network/main/hub-tutorials/join-testnet.html
Extra: You can promote your node to validator following this guide