mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
815 B
19 lines
815 B
6 years ago
|
title: Installation overview
|
||
|
description: Overview and requirements to install Pantheon
|
||
|
<!--- END of page meta data -->
|
||
|
|
||
|
# Installation Overview
|
||
|
|
||
|
You can install Pantheon by:
|
||
|
|
||
|
* [Installing the binary distribution](Install-Binaries.md)
|
||
|
* [Building from source](Build-From-Source.md)
|
||
|
|
||
|
!!! note
|
||
|
To run a single node to connect the Ethereum mainnet or a public testnet, running from the [Pantheon docker image](../Getting-Started/Run-Docker-Image.md) is the fastest way to get started.
|
||
|
|
||
|
## Disk Space and RAM Requirements
|
||
|
Your computer should have at least 4 GB RAM.
|
||
|
|
||
|
Disk space needed varies depending on the network on which you run nodes. A small test network might require 200 MB while a mainnet node might require 1.5TB. If syncing a node on mainnet, allow 1.5 TB to 2 TB for the full blockchain archive.
|