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

19 lines
812 B
Markdown
Raw Normal View History

# System requirements (recommended)
2020-11-16 10:22:29 +00:00
-----------------
**Operating System:** Linux [64-bit](https://en.wikipedia.org/wiki/64-bit_computing), Windows 64-bit, macOS X 10.14+,
2020-11-16 10:22:29 +00:00
**Memory:** 4GB RAM
2020-11-16 10:22:29 +00:00
**Storage:** 160GB SSD
2020-11-16 10:22:29 +00:00
**Internet:** Reliable broadband connection
2020-11-16 10:22:29 +00:00
----------------
2020-11-16 10:22:29 +00:00
Note that in order to process incoming validator deposits from the eth1 chain, you will need to run an eth1 client in parallel to your eth2 client. While it is possible to use a third-party service like [Infura](/infura-guide.md), if you choose to run your own eth1 client locally, you'll need more memory and storage.
For example, you'll need at least another **290GB SSD** to run [geth fast sync](/eth1.md) on mainnet.
> **Tip:** It's possible to [tell a Raspberry Pi 4 to use a 64-bit kernel](/pi-guide.md#10-64-bit-kernel).