Skip to content

Commit

Permalink
ethereum_node_fact_discovery: set reth cmd to get node priv key (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Matias <[email protected]>
  • Loading branch information
skylenet authored Sep 16, 2024
1 parent d658444 commit cd09d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ethereum_node_fact_discovery/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ethereum_node_fact_discovery_el_key_cmd:
geth: cat /data/geth/geth/nodekey
erigon: cat /data/erigon/nodekey
nethermind: xxd -p -c32 /data/nethermind/keystore/node.key.plain
reth: cat /data/reth/discovery-secret

# How to find the EL enode on the target system
ethereum_node_fact_discovery_el_enode_cmd:
Expand Down

0 comments on commit cd09d49

Please sign in to comment.