There was an error while loading. Please reload this page.
dhtnode is a command-line utility included with OpenDHT to run, control and monitor an OpenDHT node.
dhtnode [-p local_port] [-b bootstrap_host:port] [-i] [-v]
-p
-b
-i
-v
for instance:
dhtnode -b bootstrap.ring.cx:4222 will run a node and use bootstrap.ring.cx port 4222 as a bootstrap node.
dhtnode -b bootstrap.ring.cx:4222
help
Show a command list with usage.
g {key}
Get values for {key}.
{key}
l {key}
Listen for value changes at {key}.
p {key} {string_value}
Put a text value at {key}.