Run Your Own Mirror Node

Overview

A Hedera Mirror Node is a node that receives pre-constructed files from the Hedera Mainnet. These pre-constructed files include transaction records and account balance files. Transaction records include information about a transaction, like the transaction ID, transaction hash, account, etc. The account balance files give you a snapshot of the balances for all accounts at a given timestamp.

In this tutorial, you will run your own Hedera Mirror Node. You will need to create either a Google Cloud Platform (GCP) or an Amazon Web Services (AWS) account if you do not have one already. The Hedera Mirror Node object storage bucket, where you will pull the account balance and transaction data from, is stored in GCP or AWS bucket and is configured for requester pays. This means the mirror node operator is responsible for the operational costs of reading and retrieving data from the GCP/AWS. A GCP/AWS account will provide the necessary billing information for requesting the data.

pageRun Your Own Mirror Node with Google Cloud Storage (GCS)pageRun Your Mirror Node with Amazon Web Services S3 (AWS)

Minimum Hardware Requirements & Associated Costs

To run a Hedera Mirror Node, you'll need specific hardware and resources. The recommended minimum requirements for running a Mirror Node, along with the associated costs, are outlined below.

Compute Engine

  • Region: Iowa

  • Provisioning Model: Regular

  • Instance Type: n1-standard-4

  • Operating System / Software: Free

  • Total hours per month: 1,460

  • Sustained Use Discount: Applied (30%)

The estimated cost for the compute engine per month is USD 194.18.

Cloud SQL for PostgreSQL

  • Instance Type: db-highmem-4

  • Location: Iowa

  • Number of Instances: 1

  • Total hours per month: 730.0

  • SSD Storage: 200.0 GiB

  • Backup: 200.0 GiB

The estimated cost for Cloud SQL for PostgreSQL per month is USD 303.46.

Persistent Disk (Accompanying)

  • Product accompanying: GKE Standard

  • Zonal SSD PD: 50 GiB (2 x boot disk)

The estimated cost for the persistent disk per month is USD 17.00.

Based on these specifications, the total estimated monthly cost to run a Hedera Mirror Node is USD 514.64.

PLEASE NOTE: These are estimated costs, and actual costs will vary depending on usage and any changes to the pricing of the resources used. Always refer to the most recent price lists from the respective services for accurate costs.

Last updated