Giter Site home page Giter Site logo

8ball-mainnet's Introduction

FULLNODE SETUP

wget -O 8ball.sh https://raw.githubusercontent.com/vanzzdark/8ball-Mainnet/main/8ball.sh && chmod +x 8ball.sh && ./8ball.sh

Post installation

source $HOME/.bash_profile

Create validator

To create your validator run command below

8ball tx staking create-validator \
--amount=99000000uebl \
--pubkey=$(8ball tendermint show-validator) \
--moniker="YourNodeName" \
--chain-id=eightball-1 \
--commission-rate=0.10 \
--commission-max-rate=0.20 \
--commission-max-change-rate=0.01 \
--min-self-delegation=1 \
--from=yourwalletname \
--fees=5000uebl

Edit validator (Optional

If you want edit your validator, run this command.

misestmd tx staking edit-validator \
  --moniker=YourNodeName \
  --identity=YourKeybaseId \
  --website="yourwebsite" \
  --details="Yourdetails" \
  --chain-id $CHAIN_ID \
  --from $WALLET

WALLET

Add new wallet

8ball keys add $WALLET

Recover wallet using seed phrase

8ball keys add $WALLET --recover

Usefull commands

Check logs

journalctl -fu 8ball -o cat

Start service

sudo systemctl start 8ball

Stop service

sudo systemctl stop 8ball

Restart service

sudo systemctl restart 8ball

Delete Node

sudo systemctl stop 8ball && \
sudo systemctl disable 8ball && \
rm /etc/systemd/system/8ball.service && \
sudo systemctl daemon-reload && \
cd $HOME && \
rm -rf 8ball && \
rm -rf 8ball.sh && \
rm -rf .8ball && \
rm -rf $(which 8ball)

8ball-mainnet's People

Contributors

vanzzdark avatar

Watchers

 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.