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

Edit/add dht root nodes in torrent files #43

Open
kilves76 opened this issue Jun 28, 2020 · 2 comments
Open

Edit/add dht root nodes in torrent files #43

kilves76 opened this issue Jun 28, 2020 · 2 comments

Comments

@kilves76
Copy link

You could add editing/adding dht root nodes since the steps for this are pretty much identical to editing/adding trackers. This could lessen fragmentation between swarms as most clients have their own go-to dht root node, and it can be observed that initial peers received from dht vary wildly between clients with different dht root nodes. Of course this stabilises in the long run when dht and pex do their thing, but could be useful to have a good start to begin with.

One could just add this to a torrent file:

"nodes" : [
[
"dht.libtorrent.org",
6881
],
[
"dht.transmissionbt.com",
6881
],
[
"router.bitcomet.com",
6881
],
[
"dht.aelitis.com",
6881
],
[
"router.utorrent.com",
6881
],
[
"router.bittorrent.com",
6881
]
]

Of course it depends on the client whether they use these entries or not, but it wouldn't hurt anyone. Like adding trackers, the hash won't change.

@GerryFerdinandus
Copy link
Owner

Thank you for your suggestion but I have no plan to implement it. I want to keep this program specialise only for adding/removing trackers files and nothing else.

@kilves76
Copy link
Author

No problem, just thought it'd been on the subject, since both trackers and dht are components of spreading the data.

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

No branches or pull requests

2 participants