Update Node Pipe Network Testnet v0.3.1 with Docker
System Specs
Hardware | Requirement |
---|---|
CPU | 4 Cores |
RAM | 16 GB |
Storage | 100 GB |
Internet | 1 Gbps |
Last Update: 01-06-2025
Note: Bagi yang mendapatkan email yang bisa running
Update Node Pipe Network Testnet V0.3.1 di Docker
- Commit ulang docker popnode dengan nama baru
docker commit popnode popnode031
- Hapus container yang lama
docker rm -f popnode
- Buat Container docker baru
docker run -d --name popnode031 -p 80:80 -p 443:443 -it --entrypoint bash popnode031
- Masuk kedalam container popnode031
docker exec -it popnode031 bash
- update dan install wget, tmux
apt update && apt install tmux wget -y
- Download file binary node terbaru
- Hapus binary yang lama
rm pop
- Download file
wget https://download.pipe.network/static/pop-v0.3.1-linux-x64.tar.gz
- unzip file
tar -xvzf pop-v0.3.1-linux-x64.tar.gz
- Beri izin file
chmod 755 /opt/popcache/pop
- Buat baru session tmux
tmux new -s popnode
- Run node
./pop
- Keluar dari tmux (jika sudah running)
ctrl b, lepas semua, lalu tekan d
- Keluar dari container
exit
- Cek status node
- Check the health endpoint
curl http://localhost/health | jq
curl -k https://localhost/health | jq
- Check the state endpoint
curl -k https://localhost/state | jq
- Check the metrics endpoint
curl -k https://localhost/metrics | jq
- Cek dari browser
https://ip-vps-anda/state
https://ip-vps-anda/health