mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 19:56:19 -04:00
74 lines
1.4 KiB
Markdown
74 lines
1.4 KiB
Markdown
## 🌭 Running a node
|
|
|
|
<br>
|
|
|
|
### resources
|
|
|
|
<br>
|
|
|
|
* [ethereum.org official page on becoming a validator](https://launchpad.ethereum.org/en/overview)
|
|
* [ethereum.org official page on running a node](https://ethereum.org/en/run-a-node/)
|
|
* [ethub docs on running a node](https://docs.ethhub.io/using-ethereum/running-an-ethereum-node/)
|
|
|
|
<br>
|
|
|
|
### infrastructure
|
|
|
|
<br>
|
|
|
|
* [eth docker](https://eth-docker.net/docs/About/Overview)
|
|
* [staking deposit cli](https://github.com/ethereum/staking-deposit-cli)
|
|
* [ethereum arm docs](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)
|
|
* [stereum solo node infra](https://stereum.net/ethereum-node-setup/)
|
|
* [nice node](https://www.nicenode.xyz/)
|
|
|
|
<br>
|
|
|
|
### light nodes
|
|
|
|
<br>
|
|
|
|
|
|
* [running a light node with geth](https://ethereum.org/en/developers/tutorials/run-light-node-geth/)
|
|
|
|
<br>
|
|
|
|
### testnets
|
|
|
|
<br>
|
|
|
|
##### goerli
|
|
|
|
<br>
|
|
|
|
* [goerli launchpad](https://goerli.launchpad.ethereum.org/en/)
|
|
* [run a node on goerli/prater](https://notes.ethereum.org/@launchpad/goerli)
|
|
|
|
<br>
|
|
|
|
##### kiln
|
|
|
|
<br>
|
|
|
|
* [kiln launchpad](https://notes.ethereum.org/@launchpad/kiln) (and [here](https://kiln.launchpad.ethereum.org/en/))
|
|
* [running kiln testnet on a rasp pi 4](https://ethereum.org/en/developers/tutorials/run-node-raspberry-pi/)
|
|
|
|
|
|
<br>
|
|
|
|
### plug and play solutions
|
|
|
|
<br>
|
|
|
|
* [dappnode](https://dappnode.io/en-us/collections/frontpage)
|
|
* [avado](https://ava.do/)
|
|
|
|
|
|
<br>
|
|
|
|
### useful resources
|
|
|
|
<br>
|
|
|
|
* [jwt decoder](https://jwt.io/)
|