Skip to content

Commit

Permalink
update dht server instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Aug 2, 2024
1 parent 32395eb commit 8500dba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ This initial peer must be reachable from all machines participating in the distr
On the machine chosen as the initial peer, run:

```bash
python ../hivemind_source/hivemind/hivemind_cli/run_dht.py \
--identity_path fixed_private_key.pem \
--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
```

You should receive an output similar to this:
Expand Down

0 comments on commit 8500dba

Please sign in to comment.