I hereby claim:
- I am strophy on github.
- I am strophy (https://keybase.io/strophy) on keybase.
- I have a public key ASCIS01uGk9OhsrY5T0vOBZoI6pnXNONoy50sci49scGigo
To claim this, I am signing this object:
| $ mn status | |
| { | |
| "hostname": "", # hostname | |
| "uptime": "", # uptime | |
| "distro": "", # cat /etc/issue | |
| "user": "", # whoami | |
| "loadAverage": "", # uptime | |
| "diskFree": "", # df -h / | |
| "memFree": "", # free -h | |
| "cpus": , # lscpu | grep 'CPU(s)' -m 1 |
| #!/bin/bash | |
| n=0 | |
| echo "Reading csv from stdin..." 1>&2 | |
| while IFS=,$'\r' read a b;do | |
| echo "$a - $b" 1>&2 | |
| ADDRESS[$n]="$a" | |
| DESC[$n]="$b" | |
| ((n++)) | |
| done |
| #!/bin/bash | |
| height=$(dash-cli getblockcount) | |
| for ((block=332320;block<height;block+=16616));do | |
| blockhash=$(dash-cli getblockhash $block) | |
| txhash=$(dash-cli getblock $blockhash|jq -r '.tx[0]') | |
| time=$(dash-cli getblock $blockhash|jq -r '.time') | |
| time=$(TZ=GMT date -d @$time +"%Y%m%d%H%M") | |
| amount=$(dash-cli getrawtransaction $txhash 1|jq '.vout|map(.valueSat)|add') |
| #@data/values | |
| --- | |
| network: testnet |
| Vote YES to send strophy some more tDASH to continue testing 0.13.0 features, like this proposal! This will also result in improved upgrade documentation, probably. |
| #!/bin/bash | |
| D0=$(TZ=UTC date --date="$(date --date="2015-12-07T08:27:12+0000")"); | |
| for block in `seq 398784 16616 $((382168 + (16616*48)))`; | |
| do DD=$(TZ=UTC date --date="$(date --date="$D0") +727 hours +5 minutes +2 seconds"); | |
| D0=$DD; | |
| echo "$block - $DD"; | |
| done |
I hereby claim:
To claim this, I am signing this object: