Penulis: Naufal
Note
WHAT IS Shardeum?
.
Kamu bisa gunakan VPS atau PC pribadi dengan kebutuhan:
✅ Linux | ✅ macOS | ✅ Windows (WSL) |
---|
Part | Minimum | Recommended |
---|---|---|
CPU | 2 Cores | 4 Cores |
RAM | 8 GB | 16 GB |
SSD | 250 GB | - |
Tutorial ini dibuat menggunakan Linux (Ubuntu), untuk sistem operasi lainnya mungkin akan sedikit berbeda.
sudo apt-get install curl
sudo apt update
sudo apt install docker.io
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
curl -O https://raw.githubusercontent.com/shardeum/validator-dashboard/main/installer.sh && chmod +x installer.sh
./installer.sh
Dengan menjalankan perintah di atas, akan muncul beberapa pertanyaan pengaturan, cukup tekan enter
pada keyboard untuk mengisi secara default.
Kalian akan ditanya Do you want to run the web based Dashboard? (Y/n)
, jawab saja Y
, dan buat password.
Proses instalasi akan memakan waktu, tunggu saja sampai prosesnya selesai.
Buka Shardeum Dashboard di browser dengan mengunjungi link di bawah ini, <YOUR_VPS_IP>
sesuai punyamu.
https://<YOUR_VPS_IP>:8080/maintenance
Hubungkan wallet EVM (rekomendasi: gunakan Rabby / MetaMask), stake minimal 10 SHM (klaim SHM di faucet).
Note
Saat staking, ubah gas menjadi Instant
untuk menghindari macet transaksi.
Tinggal tekan tombol Stark Node
sampai statusnya hijau, node akan standby sampai terpilih karena validating dipilih secara acak.
Verify here, node setup is successful only when you enter On Standby
or Validating
status.
Warning
Terkadang, UI-nya akan menampilkan node kalian Stopped
, coba refresh halaman browser beberapa kali sampai benar-benar yakin kalau node-nya beneran mati.
Karena traffic yang padat, mengakibatkan hal ini, yang mungkin harusnya berstatus On Standby
malah Stopped
.
ctrl
+ c
untuk berhenti, ulangi instalnya.
cd ~/.shardeum
./cleanup.sh
cd ~/
rm -rf .shardeum
rm installer.sh
docker system prune
Kamu perlu menjalankan shell.sh
, lokasinya ada di dalam folder .shardeum
.
cd ~/.shardeum
./shell.sh
Jika tidak bisa menggunakan cmd di atas bisa menggunakan cmd ini (di beberapa versi mungkin berbeda cara)
cd /home/root/.shardeum
./shell.sh
Start node with CLI:
operator-cli start
Stop node with CLI:
operator-cli stop
Check node status with CLI:
operator-cli status
GUI:
- Stop your validator before updating (you don't need to unstake though)
- Run this command:
curl -O https://raw.githubusercontent.com/shardeum/validator-dashboard/main/installer.sh && chmod +x installer.sh && ./installer.sh
- You might manually have to start the GUI afterwards with:
operator-cli gui start
CLI and GUI:
operator-cli version
operator-cli update
Reach us if you have more question:
ZuperHunt's Discord server | X(Twitter)