Giter Site home page Giter Site logo

validators-contest's Introduction

haqq

๐Ÿšจ Genesis update guide haqq_54211-3

For those who already have a node installed

Stop node

sudo systemctl stop haqqd

Download new genesis

cd $HOME/.haqqd/config && rm -rf genesis.json && wget https://github.com/haqq-network/validators-contest/raw/master/genesis.json

Check genesis.json

sha256sum $HOME/.haqqd/config/genesis.json

sha256sum: b93f2650bdf560cab2cf7706ecee72bfba6d947fa57f8b1b8cb887f8b428233f

Disable state-sync in $HOME/.haqqd/config/config.toml.
Change the enable parameter to false

[statesync]
enable = false

Execute unsafe-reset-all

haqqd tendermint unsafe-reset-all --home=$HOME/.haqqd

Set chain haqq_54211-3

haqqd config chain-id haqq_54211-3

Insertion of seeds and peers

seeds="62bf004201a90ce00df6f69390378c3d90f6dd7e@seed2.testedge2.haqq.network:26656,23a1176c9911eac442d6d1bf15f92eeabb3981d5@seed1.testedge2.haqq.network:26656"
peers="[email protected]:33656,[email protected]:29656,[email protected]:26556,[email protected]:29956,[email protected]:20116,[email protected]:45656,[email protected]:36656,[email protected]:26656,[email protected]:26656,[email protected]:36656,[email protected]:32656"
sed -i -e 's|^seeds *=.*|seeds = "'$seeds'"|; s|^persistent_peers *=.*|persistent_peers = "'$peers'"|' $HOME/.haqqd/config/config.toml

Run the service file and see the logs of your node

sudo systemctl restart haqqd && \
sudo journalctl -u haqqd -f -o cat

validators-contest's People

Contributors

bela1401 avatar crazysergo avatar cryptobtcbuyer avatar cyberomanov avatar d-elektra avatar ddim77 avatar digiser2 avatar ecaterinasm avatar goldentorrent avatar goooodnes avatar icodragon avatar jav1x avatar kallen-c avatar landerosua avatar markcartoon avatar mikhailradusha avatar mrraange avatar munris-vlad avatar n0okone avatar nodersteam avatar nodestake avatar onsails avatar pavelmoneyin avatar realys158 avatar semenyuk62 avatar solar-team-tech avatar stakrspace avatar voynitskiy avatar zhekakrip avatar zukaman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

validators-contest's Issues

update command

Missing slash symbol

From :

haqqd tx staking edit-validator
--new-moniker="choose a moniker"
--website="https://islamiccoin.net"
--identity=6A0D65E29A4CBC8E
--details="To infinity and beyond!"
--chain-id=<chain_id>
--gas="auto"
--gas-prices="0.025aISLM"
--from=<key_name>
--commission-rate="0.10"

To :

haqqd tx staking edit-validator
--new-moniker="choose a moniker"
--website="https://islamiccoin.net"
--identity=6A0D65E29A4CBC8E
--details="To infinity and beyond!"
--chain-id=<chain_id>
--gas="auto"
--gas-prices="0.025aISLM"
--from=<key_name>
--commission-rate="0.10"

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.