This guide assumes that you have our binary installed. Please see Get quasar for more info.
FYI: Last questnet version uses git tag v0.0.1-alpha-6
-
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.json
-
Set the
persistent_peers
parameter in the~/.quasarnoded/config/config.toml
with the ones listed inpersistent_peers.txt
file in the repo (remove the node itself from the list if needed) example file for questnet v02 -
Start the
quasar
service. 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