From a0cbf577c113920c296f8f5e9332472301648ab0 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:40:52 -0800 Subject: [PATCH] Update running-a-node-advanced.md --- MEV_by_chains/MEV_on_Ethereum/running-a-node-advanced.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/MEV_by_chains/MEV_on_Ethereum/running-a-node-advanced.md b/MEV_by_chains/MEV_on_Ethereum/running-a-node-advanced.md index 180771e..80b4e4c 100644 --- a/MEV_by_chains/MEV_on_Ethereum/running-a-node-advanced.md +++ b/MEV_by_chains/MEV_on_Ethereum/running-a-node-advanced.md @@ -192,10 +192,17 @@ openssl rand -hex 32 > jwtsecret ---- -### further resources +### resources
+ + + + +
+ + * [code for bootnodes.go](https://github.com/ethereum/go-ethereum/blob/master/params/bootnodes.go) * [consensus specs for networking](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/p2p-interface.md#the-gossip-domain-gossipsub) * [consensus + execution mechanism](https://ethresear.ch/t/eth1-eth2-client-relationship/7248)