Skip to content

Instantly share code, notes, and snippets.

@sibTamias
sibTamias / keybase.md.
Last active December 21, 2023 09:38
keybase
### Keybase proof
I hereby claim:
* I am sibtamias on github.
* I am eutamias (https://keybase.io/eutamias) on keybase.
* I have a public key ASAoLu42FcbAQnZJqjixdPVxYKr5L3SrICt3kIyJgHoPnwo
To claim this, I am signing this object:
@sibTamias
sibTamias / get_queue_position_pshvr.sh
Last active June 5, 2018 01:43 — forked from moocowmoo/dashrpc.py
calculate your masternode queue position
#!/bin/bash
~/.dashcore/dash-cli masternodelist full > ./tmp/cached_mnlistfull
MN_LIST=$(cat ./tmp/cached_mnlistfull)
myMN_IP_ADDR=$1
if [ -z $myMN_IP_ADDR ]; then
echo "usage: $0 <masternode address>"
exit -1
fi