I hereby claim:
- I am ilap on github.
- I am ilap (https://keybase.io/ilap) on keybase.
- I have a public key ASDiVDzi9NTlM-daMMe8wYkGarcITtk01vpk1KQ6wKWw2go
To claim this, I am signing this object:
| #!/bin/bash | |
| # Get the spending key of your Yoroi address for signing the spending. | |
| # At repl.it/repls/IndolentWarmheartedDehardwarization | |
| # FORK IT FIRST!!!!!!!!!!! | |
| # And replace the | |
| # MNEMONICS="your mnemonics" with yours and then | |
| # from `console.log(address.to_base58());`` | |
| # to `console.log(key_prv.to_hex());` | |
| KEY="" |
I hereby claim:
To claim this, I am signing this object:
| # | |
| # Install: Add to the profile | |
| # | |
| # Usage: jc stake-get | |
| # | |
| alias jc='_() { | |
| if [ -z "$*" ] | |
| then | |
| echo '\''usage: jc [Rest commands] | |
| - stake get: Shows the current delegation info |
| #!/bin/bash | |
| #--------------------------------------------------------------------- | |
| # File: setup_shelley_monitoring.sh | |
| # Created: 2019/10/17 | |
| # Creator: ilap | |
| #===================================================================== | |
| # DESCRIPTION: | |
| # | |
| # This script downloads and configures the required files | |
| # for monitoring a Shelley node by using grafana/prometheus. |