dht-node icon indicating copy to clipboard operation
dht-node copied to clipboard

[ARCHIVED] Run just an ipfs dht node (Or many nodes at once!)

Results 7 dht-node issues
Sort by recently updated
recently updated
newest added

Perhaps this helps: ``` [NumDhts: 40, Uptime: 5m0s, Memory Usage: 57 MB, TotalPeers: 737/1213, Total Provs: 0, BootstrapsDone: 3] [NumDhts: 40, Uptime: 5m5s, Memory Usage: 67 MB, TotalPeers: 736/1225, Total...

enable tracing collection @mburns for script purposes, to enable tracing you need to pass the `--sampling` with a float between 0 and 1, tracing is off by default.

When starting many nodes, even with good networks, it tends to fail on one or two annoyingly often. This adds a way to workaround that.

Right now, we bootstrap to a single hardcoded node, and do a `FindPeer` call to a fixed string to further connect to peers. We should at least randomize the findpeer...

We parse through eventlogs to determine network statistics. After a recent change in eventlog format, the parser is now broken. We should fix that up.

bug
help wanted

Would be useful to allow people to run an active relay easily.

help wanted