Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 622 Bytes

Crescent-peer.md

File metadata and controls

18 lines (15 loc) · 622 Bytes

State-Sync Peer for Crescent.

To synchronize, you can use our peer by adding it to the config.toml file.
2f31e1c4cfcecc04d6f3f4b3c9b8ac63158a3bac@188.172.228.225:26686

To add the peer, you can use the following instructions:

PEERS=2f31e1c4cfcecc04d6f3f4b3c9b8ac63158a3bac@188.172.228.225:26686
sed -i.bak -e "s/^persistent_peers =./persistent_peers = "$PEERS"/" $HOME/.crescent/config/config.toml

Alternatively, you can add it manually.
Open the config.toml file with the nano editor.

nano .crescent/config/config.toml

Add the peer YTWOFUND to the "persistent_peers" line.