nimbus-eth2/docs/the_nimbus_book/src/preparation.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

# Mainnet checklist
2020-11-16 10:22:29 +00:00
## Latest software
Please check that you are running the latest stable [Nimbus software release](https://github.com/status-im/nimbus-eth2/releases).
> In order to stay on top of new releases you should subscribe to [our mailing list](https://subscribe.nimbus.team/).
2020-11-16 10:22:29 +00:00
2022-02-14 11:39:10 +00:00
## More than 15 peers
2020-11-16 10:22:29 +00:00
Please check that your node has at least 15 peers. To monitor your peer count, pay attention to the [`Slot start` messages in your logs](keep-an-eye.md#keep-track-of-your-syncing-progress). See the [networking page](networking.md) for more tips.
2020-11-16 10:22:29 +00:00
## Validator attached
Please check that your [validator is attached](keep-an-eye.md#make-sure-your-validator-is-attached) to your node.
## Systemd
We recommend [setting up a systemd service](beacon-node-systemd.md) with an autorestart on boot (should you experience an unexpected power outage, this will ensure your validator restarts correctly).
Systemd will also ensure your validator keeps running when you exit your ssh session (`Ctrl-C`) and/or switch off your laptop.
2020-11-16 10:22:29 +00:00
## Ethereum Foundation's Checklist
As a final check, we recommend you also go through the EF'S [staker checklist](https://launchpad.ethereum.org/checklist).