## 🌭 Running a node
### resources
* [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/) * [how to setup a validator for eth staking guide](https://www.coincashew.com/coins/overview-eth/guide-or-how-to-setup-a-validator-on-eth2-mainnet) * [ethub docs on running a node](https://docs.ethhub.io/using-ethereum/running-an-ethereum-node/)
---- ### infrastructure
#### solo staking
* [eth docker](https://eth-docker.net/docs/About/Overview) * [stereum solo node infra](https://stereum.net/ethereum-node-setup/) * [staking deposit cli](https://github.com/ethereum/staking-deposit-cli)
#### pool staking
* [rocketpool](https://rocketpool.net/) * [nice node](https://www.nicenode.xyz/)
#### staking as a service
* [alchemy](https://www.alchemy.com/) * [infura](https://infura.io/) * [kaleido](https://www.kaleido.io/) * [moralis](https://moralis.io/) * [nownodes](https://nownodes.io/) * [pokt](https://www.pokt.network/) * [watchdata](https://www.watchdata.io/) * [zmok](https://zmok.io/) * [quicknode](https://www.quicknode.com/) * [rivt](https://rivet.cloud/) * [sensei](https://www.senseinode.com/) * [settlemint](https://console.settlemint.com/) * [ankr](https://www.ankr.com/) * [blockdaemon](https://blockdaemon.com/) * [chainstack](https://chainstack.com/) * [figment](https://datahub.figment.io/) * [getblock](https://getblock.io/) * [infstones](https://infstones.com/)
----- ### light nodes
* [running a light node with geth](https://ethereum.org/en/developers/tutorials/run-light-node-geth/) * [ethereum arm docs](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)
---- ### testnets
##### goerli
* [goerli launchpad](https://goerli.launchpad.ethereum.org/en/) * [run a node on goerli/prater](https://notes.ethereum.org/@launchpad/goerli)
##### kiln
* [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/)
---- ### plug and play solutions
* [dappnode](https://dappnode.io/en-us/collections/frontpage) * [avado](https://ava.do/)
--- ### useful resources
* [validator key generator](https://wagyu.gg/) * [jwt decoder](https://jwt.io/) * [eth staker](https://ethstaker.cc/) * [cli for managing tasks](https://github.com/wealdtech/ethdo)