nimbus.prater: add DNS discovery for Erigon

Necessary because we disable normal discovery.

Source:
https://github.com/ethereum/discv4-dns-lists

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-05-29 21:03:53 +02:00
parent a8741b7019
commit e9a05d73ab
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -36,6 +36,7 @@ erigon_miner_enabled: true
erigon_mining_private_key: '{{lookup("bitwarden", "nimbus/wallet/testnets", field="private-key")}}'
# Hetzner detects discovery as network scanning.
erigon_discovery_enabled: false
erigon_discovery_dns_entries: ['enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@all.goerli.ethdisco.net']
# Ports
erigon_port: '{{ 40303 + (idx|int) + 1 }}'
erigon_metrics_enabled: true