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:
I hereby claim:
To claim this, I am signing this object:
#!/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 |
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. |
#@data/values | |
--- | |
network: testnet |
#!/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') |
#!/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 |
$ 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 | |
full_url="http://your_graphana_host_here" | |
name="dashboards" | |
create_slug () { | |
echo "$1" | iconv -t ascii//TRANSLIT | sed -r s/[^a-zA-Z0-9]+/-/g | sed -r s/^-+\|-+$//g | tr A-Z a-z | |
} | |
process_db_json() { |
{ | |
"genesis_time": "2021-07-22T12:57:05.429Z", | |
"chain_id": "dash-testnet-6", | |
"initial_height": "0", | |
"initial_core_chain_locked_height": 542300, | |
"initial_proposal_core_chain_lock": null, | |
"consensus_params": { | |
"block": { | |
"max_bytes": "22020096", | |
"max_gas": "-1", |
static_resources: | |
listeners: | |
- name: listener_0 | |
address: | |
socket_address: | |
address: 0.0.0.0 | |
port_value: 8080 | |
filter_chains: | |
- filters: |