This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Need following config in dash.conf | |
## server=1 | |
## rpcuser=AnythingYoulike | |
## rpcpassword=AnyPassword | |
# | |
# Open your wallet and unlock before run the script :) | |
# | |
# Suggestion for Loop `while true; do ./sum_mined.sh || break; done` | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env ruby | |
# Utility converting BIP32 extended key version bytes | |
require './dashutil' | |
xkey = ARGV.shift | |
pref = ARGV.shift | |
# xpub661MyMwAqRbcFnEEbFf8idiyo8QGKiqhTujUmaJsDhAEZ82cEQPMq69Y4V27vGc5rJnxsd26kyHpBJDW72YMjntsmASbdBy1awfGMsUvLCa |