Skip to content

Instantly share code, notes, and snippets.

View nckrtl's full-sized avatar
🏠
Working from home

Nick Retel nckrtl

🏠
Working from home
View GitHub Profile

Keybase proof

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:

@nckrtl
nckrtl / auto-delegate.sh
Last active January 8, 2019 03:53
Auto delegate
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
@nckrtl
nckrtl / keybase.md
Last active September 20, 2018 14:46

Keybase proof

I hereby claim:

  • I am nckrtl on github.
  • I am crytter (https://keybase.io/crytter) on keybase.
  • I have a public key whose fingerprint is 95A4 F500 265C 5FE3 9FEE 5589 AF10 9A41 9D1F 1B95

To claim this, I am signing this object:

@nckrtl
nckrtl / config.toml
Last active August 22, 2018 17:32
config.toml sentry 1
# 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