_ _ __ _
| | | | ___ _ _ ___ ___ / _| (_) _ __ ___
| |_| | / _ \ | | | | / __| / _ \ | |_ | | | '__| / _ \
| _ | | (_) | | |_| | \__ \ | __/ | _| | | | | | __/
|_| |_| \___/ \__,_| |___/ \___| |_| |_| |_| \___|
Commands to join:
# set custom configs server
export NAMADA_NETWORK_CONFIGS_SERVER="https://github.com/vknowable/namada-campfire/releases/download/housefire-alpaca"
# join network
# if your base_dir is not $HOME/.local/share/namada adjust this command accordingly
namadac utils join-network --chain-id housefire-alpaca.cc0d3e0c033be --add-persistent-peers
# add persistent peer (adjust for base_dir if needed)
sed -i 's#persistent_peers = ".*"#persistent_peers = "tcp://1dae6535bf5e4663ccb7c7294c129221b6018d22@168.119.37.164:26656,tcp://0b77c9383fddb348b26aebc2329ea5a0817c70e5@housefire.seed.mandragora.io:26656,tcp://2601c10d03a2bafe5509106ce011889838a54531@seed.testnet.siuuu.click:26656"#' $HOME/.local/share/namada/housefire-alpaca.cc0d3e0c033be/config.toml
# ...and you're ready to start your node!
namadan ledger run
How to join/More info: