junod init [moniker] --chain-id lucina
- Download and replace the lucina Testnet genesis.json by:
curl https://raw.githubusercontent.com/CosmosContracts/testnets/main/lucina/genesis.json > ~/.juno/config/genesis.json
- For network configuration, in
~/.juno/config/config.toml
, please modify the configurations ofpersistent_peers
by:
sed -i.bak -E 's#^(persistent_peers[[:space:]]+=[[:space:]]+).*$#\1"[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656"#' ~/.juno/config/config.toml
Once the junod has been configured, we are ready to start the node and sync the blockchain data:
junod start