Hush Delayed Proof Of Work Dragon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
401 B

#!/usr/bin/env bash
# Copyright © 2018-2020 The Hush Developers
# add HUSH+KMD, K-I-S-S-I-N-G
coins/hush_5556
coins/kmd_5556
# Unlock wallet.
./wp_5556
# external coins.
#coins/btc_5556
# Loop through smartchains.json and build the path to the approptiate coins file and run it.
./listchains | while read chain; do
coin="coins/$(echo $chain | awk '{print tolower($0)}')_5556"
$coin
done