Skip to content

Update Node Pipe Network DevNet-2 0.2.1

System Specs

HardwareRequirement
CPU2 Cores
RAM4 GB
Storage200 GB
Internet24/7
Port8003

Last Update: 01-02-2025

Update Node Pipe Network DevNet-2 (v0.2.1)

  1. Masuk ke tmux pipe-network
tmux attach -t pipe-network

  1. Stop node
    ctrl c


  2. Hapus file node yang lama

rm -rf pop*

  1. Download file node baru
wget https://dl.pipecdn.app/v0.2.1/pop

  1. Beri permission file
chmod +x pop

  1. Run Node (Jangan lupa ubah pubkey Anda)
    • pubKey => wallet address solana
    • atur ram => 4-16
    • atur max disk => 100-500
./pop --ram 4 --max-disk 200 --cache-dir /data --pubKey PubKeyAnda

Pastikan node run, Status: still running fine…

  1. Keluar dari tmux
    tekan ctrl, tahan terus lalu tekan b, lepas semua, tekan d


  2. Cek Status Node & Point

./pop --status
./pop --points

DONE