Last updated
Last updated
Recommended hardware requirements most likely will be capped from beneath by the requirements of your execution and consensus clients. However, if you install the PowerAgent on a separate machine than the blockchain node, it should have at least:
2-Core relatively modern CPU
8 GB RAM
20 GB SSD
Linux-based OS (Debian or Ubuntu are a good choice)
The package is not configured to work on MacOS.
Obtain a machine satisfying the requirements.
Install , npm, and .
Start a terminal session.
Clone the repo into a separate folder:
Follow the instructions specified here: to obtain a keyfile. Here is the short version:
where ${A}
is the private key of your worker, and ${B}
is the password you choose to encrypt the private key.
Move the keyfile to the sepolia-agent-standalone/keys/
directory. Remove the placeholder key.
Launch the PowerAgent node:
This will create and launch the container. In order to remove it, execute the command:
in sepolia-agent-standalone/
directory.
Open the file sepolia-agent-standalone/config/main.yaml
and enter the values that are required there (see ). Keep the quotation marks (""
) in the address field.
Instructions for the installation of the standalone PowerAgent package