Step 1: Prerequisites
Last updated
Last updated
Acquire some hardware (laptop, desktop, server) or rent a VPS (cloud server): You need to run a node to stake.
Sync an execution layer client
Sync a consensus layer client
Buy some XDia and GNO
Generate your validator keys and import them into your validator client
Monitor and maintain your node
An Ethereum node consists of the Execution Layer + Consensus Layer.
An Ethereum Staking node is the previous plus a Validator client.
This guide was written for aspiring Gnosis stakers who have basic familiarity with command line tools and it was tested against Ubuntu 22.04.1 LTS client. You’ll want a dedicated cloud VPS or local desktop/server/laptop running a clean install of Ubuntu preferably.
Your Gnosis staking node may be
Local: on a laptop / PC / NUC that you can physically connect keyboard/mouse/monitor.
Remote: in the cloud on a VPS
If your staking node is remote, then you will want to setup SSH, secure shell.
If using a VPS or remote node, install and start the SSH client for your operating system:
MacOS and Linux: from the Terminal, use the native command:
Commands are to be run in a terminal window or ssh terminal.
Commands preceded by sudo
will prompt for your password at first, and periodically afterwards.
As a validator for Ethereum, you will typically have the following abilities:
operational knowledge of how to set up, run and maintain a Ethereum consensus client, execution client and validator continuously
a long term commitment to maintain your validator 24/7/365
basic operating system skills
Operating system: 64-bit Linux (i.e. Ubuntu 22.04.1 LTS Server or Desktop)
Processor: Dual core CPU, Intel Core i5–760 or AMD FX-8100 or better
Memory: 16GB RAM
Storage: 2TB SSD for testnet
Internet: Stable broadband internet connection with speeds at least 5 Mbps upload and download.
Internet Data Plan: At least 2 TB per month.
ETH balance: at least 1 GNO and some XDAI for deposit transaction fees
Operating system: 64-bit Linux (i.e. Ubuntu 22.04.1 LTS Server or Desktop)
Processor: Quad core CPU, Intel Core i7–4770 or AMD FX-8310 or better
Memory: 32GB RAM
Storage: 4TB NVME
Internet: Stable broadband internet connections with speeds at least 10 Mbps without data limit.
Data Plan: At least 2 TB per month. Ideally, no data cap or unlimited data plan.
ETH balance: at least 1 GNO and some XDAI for deposit transaction fees
Decision: Do I run my Ethereum staking node locally at home or rent a VPS cloud server remotely? Here's a list of criteria to help you decide.
Ongoing Costs
Plus - No fees, besides internet bill and electricity.
Minus - Monthly or Annual reoccurring rental fees.
Hardware Maintenance
Minus - Do it yourself if hardware issues.
Plus - Included, covered by hosting provider.
Internet
Minus - Can slow down home internet and use up data plan (if not unlimited) Budget for at least 2TB per month data plan.
Plus - Often plans are generous and more than sufficient for an ETH node.
Reliability
Minus - Do it yourself with UPS, redundant internet connections, computer issues
Plus - Hosted in a data center with multiple power/internet backups.
Barrier to Entry
Plus - Can re-use or re-purpose existing hardware Minus - Initial cost to purchase new computer equipment
Plus - Renting a VPS might require a lower initial investment as you can pay monthly.
Decentralization
Plus - Home staking is the gold standard for Ethereum decentralization, nothing bets it!
Customization
Plus - More fine control over hardware configuration
Minus - May be limited choices and hardware can be shared. For example, a common issue is insufficient disk storage I/O speeds (IOPS).
Security
Plus - Enterprise-grade, professional data centers.
Minus - Not your hardware, not your node. It's possible the hosting provide can view your node's contents.
Freedom
Plus - Do whatever you want. Plan your own upgrades. Minus - With great freedom and power, you are solely responsible for your node.
Plus - Professionally managed.
Minus - At the mercy of the host's actions, data center outages are possible.
With your local or remote node, now you need to install an Operating System. This guide is designed for Ubuntu 22.04.1 LTS.
Tip: When installing Ubuntu Server, ensure you are selecting “Use an entire disk” on the Guided storage configuration screen. Next screen will be the Storage configuration screen, ensure your settings are using all available disk storage. A common issue is that Ubuntu server defaults to using only 200GB.
When the time comes to make your validator's 32ETH deposit(s), you'll need a wallet to transfer funds to the beacon chain deposit contract.
Windows:
Here's a to connect by SSH to your remote node.
have studied
have perused the vast tomes of the
Power: Reliable electrical power. Mitigate with a .
Wallet: wallet installed
Power: Reliable electrical power with a .
Wallet: wallet installed
Hardware Builds: For examples of actual staking hardware builds, check out and .
Storage Suggestion: Check out the following to find your ideal NVME or SSD drive.
: Refer to Yorick's Great and less great SSDs for Ethereum nodes
: Suitable drives are identified as Mid-Range or better.
Pro Validator Tip: Highly recommend you begin with a brand new instance of an OS, VM, and/or machine. Avoid headaches by NOT reusing testnet keys, wallets, or databases for your validator.
Minus - VPS cloud hosts like or AmazonWebServices are by nature more centralized.
Plus - As secure as your home and personal
To install Ubuntu Server or Desktop, refer to this .
Recommendation: A headless (no monitor) install of Ubuntu Server on a dedicated NUC/laptop/desktop/VPS is best for ease of reliability and security. Do not use this system for email/browsing web/gaming/socials.
To install Rabby, visit their