Boo
Boo
When running CUDAminer with -H 1 it supposed to use multiple threads on CPU. However, CPU is busy for only 15-20%. Would it be reasonable to create more CPU threads...
Since CUDAminer is made out of CPUminer, is it possible to add a mode where it uses only CPU to calculate hashes? Currently there is no switch for CPU-only. Something...
1. Start CUDAminer in auto mode (-l auto) 2. After 8-10 seconds try to stop it (by pressing Ctrl-C) 3. CUDAminer crashes
Not sure if you still using this code but here is one problem I see: bool EClientSocket::handleSocketError() should start with: errno = WSAGetLastError(); Otherwise errno is still zero and all...
offset = i * epoch Isn't it should be like this: offset = i * batch_size