mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-11 14:06:47 +00:00
dcea09ea5c
* Reorganise menu, putting tabs on top * Use tabs for specific content * cleanups and consistency edits
957 B
957 B
Prepare your machine
The Nimbus beacon node runs on Linux, macOS, Windows, and Android.
System requirements
Check that your machine matches the minimal system requirements.
Time
The beacon chain relies on your computer having the correct time set (±0.5 seconds). It is important that you periodically synchronize the time with an NTP server.
If the above sounds like latin to you, don't worry. You should be fine as long as you haven't changed the time and date settings on your computer (they should be set automatically).
=== "Linux"
On Linux, it is recommended to install [chrony](https://chrony.tuxfamily.org/).
To install it:
```sh
# Debian and Ubuntu
sudo apt-get install -y chrony
# Fedora
sudo dnf install chrony
# Archlinux, using an AUR manager
yourAURmanager chrony
```
=== "Windows, macOS"
Make sure that the options for setting time automatically are enabled.