hedgeblock-icon

Addrbook File Testnet Hedgeblock

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: 164K
Last Update: 15 hours ago

Instructions with terminal

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