Install Node Datagram
System Specs minimal
Hardware | Requirement |
---|---|
CPU | 4 Core |
RAM | 4 GB |
Prepare Before Install Node
-
Create akun
dashboard.datagram.network?ref=453104063 -
Simpan node key
dashboard.datagram.network/wallet?tab=licenses
Install Node datagram network di Ubuntu/linux
- Update paket
apt update
- Install wget & tmux
apt install wget tmux -y
- Download file node
wget https://github.com/Datagram-Group/datagram-cli-release/releases/latest/download/datagram-cli-x86_64-linux
chmod +x datagram-cli-x86_64-linux
- Buat sesi tmux datagram
tmux new -s datagram
- Run Node
./datagram-cli-x86_64-linux run -- -key key-anda
-
Keluar dari tmux (pastikan node running)
tekan ctrl, tahan terus lalu tekan b, lepas semua, tekan d
-
Masuk ke tmux (jika ingin melihat node running atau tidak)
tmux attach -t datagram
Cek Node
Cek status node di Dashboard
dashboard.datagram.network/overview
DONE