CESS
Official Links
Spek Minimal
Spek | Ukuran |
---|---|
CPU | 4 |
RAM | 8 GB |
SSD | 100 GB |
Bandwith | 5 MB |
Setup Awal
- Buatlah 2 wallet di Polkadot
- Lalu ambil faucet DISINI
- Wallet pertama digunakan untuk menerima hasil mining
- Wallet kedua digunakan untuk mining
Buka Port
sudo ufw allow ssh; sudo ufw allow 4001; sudo ufw allow 15001; sudo ufw enable
Install Docker ( Skip kalo udah )
sudo apt update; sudo apt upgrade -y
sudo apt-get update && sudo apt install jq git && sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
Install CESS
mkdir -p /opt/cess
git clone https://github.com/CESSProject/cess-nodeadm
cd cess-nodeadm
git checkout tags/v0.5.7
./install.sh
Set Config
- Paste ini
cess profile testnet
cess config set
Enter cess node mode from 'authority/storage/rpcnode' = isi
storage
lalu EnterEnter cess storage listener port = Skip, langsung Enter
Enter cess rpc ws-url = isi
wss://testnet-rpc.cess.network/ws/
Enter cess storage earnings account = Paste address wallet pertama
Enter cess storage signature account phrase = Paste pharse wallet kedua
Enter cess storage disk path = Isi
/opt/cess
Enter cess storage space = Isi
100
ato berapa tergantung SSD muEnter the number of CPU cores = Isi sesuai jumlah CPU yang mw dipake
Enter the staking account if you use one account to stake multiple nodes = Skip, langsung Enter
Enter the TEE worker endpoints if you have any = Skip, langsung Enter
Start Node
cess reload
lalu
cess start
Daftar Command
- Cek logs chain
docker logs -f chain
- Cek logs bucket
docker logs -f bucket
- Cek status
cess bucket stat
Jika ada Update
- Versi terakhir node bisa cek DISINI
Cara Update
Stop dulu
cess stop
cess down
Hapus
cess purge
Hapus folder dan file yang lama
rm -r cess-nodeadm
rm -r /opt/cess; mkdir -p /opt/cess
git clone https://github.com/CESSProject/cess-nodeadm
cd cess-nodeadm
git checkout tags/SESUAI_VERSITERBARU_JIKA_SUDAH_ADA
Setelah itu mulai kembali dari langkah Set Config
danger
⚠️ Jika Anda ingin menghapus ⚠️
cess down; cess purge
rm -r /opt/cess