Hello, I am using a Mac Book Pro (2015). I am connected to an external hard drive running Bitcoin Core.
is this a mechanical hard drive? if so, what speed does it rotate at? 5400 rpm models perform badly for almost anything. Is the main laptop disk an SSD?
Everything runs fine until I click or even hover mouse over file. Any idea why it's freezing. Any suggestions on how to solve this problem?
This could be a symptom of the disk tech performance I'm alluding to above, but it could also be down to Bitcoin itself (the developers are slowly re-writing the parts of the code that manages how many things can happen simultaneously. until they complete this task, the gui becoming unresponsive is to be expected)
1. If you have an SSD main disk (or any SSD with ~4GB space), copy the
chainstate folder onto the SSD, then make a symlink in macOS terminal from the original location to the location on the SSD
2. Stop using the GUI version. The graphics library is a significant part of the concurrency issues. The cli version (
bitcoind) does not freeze