We provide seeds and live-peers to allow node operators to efficiently connect a node to the network
A common practice is to use a seed to connect to the network.
You can add our seed node in seeds
in your config.toml
file:
[email protected]:24156Community seed nodes
If you would like to add additional seeds, here are some provided by the community:
f89dcc15241e30323ae6f491011779d53f9a5487@mainnet-seed1.firmachain.dev:26656,04cce0da4cf5ceb5ffc04d158faddfc5dc419154@mainnet-seed2.firmachain.dev:26656,940977bdc070422b3a62e4985f2fe79b7ee737f7@mainnet-seed3.firmachain.dev:26656Quickly update your seed nodes
Update your seeds in config.toml
seeds="[email protected]:24156,f89dcc15241e30323ae6f491011779d53f9a5487@mainnet-seed1.firmachain.dev:26656,04cce0da4cf5ceb5ffc04d158faddfc5dc419154@mainnet-seed2.firmachain.dev:26656,940977bdc070422b3a62e4985f2fe79b7ee737f7@mainnet-seed3.firmachain.dev:26656" sed -i -e "s/^seeds *=.*/seeds = \"$seeds\"/" $HOME/.firmachain/config/config.toml# Restart your node
systemctl restart firmachain.service
Here is a list of active peers as observed by our nodes
If you have trouble finding peers, you can add these 5 random peers as persistent_peers
in your config.toml
file:
...
Quickly update your peers# Update your persistent_peers in config.toml
peers="..." sed -i -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.firmachain/config/config.toml# Restart your node
systemctl restart firmachain.service
BlueStake contribute to Firmachain by offering several tools and services,
tailored for users, developers, and node operators.