Background:
- Running Bitcoin Core 0.10 x64 on Windows 8.1
- txindex is enabled
- first synchronization
Problem: Bitcoin Core 0.10 is constantly freezing during synchronization, especially on newer blocks losing connections and making RPC unresponsive. This happens when Bitcoin Core uses more than one thread to analyse downloaded blocks (occurs more often when the height is higher - uses more threads then).
Expencted Results: GUI and RPC server should still response to user inputs or at least should not lose connections to other Bitcoin peers.