-
Notifications
You must be signed in to change notification settings - Fork 212
Validator Hardware Requirements
Dan Connolly edited this page Oct 29, 2021
·
5 revisions
part of Validator Guide
possibly obsolete in favor of Runbook: Recommended Hardware Baseline for Node Operation
You should select an all-purpose server with
- at least 4 GB of RAM,
- good connectivity (esp. port 26656), and
- a solid-state drive with at sufficient disk space.
As the usage of the blockchain grows, the server requirements may increase as well, so you should have a plan for updating your server as well.
The monthly storage requirements for a node are as follows. These are estimated values based on experience but should serve as a good guide:
- With the current block cadence of 5 seconds/block:
- a full Devnet node (with the default
pruning=syncable
) grows at the rate of ~6GB/month (approximately 200MB/day) - an archiving Devnet node (with
pruning=nothing
) grows at the rate of ~12GB/month (approximately 400MB/day),
- a full Devnet node (with the default
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/