I hereby claim:
- I am nckrtl on github.
- I am nckrtl (https://keybase.io/nckrtl) on keybase.
- I have a public key ASAPtizYv3CzgYQCeNKueecfobwS9LmIWYH2ISSr7V8bPwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| echo "Enter your key password:" | |
| read -s password | |
| while true | |
| do | |
| amount_steak=$(gaiacli query account <comosaddr> --chain-id=9001 --trust-node=true | jq -r '.value.coins[0].amount') | |
| if [[ $amount_steak > 0 && $amount_steak != "null" ]]; then | |
| echo "About to stake ${amount_steak} steak" | |
| echo "${password}" | gaiacli tx delegate --amount=${amount_steak}steak --from=crytter --validator=<cosmosvaloper> --chain-id=gaia-9001 | |
| fi |
I hereby claim:
To claim this, I am signing this object:
| # This is a TOML config file. | |
| # For more information, see https://github.com/toml-lang/toml | |
| ##### main base config options ##### | |
| # TCP or UNIX socket address of the ABCI application, | |
| # or the name of an ABCI application compiled in with the Tendermint binary | |
| proxy_app = "tcp://127.0.0.1:26658" | |
| # A custom human readable name for this node |