Giter Club home page Giter Club logo

Hi there 👋

git clone https://github.com/AleoHQ/snarkOS.git --depth 1

cd snarkOS source <(curl -s https://raw.githubusercontent.com/nodejumper-org/cosmos-scripts/master/lava/lava-testnet-1/install.sh)

—————— #create wallet : ———————-

lavad keys add wallet

———————————- #SAVE SEED PHRASE —————————— #SAVE PRIVATE VALIDATOR KEY : —————————————-

cat $HOME/.lava/config/priv_validator_key.json

—————————— #wait util the node is synced, should return FALSE ———————————-

#For check synce : ————————————

lavad status 2>&1 | jq .SyncInfo.catching_up

faucet : ask in discord,

—————————— #Check balance : ———————————-

lavad keys show wallet -a

lavad q bank balances $<lavad keys show wallet -a>


#create validator :


lavad tx staking create-validator
--amount=90000ulava
--pubkey=$(lavad tendermint show-validator)
--moniker="YOUR_VALIDATOR_MONIKER"
--chain-id=lava-testnet-1
--commission-rate=0.1
--commission-max-rate=0.2
--commission-max-change-rate=0.05
--min-self-delegation=1
--fees=10000ulava
--from=wallet
-y

—————————- #you can see the validator detail

amberlisez1's Projects

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.