clifordsymack / Electron-Cash

Electrum; Bitcoin thin client
MIT License
6 stars 3 forks source link

CPU usage is high #4

Closed markblundeberg closed 5 years ago

markblundeberg commented 6 years ago

I am seeing CPU usage at 100% all the time (as if 1 core maxed out).

Note that EC currently imports two really slow and CPU-intensive cryptographic libraries (pyaes and ecdsa). If the shuffler is making any usage of cryptographic facilities then this may be the reason.

(BTW I tried running apt install python3-pycryptodome but it seems to not change anything.)

dskloet commented 6 years ago

Shouldn't this be filed at https://github.com/Electron-Cash/Electron-Cash/issues ?

fyookball commented 6 years ago

no this is for Cash Shuffle implementation @dskloet

fyookball commented 6 years ago

@clifordsymack is this fixed?

clifordsymack commented 6 years ago

@ yes it is fixed