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

Need more seed nodes, run by more validators #968

Closed
4 tasks
faddat opened this issue Sep 14, 2021 · 4 comments
Closed
4 tasks

Need more seed nodes, run by more validators #968

faddat opened this issue Sep 14, 2021 · 4 comments
Labels
scope: build Changes, features and bugs related the build process. type: feature-request New feature or request improvement

Comments

@faddat
Copy link
Contributor

faddat commented Sep 14, 2021

Summary of Bug

In order to solve

#965
#873

And likely others, the quickstart needs to change from listing persistent peers, to seeds. Seeds should either be embedded in init.go ala Osmosis or provided in a clear and easy to find place.

Using the info from quickstart, my gaia node currently has only 16 peers.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@faddat faddat changed the title Need actual seeds, preferably many Need more seed nodes, run by more validators Sep 17, 2021
@cmwaters
Copy link
Contributor

I feel like the notion of seed nodes will eventually be phased out. Storing addresses and occasionally gossiping them to peers is a cheap operation and something that every node can and should do.

The 0.35 release does include BootstapPeers which allows users to list an initial set of peers to be connected to (but not persistently). These nodes then should provide more peers if necessary. It is advisable to pick initial peers that take regular snapshots and/or have full block history as this will help a lot in syncing.

@faddat
Copy link
Contributor Author

faddat commented Sep 21, 2021

great stuff!

Can't wait for 0.35

PS: I totally agree with what you said here.

@yaruwangway yaruwangway added scope: build Changes, features and bugs related the build process. type: feature-request New feature or request improvement labels Sep 22, 2021
@github-actions github-actions bot added the stale label Dec 23, 2021
@nooomski
Copy link
Contributor

nooomski commented Jan 4, 2022

Closed by bot, opening again.

@nooomski nooomski reopened this Jan 4, 2022
@stale stale bot removed the stale label Jan 4, 2022
@okwme
Copy link
Contributor

okwme commented Jan 31, 2022

new updates to the docs shoudl cover information about getting seednodes: https://hub.cosmos.network/main/hub-tutorials/join-mainnet.html
it links to quicksync addressbook: https://quicksync.io/addrbook.cosmos.json
as well as to chain registry: https://github.com/cosmos/chain-registry/blob/master/cosmoshub/chain.json

@okwme okwme closed this as completed Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: build Changes, features and bugs related the build process. type: feature-request New feature or request improvement
Projects
None yet
Development

No branches or pull requests

5 participants