Skip to content

Commit

Permalink
Remove Xp2p-peer-lower-bound from docs (#1541)
Browse files Browse the repository at this point in the history
* Add deprecation note

* Rewrite PR

* add-info

* remove deprecated option
  • Loading branch information
joaniekube authored Mar 16, 2024
1 parent 8feeec3 commit 91f4d97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/public-networks/how-to/troubleshoot/peering.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ You can try the following to find more peers:
- Set [`p2p-host`](../../reference/cli/options.md#p2p-host) to your external IP address to allow inbound connections.
- Restart Besu. This can take a while to build up again.
- Set `-Xdns-enabled` to `true` (only for private networks).
- Set `-Xp2p-peer-lower-bound` to a minimum number of peers.
- Delete the node key (which is autogenerated in your data directory). There are two reasons that this might help find more peers:
1. Your node (identified by the address associated with this key) has been put onto other peers' bad peer lists for some reason.
2. Peer discovery is influenced by the value of the node key. This is related to the node "distance" in the [discovery algorithm](https://github.com/ethereum/devp2p/wiki/Discovery-Overview#kademlia).
Expand Down

0 comments on commit 91f4d97

Please sign in to comment.