mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
5d33514001
* add back bootnode query tool * bootstrap from DHT
10 lines
254 B
Markdown
10 lines
254 B
Markdown
# Bootnode query tool
|
|
|
|
To query the test network
|
|
|
|
```
|
|
bazel run //tools/bootnode-query -- /ip4/35.224.249.2/tcp/30001/p2p/QmQEe7o6hKJdGdSkJRh7WJzS6xrex5f4w2SPR6oWbJNriw
|
|
```
|
|
|
|
This will dial the testnet bootnode and attempt to connect to all of its peers.
|