mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 19:26:15 -04:00
🍕 Notes on running an Ethereum node post-merge
This commit is contained in:
parent
5c0be51f8e
commit
165abdb460
31
The-Merge/running-a-node.md
Normal file
31
The-Merge/running-a-node.md
Normal file
@ -0,0 +1,31 @@
|
||||
## Notes on running an Ethereum node
|
||||
|
||||
<br>
|
||||
|
||||
### Setting a dedicated hardware
|
||||
|
||||
<br>
|
||||
|
||||
* [Check estimate of the blockchain size](https://bitinfocharts.com/ethereum/)
|
||||
* Minimum specs:
|
||||
- CPU with 4+ cores
|
||||
- 32 GB+ RAM
|
||||
- fast SSD with at least 1T free space
|
||||
- 25+ MBit/sec download internet service
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### Clients
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
### The JSON-RPC interface
|
||||
|
||||
<br>
|
||||
|
||||
* the JSON-RPC API is an interface that allows us to write programs that use an Ethereum client as a gateway to an Ethereum network and blockchain.
|
||||
* the RPC interface is offered as an HTTP service on port 8545. For security reasons it is restricted, by default, to only accept connections from localhost.
|
||||
|
Loading…
x
Reference in New Issue
Block a user