OpenLedger: Step-by-Step Guide to Node Setup and Participation in the Rewarding Testnet

Step-by-step guide to setting up and running an OpenLedger node. Detailed instructions on how to install on VPS to get rewards in the test network.

Reading Time: 15 Minutes | Last Updated: January 2025

About OpenLedger

OpenLedger is a sovereign data blockchain for AI that has recently launched a rewarding testnet with 51% of $OPN tokens allocated. At this stage, participants can complete simple tasks and run nodes to farm points.

Key Project Features:

  • Investment: $8,000,000

  • Investors: Polychain, HashKey, Balaji Srinivasan, and others

  • Server Requirements: 1 CPU / 1 GB RAM / 10 GB Storage

  • Supported Operating Systems: Windows, Ubuntu 22.04, Android

  • Ports Used: 8000, 8080, 5555

Our DE-Promo Plan (149 RUB/month) is fully compatible for running an OpenLedger node!

All farmed points will be converted into the project’s main token, $OPN. The conversion rate will be announced closer to the TGE.

Basic Tasks to Get Started

1. Register and Claim Daily Rewards

  1. Log in to your account using Google on the official website

  2. Claim your initial 50 PTS through Daily Rewards

2. Set Up Social Media Accounts

  • Connect Twitter/X (+50 PTS)

  • Join Discord (+50 PTS)

  • Subscribe to Telegram (+50 PTS)

Important: Social media account verification may take approximately 30 minutes.

Installing a Node on a VPS: A Detailed Guide

1. Installing MobaXterm

  • Download and install MobaXterm.

  • Connect to the rented server using root.

  • Execute all commands sequentially.

2. Install Docker

sudo apt remove docker docker-engine docker.io containerd runc
sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update
sudo apt install -y docker-ce docker-ce-cli containerd.io
sudo docker --version

3. Install the required dependencies

sudo apt update
sudo apt install -y libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils libatspi2.0-0 libsecret-1-0

4. Install the necessary files and start the process

wget https://cdn.openledger.xyz/openledger-node-1.0.0-linux.zip
apt install unzip
apt install screen
unzip openledger-node-1.0.0-linux.zip
sudo dpkg -i openledger-node-1.0.0.deb
sudo apt-get install -f
sudo apt-get install desktop-file-utils
sudo dpkg --configure -a
screen -S openledger_node
openledger-node
sudo apt-get install libgbm1
sudo apt-get install libasound2
openledger-node --no-sandbox

Click "Login Node" and enter the account credentials you registered earlier.

Installing a Node on Windows: A Detailed Guide

2. Open the Docker file

4. Click Download

5. Extract the file

6. Click "Login Node" and enter the account credentials you registered earlier

7. Start the node

8. Wait a few minutes, and the status will change to "Connected"

9. Return to the website and confirm that your node has been added to your account

Installing a Node on Android: A Detailed Guide

1. Open the website on your phone

2. Tap Download APK

3. Open the app and log in

4. The node is now running

Earnings Rate

Additional Commands

sudo apt update
sudo apt install xfce4
sudo apt install xvfb
Xvfb :99 -screen 0 1920x1080x24 &
export DISPLAY=:99
touch ~/.Xauthority
apt install nano
sudo nano /etc/ssh/sshd_config
sudo systemctl restart sshd

Additional Information

Last updated