1. Sewa server linux ubuntu 18.04 di penyedia VPS. Saya sewa server linux yang murah meriah, minimal 132ribu
2. Login ke server pakai SSH
3. Download vex1. 7.4bin_ubuntu18.zip, dengan perintah:
wget https://vexanium.com/files/vex1.7.4bin_ubuntu18.zip
unzip vex1.7.4bin_ubuntu18.zip
4. Bikin wallet dalam server dengan perintah:
./cleos wallet create --to-console
5. Import wallet vex ke console, dengan perintah :
./cleos wallet import --private-key 5Jxxxxxxxxxxxx
6. Daftar akun Vex Anda jadi BP, dengan perintah :
./cleos --url http://209.97.162.124:8080 system regproducer akunvexAnda VEXpublickeyanda situs web anda
7. Jalankan Node, dengan perintah:
sudo nohup ./nodeos --max-irreversible-block-age -1 --contracts-console --genesis-json ./genesis.json --blocks-dir ./data/blocks --data-dir ./data --chain-state-db-size-mb 1024 --http-server-address 127.0.0.1:80 --p2p-listen-endpoint 0.0.0.0:8090 --max-clients 5 --p2p-max-nodes-per-host 5 --enable-stale-production --producer-name namaBPagan --signature-provider=VEXpublickeyagan=KEY:5Jprivatekeyagan --plugin eosio::http_plugin --plugin eosio::chain_api_plugin --plugin eosio::producer_plugin --p2p-peer-address 209.97.162.124:8091 39.105.124.20:8092 > nodeos.log 2>&1 &
8. Cek node nya udah jalan atau belum, dengan perintah:
tail -f nodeos.log
9. Cara claim reward, dengan perintah:
./cleos --url http://209.97.162.124:8080 system claimrewards namaBPanda