| Komponen | Persyaratan Minimum |
|---|---|
| CPU | 3/4 or more physical CPU cores |
| RAM | At least 4GB/8GB of memory (RAM) |
| Penyimpanan | At least 200GB of SSD disk storage |
| Koneksi | At least 100mbps network bandwidth |
https://explorer.nodestake.top/loyal-testnet
https://docs.joinloyal.io/validators/run-a-loyal-validator
wget -O loyal.sh https://raw.githubusercontent.com/sipalingtestnet/Loyal/main/loyal.sh && chmod +x loyal.sh && ./loyal.sh
Kemudian masukin nama validator lu bang
[email protected]:26656,[email protected]:26656,[email protected]:26624,[email protected]:31656,[email protected]:2566,[email protected]:48656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:26656,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566,[email protected]:2566
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.loyal/config/config.toml
systemctl restart loyald
loyald status 2>&1 | jq .SyncInfo
Tunggu status node false baru mulai buat wallet
loyald keys add $LYL_WALLET
curl -X POST -d '{"address": "'"YOUR_ADDRESS"'", "coins": ["10000000ulyl"]}' "https://faucet.joinloyal.io/"
YOUR_ADDRESS ganti pake address lu bang
LYL_WALLET_ADDRESS=$(loyald keys show $LYL_WALLET -a)
Enter keyring passphrase = Kata Sandi wallet lu
LYL_VALOPER_ADDRESS=$(loyald keys show $LYL_WALLET --bech val -a)
Enter keyring passphrase = Kata Sandi wallet lu
echo 'export LYL_WALLET_ADDRESS='${LYL_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export LYL_VALOPER_ADDRESS='${LYL_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profile
loyald tx staking create-validator \
--amount 8000000ulyl \
--from $LYL_WALLET \
--min-self-delegation "1" \
--commission-max-rate "0.2" \
--commission-max-change-rate "0.07" \
--commission-rate "0.07" \
--pubkey $(loyald tendermint show-validator) \
--moniker $LYL_NODENAME \
--chain-id $LYL_ID \
--gas-prices 1ulyl
salin txhashnya jangan sampe ilang
journalctl -fu loyald -o cat
systemctl start loyald
systemctl stop loyald
systemctl restart loyald
loyald status 2>&1 | jq .SyncInfo
loyald status 2>&1 | jq .ValidatorInfo
loyald status 2>&1 | jq .NodeInfo
loyald tendermint show-node-id
loyald keys list
loyald keys add $LYL_WALLET --recover
loyald keys delete $LYL_WALLET
loyald query bank balances $LYL_WALLET_ADDRESS
loyald tx bank send $LYL_WALLET_ADDRESS <TO_WALLET_ADDRESS> 10000000ulyl
loyald tx gov vote 1 yes --from $LYL_WALLET --chain-id=$LYL_ID
Proses Delegasi:
loyald tx staking delegate $LYL_VALOPER_ADDRESS 10000000ulyl --from=$LYL_WALLET --chain-id=$LYL_ID --gas=auto --fees 250ulyl
loyald tx staking redelegate <srcValidatorAddress> <destValidatorAddress> 10000000ulyl --from=$LYL_WALLET --chain-id=$LYL_ID --gas=auto --fees 250ulyl
loyald tx distribution withdraw-all-rewards --from=$LYL_WALLET --chain-id=$LYL_ID --gas=auto --fees 250ulyl
loyald tx distribution withdraw-rewards $LYL_VALOPER_ADDRESS --from=$LYL_WALLET --commission --chain-id=$LYL_ID
loyald tx staking edit-validator \
--moniker=NEWNODENAME \
--chain-id=$LYL_ID \
--from=$LYL_WALLET
loyald tx slashing unjail \
--broadcast-mode=block \
--from=$LYL_WALLET \
--chain-id=$LYL_ID \
--gas=auto --fees 250ulyl
sudo systemctl stop loyald
sudo systemctl disable loyald
sudo rm /etc/systemd/system/loyald* -rf
sudo rm $(which loyald) -rf
sudo rm $HOME/.loyal* -rf
sudo rm $HOME/loyal* -rf
sed -i '/LYL_/d' ~/.bash_profile