Install Node Open Ledger
System Specs minimal
Section titled “System Specs minimal”| Hardware | Requirement |
|---|---|
| CPU | 4 Cores |
| RAM | 6 GB |
Install Node Open Ledger di Ubuntu 22.04
Section titled “Install Node Open Ledger di Ubuntu 22.04”- Buat user baru (Ubah “nama-user” sesuai keinginan anda, Masukan password baru, sisanya enter2 saja)
adduser nama-user- Update paket
apt update- Install Gui xfce
apt install xfce4 xfce4-goodies -y- Install XRDP
apt install xrdp -y- Beri session xrdp untuk xfce
echo "startxfce4" > ~/.xsession- Restart XRDP
systemctl restart xrdp- Cek status XRDP (pastikan aktif)
systemctl status xrdp- Beri izin user baru (jangan lupa ubah “nama-user”)
usermod -aG root nama-userusermod -aG xrdp nama-userecho "nama-user ALL=(ALL:ALL) ALL" | sudo tee -a /etc/sudoers > /dev/null- Masuk ke user baru (nama-user)
su - nama-user- Install open ledger (enter saja)
curl -O https://gist.githubusercontent.com/NodeFarmer/6da2744044cd1aa37ce28a511259e3f0/raw/OpenLedger.sh && chmod +x OpenLedger.sh && ./OpenLedger.sh-
Login ke gui vps
- Buka RDP anda, jika menggunakan windows di kolom pencarian ketik RDP.
- Masukan/ketik ip public vps anda, nama-user dan password
-
Buka open ledger
- Di pojok kiri atas klik applications
- Klik accessories
- Buka Open Ledger
- Login menggunakan akun google anda
- Start node (tunggu sampai selesai)
- DONE
Cek status node
Section titled “Cek status node”testnet.openledger.xyz/dashboard
Note: Jika remote blank hitam dan keluar silahkan gunakan perintah di bawah ini, dan coba login kembali
sudo pkill -u nama-usersudo systemctl restart xrdpReferensi for install open-ledger by cryptonodefarmer.