GithubHelp home page GithubHelp logo

nibiru's Introduction

Nibiru Testnet — nibiru-itn-1

Official documentation:

Explorer:

Minimum Hardware Requirements

  • 4x CPUs; the faster clock speed the better
  • 8GB RAM
  • 100GB of storage (SSD or NVME)

Recommended Hardware Requirements

  • 8x CPUs; the faster clock speed the better
  • 64GB RAM
  • 1TB of storage (SSD or NVME)

Set up your nibiru fullnode

wget https://raw.githubusercontent.com/freshe4qa/nibiru/main/nibiru2.sh && chmod +x nibiru2.sh && ./nibiru2.sh

Post installation

When installation is finished please load variables into system

source $HOME/.bash_profile

Synchronization status:

nibid status 2>&1 | jq .SyncInfo

Create wallet

To create new wallet you can use command below. Don’t forget to save the mnemonic

nibid keys add $WALLET

Recover your wallet using seed phrase

nibid keys add $WALLET --recover

To get current list of wallets

nibid keys list

Usefull commands

Service management

Check logs

journalctl -fu nibid -o cat

Start service

sudo systemctl start nibid

Stop service

sudo systemctl stop nibid

Restart service

sudo systemctl restart nibid

Node info

Synchronization info

nibid status 2>&1 | jq .SyncInfo

Validator info

nibid status 2>&1 | jq .ValidatorInfo

Node info

nibid status 2>&1 | jq .NodeInfo

Show node id

nibid tendermint show-node-id

Wallet operations

List of wallets

nibid keys list

Recover wallet

nibid keys add $WALLET --recover

Delete wallet

nibid keys delete $WALLET

Get wallet balance

nibid query bank balances $NIBIRU_WALLET_ADDRESS

Transfer funds

nibid tx bank send $NIBIRU_WALLET_ADDRESS <TO_NIBIRU_WALLET_ADDRESS> 10000000unibi

Voting

nibid tx gov vote 1 yes --from $WALLET --chain-id=$NIBIRU_CHAIN_ID

Staking, Delegation and Rewards

Delegate stake

nibid tx staking delegate $NIBIRU_VALOPER_ADDRESS 10000000unibi --from=$WALLET --chain-id=$NIBIRU_CHAIN_ID --gas=auto

Redelegate stake from validator to another validator

nibid tx staking redelegate <srcValidatorAddress> <destValidatorAddress> 10000000unibi --from=$WALLET --chain-id=$NIBIRU_CHAIN_ID --gas=auto

Withdraw all rewards

nibid tx distribution withdraw-all-rewards --from=$WALLET --chain-id=$NIBIRU_CHAIN_ID --gas=auto

Withdraw rewards with commision

nibid tx distribution withdraw-rewards $NIBIRU_VALOPER_ADDRESS --from=$WALLET --commission --chain-id=$NIBIRU_CHAIN_ID

Unjail validator

nibid tx slashing unjail \
  --broadcast-mode=block \
  --from=$WALLET \
  --chain-id=$NIBIRU_CHAIN_ID \
  --gas=auto

nibiru's People

Contributors

freshe4qa 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.