nimbus-eth2/beacon_chain/medalla_beacon_node.nim.cfg
Kim De Mey 756b62fdf5
Bump nim-eth to get UseDiscv51 flag (#1895)
* Bump nim-eth to get UseDiscv51 flag

* Switch medalla to discovery v5.1, other targets to v5.0

* Bump nim-eth for better discv5.1 logging

* Bump eth2-testnets for updated medalla bootnodes
2020-10-23 18:59:58 +02:00

16 lines
363 B
Nim

-d:"chronicles_sinks=textlines,json[file]"
-d:"chronicles_runtime_filtering=on"
-d:"chronicles_default_output_device=dynamic"
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
-d:"libp2p_pki_schemes=secp256k1"
-d:"ETH2_SPEC=v0.12.3"
-d:"UseDiscv51=true"
@if testnet_servers_image:
-d:"chronicles_sinks=json"
-d:"withoutPrompt"
@end