We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32395eb commit 8500dbaCopy full SHA for 8500dba
README.md
@@ -76,9 +76,7 @@ This initial peer must be reachable from all machines participating in the distr
76
On the machine chosen as the initial peer, run:
77
78
```bash
79
-python ../hivemind_source/hivemind/hivemind_cli/run_dht.py \
80
- --identity_path fixed_private_key.pem \
81
- --host_maddrs /ip4/0.0.0.0/tcp/30001
+hivemind-dht --identity_path fixed_private_key.pem --host_maddrs /ip4/0.0.0.0/tcp/30001
82
```
83
84
You should receive an output similar to this:
0 commit comments