mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
dev: add: recommended peer settings for mainnet nodes
This commit is contained in:
parent
d521b8e266
commit
a9e32c10e1
3 changed files with 5 additions and 5 deletions
|
|
@ -35,7 +35,7 @@ gcmode = "archive"
|
||||||
# txarrivalwait = "500ms"
|
# txarrivalwait = "500ms"
|
||||||
# [p2p.discovery]
|
# [p2p.discovery]
|
||||||
# v5disc = false
|
# v5disc = false
|
||||||
# bootnodes = []
|
# bootnodes = ["enode://76316d1cb93c8ed407d3332d595233401250d48f8fbb1d9c65bd18c0495eca1b43ec38ee0ea1c257c0abb7d1f25d649d359cdfe5a805842159cfe36c5f66b7e8@52.78.36.216:30303", "enode://b8f1cc9c5d4403703fbf377116469667d2b1823c0daf16b7250aa576bacf399e42c3930ccfcb02c5df6879565a2b8931335565f0e8d3f8e72385ecf4a4bf160a@3.36.224.80:30303", "enode://8729e0c825f3d9cad382555f3e46dcff21af323e89025a0e6312df541f4a9e73abfa562d64906f5e59c51fe6f0501b3e61b07979606c56329c020ed739910759@54.194.245.5:30303", "enode://681ebac58d8dd2d8a6eef15329dfbad0ab960561524cf2dfde40ad646736fe5c244020f20b87e7c1520820bc625cfb487dd71d63a3a3bf0baea2dbb8ec7c79f1@34.240.245.39:30303"]
|
||||||
# bootnodesv4 = []
|
# bootnodesv4 = []
|
||||||
# bootnodesv5 = []
|
# bootnodesv5 = []
|
||||||
# static-nodes = []
|
# static-nodes = []
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ syncmode = "full"
|
||||||
# bootnodesv4 = []
|
# bootnodesv4 = []
|
||||||
# bootnodesv5 = []
|
# bootnodesv5 = []
|
||||||
# static-nodes = []
|
# static-nodes = []
|
||||||
# trusted-nodes = []
|
# trusted-nodes = ["<validator-ip>:<validator-p2p-port>"] # Recommended setting with sentry <> validator architecture
|
||||||
# dns = []
|
# dns = []
|
||||||
|
|
||||||
# [heimdall]
|
# [heimdall]
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ syncmode = "full"
|
||||||
# debug = true
|
# debug = true
|
||||||
|
|
||||||
[p2p]
|
[p2p]
|
||||||
maxpeers = 1
|
maxpeers = 20
|
||||||
port = 30303
|
port = 30303
|
||||||
nodiscover = true
|
nodiscover = true
|
||||||
# maxpendpeers = 50
|
# maxpendpeers = 50
|
||||||
|
|
@ -37,10 +37,10 @@ syncmode = "full"
|
||||||
# txarrivalwait = "500ms"
|
# txarrivalwait = "500ms"
|
||||||
# [p2p.discovery]
|
# [p2p.discovery]
|
||||||
# v5disc = false
|
# v5disc = false
|
||||||
# bootnodes = []
|
# bootnodes = ["enode://76316d1cb93c8ed407d3332d595233401250d48f8fbb1d9c65bd18c0495eca1b43ec38ee0ea1c257c0abb7d1f25d649d359cdfe5a805842159cfe36c5f66b7e8@52.78.36.216:30303", "enode://b8f1cc9c5d4403703fbf377116469667d2b1823c0daf16b7250aa576bacf399e42c3930ccfcb02c5df6879565a2b8931335565f0e8d3f8e72385ecf4a4bf160a@3.36.224.80:30303", "enode://8729e0c825f3d9cad382555f3e46dcff21af323e89025a0e6312df541f4a9e73abfa562d64906f5e59c51fe6f0501b3e61b07979606c56329c020ed739910759@54.194.245.5:30303", "enode://681ebac58d8dd2d8a6eef15329dfbad0ab960561524cf2dfde40ad646736fe5c244020f20b87e7c1520820bc625cfb487dd71d63a3a3bf0baea2dbb8ec7c79f1@34.240.245.39:30303"]
|
||||||
# bootnodesv4 = []
|
# bootnodesv4 = []
|
||||||
# bootnodesv5 = []
|
# bootnodesv5 = []
|
||||||
# static-nodes = []
|
# static-nodes = ["<sentry-ip>:<sentry-p2p-port>"] # Recommended setting with sentry <> validator architecture
|
||||||
# trusted-nodes = []
|
# trusted-nodes = []
|
||||||
# dns = []
|
# dns = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue