CrossFi Seeds and Peers
Chain ID:
crossfi-evm-testnet-1
Current Node Version:
v0.4.0
Our seed node
You might also decide to use a seed node to bootstrap your node.
de9daabf7d001c44749bca2eab3085d40ef3accb@crossfi-t-rpc.noders.services:26056
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
de9daabf7d001c44749bca2eab3085d40ef3accb@crossfi-t-rpc.noders.services:26056
Live Peers
Here is a list of 8 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml
if you have trouble finding peers.
fd4bea3ad739b8cddcece47f6a0a73a43e837164@5.9.116.21:26056,1057603f35bcbd4e9d4f5f36e583c1e05f11af2c@65.21.236.46:31656,adae6e44529b4f8c2e0779241ace748b688fce41@161.97.141.169:30656,9a4ec83f519678da0d4fa12acc4a95b112b58dee@65.109.59.22:26056,abd63e0eeb7d86514dbb6731acaf465492308682@65.109.113.233:26056,fbd7150f94c4f3e8bf542b1820fd99905b23e82e@49.13.145.183:26656,89752fa7945a06e972d7d860222a5eeaeab5c357@128.140.70.97:26656,62adff3a93a838d9fa46fad4015cbb2a00ca36ba@148.251.235.130:19656
Here is a script for you to update persistent_peers
setting in config.toml
. Stale peers can cause node inefficiency over time, so the script below selects a few random live peers.
PEERS=abd63e0eeb7d86514dbb6731acaf465492308682@65.109.113.233:26056,fd4bea3ad739b8cddcece47f6a0a73a43e837164@5.9.116.21:26056,89752fa7945a06e972d7d860222a5eeaeab5c357@128.140.70.97:26656,1057603f35bcbd4e9d4f5f36e583c1e05f11af2c@65.21.236.46:31656,62adff3a93a838d9fa46fad4015cbb2a00ca36ba@148.251.235.130:19656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.mineplex-chain/config/config.toml
sudo systemctl restart crossfid
sudo journalctl -fu crossfid --no-hostname -o cat
Address book
The address book contains a list of previously connected peers. It helps your node find and connect to the network quickly. Download our address book to speed up your initial connection:
curl https://snapshots.noders.services/crossfi/addrbook.json -o ~/.mineplex-chain/config/addrbook.json
sudo systemctl restart crossfid