Ramestta
  • 🤝Welcome To Ramestta
    • Overview
    • Ramestta Pos Chain
    • Building on Ramestta
    • Architecture
      • Heimdall
      • Bor
      • Contracts
        • Genesis contracts
        • Delegation via validator shares
        • Staking manager
        • Burns
    • Bridge
      • Core
        • Polygon To Ramestta
        • Ramestta To Polygon
      • Plasma
        • Deposit
        • Withdraw
      • PoS
        • Deposit
        • Withdraw
      • PoS vs Plasma Bridge
    • Node Setup
      • Sentry Node
        • Mainnet
        • Testnet
      • Validator Node
        • Mainnet
        • Testnet
      • Heimdall and Bor Snapshots
    • Security models
    • Staking - Validators and Delegators
    • Validate
      • Validator Responsibilities
      • Maintaining your validator node
      • How to Become a Validator(Testnet)
    • Delegate
      • FAQ's
    • Deploy smart contracts
    • MetaMask Installation & Set up Web3 RPC URL
  • 🪙Blockchain Fundamental
    • Introduction
      • What is a Blockchain?
      • Types of Blockchain
      • Consensus Mechanism
    • Bitcoin
    • Ethereum
      • Accounts
      • Solidity
      • Proof of Stake
      • Transactions
      • Gas
    • Layer2 Blockchain
      • Side Chain
      • Rollup
  • ⚙️Ramestta SDK
    • Rama.js
      • Plasma
        • RAMA20
        • RAMA721
        • Common Methods
      • POS
        • RAMA20
        • RAMA721
        • RAMA1155
        • Common Methods
      • setProofApi
Powered by GitBook
On this page
  1. Welcome To Ramestta

Node Setup

Pre requisites:-

System requirements

The system requirements listed in this section are both for the Sentry node and the Validator node.The minimum system requirements mean you can run the nodes but the setup is not future-proof.The recommended system requirements mean the nodes are future-proof. There is, however, no upper limit to future-proofing your nodes.You must always run the sentry node and the validator node on separate machines.

Minimum system requirements

  • RAM: 32 GB

  • CPU: 8-core

  • Storage: 2.5 TB SSD

InfoFor Amazon Web Services (AWS), the equivalent of the minimum requirements instances are, with unlimited credits selected:

  • For Sentry: c5.2xlarge

  • For Validator node: c5.4xlarge

Recommended system requirements

  • RAM: 64 GB

  • CPU: 16-core

  • Storage: 5 TB SSD

  • Bandwidth: 1 Gbit/s

InfoFor Amazon Web Services (AWS), the equivalent of the recommended requirements instance is m5d.4xlarge.For OVH, the equivalent of the recommended requirements instance is infra-3.For network, expect 3-5 TB of data transferred per month.

PreviousPoS vs Plasma BridgeNextSentry Node

Last updated 1 year ago

🤝