seda-icon

Addrbook File Seda

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: 92K
Last Update: 6 hours ago

Instructions with terminal

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