crossfi-icon

Addrbook File Testnet CrossFi

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: 216K
Last Update: 40 minute ago

Instructions with terminal

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