mirror of https://github.com/status-im/nim-eth.git
Update discv5.md
This commit is contained in:
parent
6b17531d48
commit
603fee9699
|
@ -84,8 +84,11 @@ node, by providing its ENR.
|
||||||
|
|
||||||
### Example usage
|
### Example usage
|
||||||
```sh
|
```sh
|
||||||
|
# Install required modules
|
||||||
|
# Make sure you have the latest modules, do NOT trust nimble on this.
|
||||||
|
nimble install
|
||||||
# Build dcli
|
# Build dcli
|
||||||
nim c -d:chronicles_log_level:trace -d:release eth/p2p/discoveryv5/dcli
|
nim c -d:chronicles_log_level:trace -d:release --threads:on eth/p2p/discoveryv5/dcli
|
||||||
# See all options
|
# See all options
|
||||||
./eth/p2p/discoveryv5/dcli --help
|
./eth/p2p/discoveryv5/dcli --help
|
||||||
# Ping another node
|
# Ping another node
|
||||||
|
|
Loading…
Reference in New Issue