_ _ __ _
| | | | ___ _ _ ___ ___ / _| (_) _ __ ___
| |_| | / _ \ | | | | / __| / _ \ | |_ | | | '__| / _ \
| _ | | (_) | | |_| | \__ \ | __/ | _| | | | | | __/
|_| |_| \___/ \__,_| |___/ \___| |_| |_| |_| \___|
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://3e254524b630ee5a1d0df6aa40b4ed1370b5e51a@74.50.93.254:26656,tcp://0ed550f6f3acc48505fb194ad7966d923db5f7bb@167.99.185.160:26656,tcp://9a8b49025b395b356d8b76591ab84134bbb435fd@138.197.133.118:26656,tcp://76950046528ef89d6e87d835d7a629533475a619@23.88.13.45:21556"#' $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: