swisstronik-icon

Addrbook File Testnet Swisstronik

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

Instructions with terminal

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