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_peersby:
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.tomlOnce the junod has been configured, we are ready to start the node and sync the blockchain data:
junod start