Skip to content

Edit/add dht root nodes in torrent files #43

@kilves76

Description

@kilves76

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions