From 993b985896cba39aea963fc24a9653082de65890 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Wed, 5 Sep 2018 18:01:30 +0800 Subject: [PATCH] modified: start_iguana.sh --- start_iguana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_iguana.sh b/start_iguana.sh index f136477..1389e2a 100755 --- a/start_iguana.sh +++ b/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.