From 21a811cf1bef9c17404fb742fc9c123e0cd0253d Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sat, 24 Sep 2022 00:16:21 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=93=20add=20more=20dets=20on=20consens?= =?UTF-8?q?us=20+=20execution=20mechanism?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/running-a-node-advanced.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nodes/running-a-node-advanced.md b/nodes/running-a-node-advanced.md index 9bebaed..faad663 100644 --- a/nodes/running-a-node-advanced.md +++ b/nodes/running-a-node-advanced.md @@ -50,8 +50,9 @@

-Screen Shot 2022-09-24 at 12 10 38 AM - +

+Screen Shot 2022-09-24 at 12 10 38 AM +



@@ -175,4 +176,9 @@ openssl rand -hex 32 > jwtsecret
+* [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 +* [lib2p2 specs](https://github.com/libp2p/specs) +* [devp2p specs](https://github.com/ethereum/devp2p) +* [from kademlia to discv5](https://vac.dev/kademlia-to-discv5)