jolan

Results 17 issues of jolan

Some people have attempted to mine on integrated or old lowend fanless GPUs. This causes gominer to print 'NVML DeviceFanSpeed error: NotSupported' every few seconds. Should just suppress the warning...

bug

pool/stratum mining CPU usage is steady at ~1-2% for both CUDA and OpenCL. However, CPU usage while solo mining on testnet is: ~8% for OpenCL ~45% for CUDA For OpenCL,...

A lot of code is duplicated between cladldevice.go/cldevice.go/cudevice.go to work around having hard run-time dependencies on libraries. Should be able to reduce this somehow.

enhancement

We didn't think non-whole number difficulties were very common except when using underpowered GPUs but the traces by @unintuitive in #135 make it clear that some pools use them more...

bug

gominer has a small memory leak under normal usage that grows over time. With a tiny worksize where it runs through the OpenCL loop hundreds of times per second, it...

Should support those settings or at least warn/error.

- AMDGPU - not all values (0-255) are supported so we need to clamp to supported values - need to figure out how to restore automatic fan control upon device...

Other miners calculate their hash rate based upon work performed which means you can get a decent hash rate estimation in a minute or so. gominer's is currently based off...

enhancement

Reconnecting works fine if the TCP connection was dropped and can be re-established. However, if there's a short network or dcrd/stratum server outage which causes the reconnect to fail, reconnecting...

stakepoold currently gets the user config directly from MySQL which isn't ideal. We could send the data via gRPC rather than triggering stakepoold to refresh like we do now.