Browse Source

modified: start_iguana.sh

web
blackjok3r 6 years ago
parent
commit
993b985896
  1. 2
      start_iguana.sh

2
start_iguana.sh

@ -18,7 +18,7 @@ iguana/coins/kmd_7776
# Unlock wallet.
passphrase=$(./printkey.py wif)
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"bitcoinrpc\",\"method\":\"encryptwallet\",\"passphrase\":\"$passphrase\"}" > /dev/null
curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"bitcoinrpc\",\"method\":\"encryptwallet\",\"passphrase\":\"$passphrase\"}" > /dev/null
curl --url "http://127.0.0.1:7776" --data "{\"method\":\"walletpassphrase\",\"params\":[\"$passphrase\", 9999999]}"
# Loop through assetchains.json and build the path to the approptiate coins file and run it.

Loading…
Cancel
Save