Git Product home page Git Product logo

mantra-testnet-phase-1's Introduction

Join our telegram

MANTRA Chain Incentivized Testnet (Phase 1)

Dokumentasi

Persyaratan Perangkat Keras Minimum

  • Ubuntu 20.04 LTS
  • CPU: 2vCPU (1 core)
  • Memory: 4 GB
  • Storage: 200 - 500 GB

Persyaratan Perangkat Keras yang Direkomendasikan

  • CPU: 4vCPU (2 cores)
  • Memory: 8 - 16GB
  • Storage: 500 - 1000 GB

1. Instal Otomatis

wget -O mantra.sh https://raw.githubusercontent.com/bangpateng/mantra-testnet-phase-1/main/mantra.sh && chmod +x mantra.sh && ./mantra.sh

2. Check Log Sinkron

journalctl -fu mantrachaind -o cat

Biarkan Hingga Selesai Sinkron 15 Menitan Dah

3. Check Status Node

mantrachaind status 2>&1 | jq .SyncInfo

Jika Status Sudah FALSE Next Step Gawein Command Selanjutnya

4. Load Sistem

source $HOME/.bash_profile

5. Buat Dompet/Wallet

Jangan Lupa Simpan Address & Mnemonic Kalian (Enter Keyring Phase Buat Password bebas)

mantrachaind keys add $WALLET

(OPTIONAL/BISA SKIP) Untuk memulihkan dompet Anda menggunakan frase seed

mantrachaind keys add $WALLET --recover

6. Simpan Info Wallet

MANTRA_WALLET_ADDRESS=$(mantrachaind keys show $WALLET -a)
MANTRA_VALOPER_ADDRESS=$(mantrachaind keys show $WALLET --bech val -a)
echo 'export MANTRA_WALLET_ADDRESS='${MANTRA_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export MANTRA_VALOPER_ADDRESS='${MANTRA_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profile

Enter Keyring Phase Buat Password = Masukan Pass Yang Sebelumnya Udah di Buat

7. Claim Faucet

8. Check Balance

mantrachaind q bank balances $MANTRA_WALLET_ADDRESS

Kalau Balance Sudah Masuk, Baru Buat Validator

9. Mambuat Validator

mantrachaind tx staking create-validator \
  --amount 1000000uaum \
  --from $WALLET \
  --commission-max-change-rate "0.01" \
  --commission-max-rate "0.2" \
  --commission-rate "0.10" \
  --min-self-delegation "1" \
  --pubkey  $(mantrachaind tendermint show-validator) \
  --moniker $NODENAME \
  --chain-id $MANTRA_CHAIN_ID \
  --gas auto --gas-adjustment 1.5 --fees 50uaum \
 -y

10. Update Foto Profil, Deskripsi Validator

mantrachaind tx staking edit-validator \
--new-moniker=$NODENAME \
--identity=<your_keybase_id> \
--website="<your_website>" \
--details="<your_validator_description>" \
--chain-id=$MANTRA_CHAIN_ID \
--from=$WALLET
  • <your_keybase_id> Ganti Dengan ID Keybase Kalian
  • <your_website> Ganti Dengan Link Twitter atau Website Kalian
  • <your_validator_description> Ganti Dengan Deskripsi Node Kalian

11. Hapus Node

sudo systemctl stop mantrachaind
sudo systemctl disable mantrachaind
sudo rm /etc/systemd/system/mantrachaind.service
sudo systemctl daemon-reload
rm -f $(which mantrachaind)
rm -rf .mantrachain
rm -rf mantrachaind

Command Berguna Lainnya

Delegate

mantrachaind tx staking delegate $VALOPER_ADDRESS 10000000uaum --from $WALLET --chain-id $MANTRA_CHAIN_ID --fees 5000uaum

Redelegate

mantrachaind tx staking redelegate $VALOPER_ADDRESS <dst-validator-operator-addr> 100000000uaum --from=$WALLET --chain-id=$MANTRA_CHAIN_ID

Withdraw Reward

mantrachaind tx distribution withdraw-all-rewards --from=$WALLET --chain-id=$MANTRA_CHAIN_ID

Unjail

mantrachaind tx slashing unjail \
  --broadcast-mode=block \
  --from=$WALLET \
  --chain-id=$MANTRA_CHAIN_ID \
  --gas=auto \
  --gas-adjustment=1.4

mantra-testnet-phase-1's People

Contributors

bangpateng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.