Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.32 KB

Join_chain.md

File metadata and controls

30 lines (16 loc) · 1.32 KB

Requirements

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

How to join the chain as a full node

  1. Initialize the node files with: quasarnoded init < node_moniker > --chain-id < qsr-internal-questnet-01/02/03/etc >

  2. 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

  3. Set the persistent_peers parameter in the ~/.quasarnoded/config/config.toml with the ones listed in persistent_peers.txt file in the repo (remove the node itself from the list if needed) example file for questnet v02

  4. Start the quasar service. If you installed the systemd unit, it should be something like sudo 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