Browse Source

Reduce iguana TUXO threshold to 100 for UTXO consolidation

master
Luke Childs 6 years ago
parent
commit
0f88036ea1
  1. 2
      consolidateutxos.sh

2
consolidateutxos.sh

@ -10,7 +10,7 @@ address="RPxsaGNqTKzPnbm5q7QXwu7b6EZWuLxJG3"
cli=$(./listclis.sh ${coin}) cli=$(./listclis.sh ${coin})
txfee="0.0002" txfee="0.0002"
date=$(date +%Y-%m-%d:%H:%M:%S) date=$(date +%Y-%m-%d:%H:%M:%S)
iguana_age_threshold="120" iguana_age_threshold="100"
echo "[${coin}] Checking mining UTXOs - ${date}" echo "[${coin}] Checking mining UTXOs - ${date}"

Loading…
Cancel
Save