Browse Source

#464 lower minimum number of files in indexes

sshtunnel
Christian Rotzoll 6 years ago
parent
commit
b23084689b
  1. 4
      home.admin/50copyHDD.sh

4
home.admin/50copyHDD.sh

@ -111,8 +111,8 @@ if [ ${count} -gt 0 ]; then
echo "Found data in /mnt/hdd/bitcoin/indexes/txindex" echo "Found data in /mnt/hdd/bitcoin/indexes/txindex"
anyDataAtAll=1 anyDataAtAll=1
fi fi
if [ ${count} -lt 1500 ]; then if [ ${count} -lt 500 ]; then
echo "FAIL: less then 1500 .ldb files (${count}) in /mnt/hdd/bitcoin/indexes/txindex (transfere seems invalid)" echo "FAIL: less then 500 .ldb files (${count}) in /mnt/hdd/bitcoin/indexes/txindex (transfere seems invalid)"
quickCheckOK=0 quickCheckOK=0
fi fi

Loading…
Cancel
Save