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.

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
Basic Tasks to Get Started
1. Register and Claim Daily Rewards
Log in to your account using Google on the official website
Claim your initial 50 PTS through Daily Rewards
Collect PTS daily. A streak bonus is also available for consistent daily activity.

2. Set Up Social Media Accounts
Now, link your social media accounts here to earn an additional +100 PTS.
Connect Twitter/X (+50 PTS)
Join Discord (+50 PTS)
Subscribe to Telegram (+50 PTS)

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
If there are any errors, ignore them! Always type y and press Enter (if prompted).
sudo apt-get install desktop-file-utils
sudo dpkg --configure -a
Start a screen session.
screen -S openledger_node
openledger-node
If there are any errors, ignore them! Always type y and press Enter (if prompted).
sudo apt-get install libgbm1
sudo apt-get install libasound2
Start the node. After a minute, the application will launch with an account authentication prompt
openledger-node --no-sandbox


Start the node


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

Press Ctrl + A + D to detach the session. Return to the website and confirm that your node has been added to your account.
Installing a Node on Windows: A Detailed Guide
1. Go to the link and download the Docker installer

2. Open the Docker file



3. Go to the link and click on the Windows icon

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
ЕIf the Node Disconnects
sudo apt update
sudo apt install xfce4
sudo apt install xvfb
Xvfb :99 -screen 0 1920x1080x24 &
export DISPLAY=:99
If this error occurs, fix it

touch ~/.Xauthority
Открываем конфиг и ставим такие значение
apt install nano
sudo nano /etc/ssh/sshd_config
X11Forwarding - yes
X11Displayoffset - 10
X11UseLocalhost - yes

Save and close using Ctrl + X, then Y, and press Enter.
Restart the node.
sudo systemctl restart sshd
Additional Information
Telegram Channel: https://t.me/u1host
U1HOST Hosting: https://u1host.com
Last updated