reddcoin-project / reddcoin-3.10

Reddcoin: the digital social currency
http://www.reddcoin.com
MIT License
287 stars 114 forks source link

App needs to be multi-threaded, locking the UI thread due to background operations is unprofessional #107

Closed 1RedOne closed 6 years ago

1RedOne commented 6 years ago

The ReddCoin Core wallet displays 'Not Responding' far too often in Windows.

The app should be refactored to move slow operations into a separate runspace, lagging the UI like this will reduce user trust.

HenryYoung42 commented 6 years ago

Wait for the Bitcoin 0.15 based version - Reddcoin Fast :)

raid5 commented 6 years ago

I'm seeing similar issues on macOS.

reddink commented 6 years ago

@1RedOne point noted Working to bring the pertinent upstream components to improve the user experience Closing issue