_   _                           _         __  __       _                  _   
 | \ | | __ _ _ __ ___   __ _  __| | __ _  |  \/  | __ _(_)_ __  _ __   ___| |_ 
 |  \| |/ _` | '_ ` _ \ / _` |/ _` |/ _` | | |\/| |/ _` | | '_ \| '_ \ / _ \ __|
 | |\  | (_| | | | | | | (_| | (_| | (_| | | |  | | (_| | | | | | | | |  __/ |_ 
 |_| \_|\__,_|_| |_| |_|\__,_|\__,_|\__,_| |_|  |_|\__,_|_|_| |_|_| |_|\___|\__|
                                                                                
 
NAMADA MAINNET
Genesis Time: DateTimeUtc(2024-12-03T15:00:00Z) Chain id: namada.5f5de2dd1b88cba30586420 Version: v1.0.0 Purpose: Mainnet Peer: "tcp://05309c2cce2d163027a47c662066907e89cd6b99@104.251.123.123:26656"

Commands to join:

# set custom configs server export NAMADA_NETWORK_CONFIGS_SERVER="https://github.com/anoma/namada-mainnet-genesis/releases/download/mainnet-genesis" # for genesis valdiators # skip for post-genesis validators and fullnodes (also skip the last flag on the next step if that is the case) export VALIDATOR_ALIAS=your-validator-alias # join network # if your base_dir is not $HOME/.local/share/namada adjust this command accordingly namadac utils join-network --chain-id namada.5f5de2dd1b88cba30586420 --genesis-validator $VALIDATOR_ALIAS # add persistent peer (adjust for base_dir if needed) sed -i 's#persistent_peers = ".*"#persistent_peers = "'\ 'tcp://05309c2cce2d163027a47c662066907e89cd6b99@104.251.123.123:26656,'\ 'tcp://54386c1252ecabe5ba1fae2f083b37ca5ebd57dc@192.64.82.62:26656,'\ 'tcp://2bf5cdd25975c239e8feb68153d69c5eec004fdb@64.118.250.82:46656'\ '"#' $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/config.toml # ...and you're ready to start your node! namadan ledger run
How to join/More info: Namada Mainnet - Validator/Fullnode Instructions Chain config .env: namada.env Snapshot: Download
Interface: https://interface.namada.tududes.com RPC: https://rpc.namada.tududes.com Indexer: https://indexer.namada.tududes.com/api/v1/pos/validator/all (See: https://github.com/anoma/namada-indexer/blob/main/swagger.yml for list of endpoints.) Masp Indexer: https://masp.namada.tududes.com/api/v1/height (See: https://github.com/anoma/namada-masp-indexer/blob/master/swagger.yml ---- Links: