Update running-a-node-advanced.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-09 11:40:52 -08:00 committed by GitHub
parent 5097f93d79
commit a0cbf577c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,10 +192,17 @@ openssl rand -hex 32 > jwtsecret
----
### further resources
### resources
<br>
<img width="499" src="https://user-images.githubusercontent.com/1130416/217919795-b9fe722f-35ca-48ad-a523-d1503c15c019.png">
<br>
* [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)