Persistent PeersThe persistent peers list is updated every day. Here is the list of persistent peers:
Copy [email protected] :26656,[email protected] :55656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :12656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656
You can use the following to update the peers in config.toml file
Copy [email protected] :26656,[email protected] :55656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :12656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656,[email protected] :26656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.oraid/config/config.toml
AddrBook FileThe Addrbook is updated once every week. Stop the node, download addrbook.json file, replace it and restart the node.
Copy wget -O addrbook.json https://snapshots.synergynodes.com/addrbook/oraichain/addrbook.json --inet4-only
mv addrbook.json $HOME/.oraid/config
Genesis FileWe recommend you to download the genesis.json file from Oraichain official Github page. However, we also provide the same copy of the genesis.json file. You can download and replace the genesis.json file using the following commands.
Copy wget -O genesis.json https://snapshots.synergynodes.com/genesis/oraichain/genesis.json --inet4-only
mv genesis.json $HOME/.oraid/config
IBC RelayersOraichain <--------> Acrechain