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 DHT bootstrap nodes #8362

Closed
Zig-VS-TypeScript-VS opened this issue Dec 28, 2024 · 1 comment
Closed

add DHT bootstrap nodes #8362

Zig-VS-TypeScript-VS opened this issue Dec 28, 2024 · 1 comment

Comments

@Zig-VS-TypeScript-VS
Copy link

dht.libtorrent.org:25401
dht.transmissionbt.com:6881
router.bittorrent.com:6881
router.utorrent.com:6881
dht.aelitis.com:6881

https://github.com/holepunchto/hyperdht

https://github.com/libp2p/go-libp2p-kad-dht
https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper

am6.bootstrap.libp2p.io
sg1.bootstrap.libp2p.io
sv15.bootstrap.libp2p.io
@qstokkink
Copy link
Contributor

Thanks for the suggestion. We already use your "vanilla BitTorrent DHT" suggestions:

DEFAULT_DHT_ROUTERS = [
("dht.aelitis.com", 6881),
("dht.libtorrent.org", 6881),
("dht.libtorrent.org", 25401),
("dht.transmissionbt.com", 6881),
("router.bitcomet.com", 6881),
("router.bittorrent.com", 6881),
("router.utorrent.com", 6881),
]

I don't think hyperdht and libp2p are a good fit for us (nor should they be necessary). They serve "niche" peer-to-peer connection purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants