c4e-icon

Addrbook File Chain4Energy

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: 192K
Last Update: 18 hours ago

Instructions with terminal

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