Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add seeds for easy mainnet connect and webui #936

Merged
merged 9 commits into from
Dec 31, 2023
3 changes: 3 additions & 0 deletions cmd/quicksilverd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ func initTendermintConfig() *tmcfg.Config {
cfg.P2P.MaxNumInboundPeers = 30
cfg.P2P.MaxNumOutboundPeers = 20

// seeds
cfg.P2P.Seeds = "940c0dc153b0e344de6368d101a97fd4d9e69eff@seeds.cros-nest.com:25656,ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:11156,20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:11156,babc3f3f7804933265ec9c40ad94f4da8e9e0017@seed.rhinostake.com:11156,ebc272824924ea1a27ea3183dd0b9ba713494f83@quicksilver-mainnet-seed.autostake.com:27026,8542cd7e6bf9d260fef543bc49e59be5a3fa9074@seed.publicnode.com:26656,a85a651a3cf1746694560c5b6f76d566c04ca581@quicksilver-seed.takeshi.team:10456,559e316b30830ddd5e93617592ef70330ecce86d@seed-quicksilver.ibs.team:16656,95fe6a416dff4150e0394f8b429743db60ea1327@seed-node.mms.team:27656"

// block times (this comes in post-50)
// cfg.Consensus.TimeoutCommit = 2 * time.Second // 2s blocks, think more on it later
// cfg.Consensus.SkipTimeoutCommit = false // when we have 100% of signatures, block is done, don't wait for the TimeoutCommit
Expand Down
Loading