router-icon

Addrbook File Testnet Router

addrbook.json is a configuration file used in the Tendermint/Cosmos network to organize and store information about the addresses of connected nodes in the network. It is typically used for bootstrapping purposes or to identify and communicate with other nodes in the Cosmos blockchain network.

Addrbook Info

Addrbook Size: 76K
Last Update: 53 day ago

Instructions with terminal

  • Stop your node:
    sudo systemctl stop routerd
  • Download Addrbook:
    wget -O $HOME/.routerd/config/addrbook.json "https://snapshot-de-1.genznodes.dev/router/addrbook.json"
  • Restart node:
    sudo systemctl restart routerd
    sudo journalctl -fu routerd -o cat