**Cryptonaito **— guides, nodes, news, testnets
OpenLedger — A Data Sovereign Blockchain for AI
Invested : $8,000,000
Investors: Polychain, HashKey, Balaji Srinivasan and others
On the right click “ Daily Rewards ” + 50 PTS
We collect PTS daily, there is also a streak for daily dailies
We wait about 30 minutes until the binding is checked.
Connect to the rented server via root
We execute commands according to the list
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
sudo apt update
sudo apt install -y libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils libatspi2.0-0 libsecret-1-0
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 errors, we ignore them! We enter y + enter everywhere (if asked)
sudo apt-get install desktop-file-utils
sudo dpkg --configure -a
screen -S openledger_node
openledger-node
If there are errors, we ignore them! We enter y + enter everywhere (if asked)
sudo apt-get install libgbm1
sudo apt-get install libasound2
Launching the node
After a minute, the application will start with account authorization
openledger-node --no-sandbox
Click “ Login Node ” — enter the account data that we registered earlier
Let’s start the node
Wait a few minutes and the status will be “ Connected ”
We write Cntr + A + D
We return to the site and see our node added to the account
**Cryptonaito **— guides, nodes, news, testnets