| DHTNODE(1) | General Commands Manual | DHTNODE(1) |
dhtnode - a simple OpenDHT command line node runner.
dhtnode [-h] [-v [-l logfile] [-L]] [-i [--save-identity file]] [-d] [-s] [-n network_id] [-p local_port] [-b bootstrap_host[:port]] [--certificate file] [--privkey file] [--privkey-password password] [--proxyserver port] [--proxyclient server]
Runs an OpenDHT node, with a CLI (default) or as a daemon (with '-d' or '-s'). Commands available in the interactive shell are:
h, help Print this help message.
q, quit Quit the program.
log Start/stop printing DHT logs.
Node information:
ll Print basic information and stats about the current node.
ls Print basic information about current searches.
ld Print basic information about currenty stored values on this node.
lr Print the full current routing table of this node
Operations on the DHT:
b ip:port Ping potential node at given IP address/port.
g [key] Get values at [key].
l [key] Listen for value changes at [key].
p [key] [str] Put string value at [key].
s [key] [str] Put string value at [key], signed with our generated
private key.
e [key] [dest] [str] Put string value at [key], encrypted for [dest] with
its public key (if found).
| 2019-06-08 |