dht-node
dht-node copied to clipboard
[ARCHIVED] Run just an ipfs dht node (Or many nodes at once!)
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...
@frrist
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.
Would be useful to allow people to run an active relay easily.