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.
2 parents 7b359b1 + 9c9720c commit 36e7accCopy full SHA for 36e7acc
lib/src/clients/prysm.rs
@@ -61,6 +61,8 @@ impl Client for Prysm {
61
--p2p-udp-port {PORT} \
62
--p2p-host-ip {ip} \
63
--http-port {BEACON_API_PORT} \
64
+ --min-sync-peers 1 \
65
+ --minimum-peers-per-subnet 0 \
66
{} ",
67
ctx.jwt_path().to_str().ok_or(Error::NonUTF8Path)?,
68
ctx.cl_bootnode_enrs().join(" --bootstrap-node "),
0 commit comments