Browse Source

Set correct UTXO size in splitfunds.sh for EMC2

master
Luke Childs 6 years ago
parent
commit
2e30078879
  1. 3
      splitfunds.sh

3
splitfunds.sh

@ -8,5 +8,8 @@ utxo_size=10000
if [[ ${coin} = "GAME" ]]; then
utxo_size=100000
fi
if [[ ${coin} = "EMC2" ]]; then
utxo_size=100000
fi
curl http://127.0.0.1:7776 --silent --data "{\"coin\":\"${coin}\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":${utxo_size},\"sendflag\":1,\"duplicates\":${duplicates}}"

Loading…
Cancel
Save