Dear friends,
I am experiencing a quite weird issue when performing the initial sync with Bitcoin Core wallet 0.16.0 on my iMac.
The wallet always crashes at a specific point, exactly 250 Mb cache.
I have tried to increase the cache setting to the double of what is the default value, to 900 Mb to no avail.
debug.log shows that it ALWAYS gets stuck at exactly the same point, with the wallet showing the “Error reading from the database, shutting down” pop up.
Launching the wallet again syncs for a little while more until it gets stuck again at exactly the same point again.
Debug.log shows the following as the cause when crashing:
2018-03-07 02:06:20 UpdateTip: new best=000000000000000000f77a9ac3b079f9df4fbc1c01382e5da665d3f86123a7fa height=485013 version=0x20000002 log2_work=87.097193 tx=254082032 date=‘2017-09-13 11:40:48’ progress=0.826117 cache=250.3MiB(1841606txo) 2018-03-07 02:06:20 LevelDB read failure: Corruption: block checksum mismatch 2018-03-07 02:06:20 Corruption: block checksum mismatch 2018-03-07 02:06:26 Error reading from database: Database corrupted
2018-03-07 02:08:39 UpdateTip: new best=000000000000000000f77a9ac3b079f9df4fbc1c01382e5da665d3f86123a7fa height=485013 version=0x20000002 log2_work=87.097193 tx=254082032 date=‘2017-09-13 11:40:48’ progress=0.826116 cache=250.3MiB(1841606txo) 2018-03-07 02:08:39 LevelDB read failure: Corruption: block checksum mismatch 2018-03-07 02:08:39 Corruption: block checksum mismatch 2018-03-07 02:08:56 Error reading from database: Database corrupted
2018-03-07 02:28:11 UpdateTip: new best=000000000000000000f77a9ac3b079f9df4fbc1c01382e5da665d3f86123a7fa height=485013 version=0x20000002 log2_work=87.097193 tx=254082032 date=‘2017-09-13 11:40:48’ progress=0.826105 cache=250.3MiB(1841606txo) 2018-03-07 02:28:11 LevelDB read failure: Corruption: block checksum mismatch 2018-03-07 02:28:11 Corruption: block checksum mismatch
These are the specs of my iMac: late 2012, i7 3.4 Ghz processor (quad core 8 threads) 32Gb RAM.
Thank you so much for your help, much appreciated.