mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-07-24 07:00:35 -04:00
Update running-a-node-advanced.md
This commit is contained in:
parent
5097f93d79
commit
a0cbf577c1
1 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue