LogoLogo
  • Introduction
  • Testnet
    • 0G-Labs
      • Network Overview
      • Installation
        • Storage Node
        • Data Availability Node
        • Data Availability Client
    • Aztec
      • Installation
      • Register as Validator
    • Coretensor
      • Installation
    • Cysic
      • Installation
    • Dill
      • Network Overview
      • Installation
    • Drosera
      • Installation
        • Operator
        • Add Second Operator
        • Trapper
    • Farcaster
      • Installation
    • Warden
      • Network Overview
      • Installation
      • Snapshot & State Sync
      • Validator Setup
  • Mainnet
    • Humanode
      • Installation
    • Initverse
      • Installation
  • Archieve
    • Privasea
      • Installation
  • Services
  • My Contact
Powered by GitBook
On this page
  • Prerequisites
  • Installation
  • Set Up the Node on the Platform

Was this helpful?

  1. Archieve
  2. Privasea

Installation

Prerequisites

Hardware
Minimum Spesification
Recommended Spesification

CPU

2 Cores

Higher is Better+

RAM

4 GB

Higher is Better+

Disk

100 GB

Higher is Better+

Available Port

8181

8181

Installation

Update and upgrade packages

apt update && apt upgrade -y

Install docker

sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc

echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose docker-compose-plugin -y 

Start and enable Docker service

sudo systemctl start docker
sudo systemctl enable docker

Pull the latest Privanetix Node image

docker pull privasea/acceleration-node-beta:latest

Create directory

mkdir -p ~/privasea/config && cd ~/privasea

Generate Node Address

docker run --rm -it -v "$HOME/privasea/config:/app/config" privasea/acceleration-node-beta:latest ./node-calc new_keystore

Then move the keystore file

mv $HOME/privasea/config/UTC--* $HOME/privasea/config/wallet_keystore

Run the node

KEYSTORE_PASSWORD=your-keystore-password && docker run -d --name privanetix-node -v "$HOME/privasea/config:/app/config" -e 
KEYSTORE_PASSWORD=$KEYSTORE_PASSWORD privasea/acceleration-node-beta:latest

Set Up the Node on the Platform

  • Connect your testnet wallet.

  • Assign a name to your node.

  • Set the commission rate (e.g., 1%).

  • Enter the node address you generated earlier.

  • Click the "Set up my node" button.

PreviousPrivaseaNextServices

Last updated 5 days ago

Was this helpful?

Go to:

https://deepsea-beta.privasea.ai/privanetixNode