coreum-icon

Addrbook File Coreum

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: 140K
Last Update: 17 hours ago

Instructions with terminal

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