Archive RPC

Provides access to historical blockchain data with the indexing feature enabled.

https://rpc.namada.online

State Sync

Speeds up the process of syncing a new node with the blockchain by allowing it to quickly catch up with the current chain state.

To join the network using state sync, you need to do the following:

  1. Stop your node if it is running.

  2. Edit the config.toml file located in the default path. Update the ledger.cometbft.statesync section of the configuration file with the following content:

    
    [ledger.cometbft.statesync]
    enable = true
    rpc_servers = "https://rpc.namada.online,https://rpc.namada.online"
    trust_height = 3397531
    trust_hash = "B4A1BA6BA40F8C5B0A6E873021B747123D494A841E135031557E0DCD56884FB4"
    
    

    By default, the configuration file is located in the $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/config.toml directory.

  3. Start the node.

Snapshots