PowerPool
  • powerpool overview
    • PowerPool
      • PowerPool DAO Story
      • Value Proposition
      • Use Cases
      • CVP Token
      • Vision 2027
    • Blockchain Automation
      • Glossary
    • PowerAgent Stats
    • How to contribute
    • Contracts and Links
  • Power Agent
    • 🎯PowerAgent features
    • 🏛️Architecture
      • ℹ️Agent
      • ℹ️Keeper
      • ℹ️Job
        • Full Specification
    • 📜User Guides and Instructions
      • ❓I Want to Automate my Tasks
        • Job Registration Guide
      • ❓I Want to Become a Keeper
    • ℹ️Scenarios
    • ⌛Old Pages
      • Installation Guide (Old)
        • Prerequisites
        • DAppNode Installation
        • Registering in PowerAgent
        • Installing PowerAgent Package on DAppNode
        • Standalone Installation
        • Chain-specific configs
      • Keeper (Old)
        • Keeper Registration and Update
        • Keeper staking, withdrawal, and deactivation
          • Keeper activation and deactivation in PPAgentV2RANDAO
        • Keeper assignment and release in RanDAO realisation
      • Job (Old)
        • Job Registration & Update
        • Job funds deposition and withdrawal
      • Agent (old)
        • Page
        • Execution
      • Technical Implementation (Old)
        • Hooks and helper functions
        • Errors
        • Modifiers
          • Flags
      • Job Registration Guide (Old)
      • 📑Testnet Rules
      • Slashing
        • Copy of Slashing
      • Task Reward and Gas Compensation
        • Fees and income sources
        • Copy of Task Reward and Gas Compensation
  • PowerPool Incentives
    • PowerPool Points Program
  • Security
    • Bug Bounty
    • Security Audits
  • Research
    • Automation Networks Research
      • Approaches on Keeper Selection
      • On-chain Random Number Generation
      • Keeper Weighing
      • 🌊PowerPool & PowerAgent Automation Network
      • Value Proposition-PowerPool
    • PowerAgent v2.1
      • Keeper Selection
      • Hooks
  • Resources
    • Website
    • Twitter
    • Medium
    • Discord
    • Github
    • Telegram
    • Governance Voting
    • Governance Forum
  • Legacy & Deprecated
    • Index Products
      • $YLA: Yearn Lazy Ape
        • Invest (ZAP) in YLA with low fees
        • Instant YLA mint via USDC
        • $CVP Boost Program
        • Redeem YLA
        • YLA Onsen Liquidity Mining [deprecated]
      • $BSCDEFI: BSC DeFi Pool/Index
        • Guide: Mint $BSCDEFI with $BNB
        • Guide: Multi-Asset $BSCDEFI Mint
        • Guide: PancakeSwap LM Farming
        • Add $BSCDEFI to MetaMask.
        • Redeem $BSCDEFI
      • $ASSY: Aave, SushiSwap, Synthetix, and Yearn Index
        • $CVP Boost Program
        • Underlying Token Staking
      • $PIPT: PowerIndex Pool
      • $YETI: Yearn Ecosystem Index
      • Market Price vs Fair Value
      • About ZAP
    • CVP reward program
      • How to create a DCA flow in Partitura
Powered by GitBook
On this page

Was this helpful?

  1. Power Agent
  2. Old Pages
  3. Installation Guide (Old)

Prerequisites

This page contains information about the hardware and software requirements for the PowerAgent node to work properly

PreviousInstallation Guide (Old)NextDAppNode Installation

Last updated 1 year ago

Was this helpful?

The following recommendations are related to the DAppNode installation.

Requirements for standalone installation will be listed on the corresponding page.

These are the requirements listed on the :

DAppNode is a Debian-based OS, which makes it friendly with most available commercial hardware. Depending on what you intend to run in your DAppNode you might need higher specifications, but a great number of available features can be used with the following recommendations:

  • Intel Core i5/i7

  • 32 GB RAM

  • 4 TB NVMe storage

As minimum requirements we recommend:

  • Intel Core i3

  • 16 GB RAM

  • 2 TB NVMe or fast SSD storage

Sepolia (Testnet)

As for purposes of running a testnet on Sepolia Ethereum chain, we suggest the following requirements as minimally tested and suitable:

  • 4 cores of a relatively modern CPU

  • 8 GB RAM

  • 200 GB free&fast SSD space (that is, available space after installation of the DAppNode)

Gnosis (Testnet)

As for purposes of running a testnet on Gnosis chain, we suggest the following requirements as minimally tested and suitable:

  • 4 cores of a relatively modern CPU

  • 8 GB RAM

  • 350 GB free&fast SSD space (that is, available space after installation of the DAppNode)

Please, note that AWS (Amazon Web Services) virtual machine provider is known to be troublesome regarding the ability to connect to the DAppNode via Wireguard tunnel. Please, consider another VM provider or switch to using your own hardware.

Instructions for AWS users

The issue with AWS in greater detail: the DAppNode installation script presupposes usage of the ifupdown utility for configuration of network interfaces; however, AWS uses systemd-networkd by default. Currently, the fix is incomplete and only covers enabling installation and Wireguard tunnel opening; however, ensuring connectivity remains an open problem.

This instruction only enables installation of DAppNode software on AWS virtual machine; it does not guarantee that you will be able to connect to it.

The instructions for enabling DAppNode to be installed on AWS:

 sudo apt update
 sudo apt install ifupdown
 nano /etc/network/interfaces

Afterwards, write up your interfaces configuration file. Use the screenshot below as a reference.

Afterwards, execute:

sudo ifdown --force ens5 lo && sudo ifup -a
sudo systemctl unmask networking
sudo systemctl enable networking
sudo systemctl restart networking

This will hopefully enable you to install DAppNode.

As an alternative to building your own machine or renting a server, you might fall back to the DAppNode official hardware box, which comes pre-equipped with DAppNode software; find more information on .

⌛
official webpage
their website