ProgPoW - ethminer 0.18.0-alpha.3+commit.1a2fced4
Pre-release
Pre-release
ChangeLog
- CPU verifier enabled (12/14)
eth_submitWork()
fix (12/15)- fix for Compute 3.0: use
__funnelshift_*
conditionally (12/15 reported by @stevemulligan) - fixes for OpenCL support (12/17)
- make OpenCL support compile and running
- extract
compileKernel()
, compileKernel every 50 blocks correctly (12/18)
- fixed epoch change issue (12/19)
- OpenCL : fixed setArg issue after epoch change
- CUDA : fixed manual rebase mistake. (fix incompatible driver context error after epoch change)
Notice
for windows, the nvrtc*dll
binary might be required.
- goto https://developer.nvidia.com/cuda-toolkit-archive
- select proper cuda version
- download
local
version of the cuda-tookit - open exe/zip using 7zip and extract
nvrtc/*.dll
Please see ethereum-mining#1766
only CUDA tested
FAQ
- Currently, CUDA-8, CUDA-9.1, CUDA-10 binaries are supported.
CUDA Error : Insufficient CUDA driver 9000
Error: No usable mining devices found
for this case, installed cuda driver version is 9.0. update your cuda driver or simply you can try cuda-8 binary for this case.
This work supported by Ethersocial Network
cc: @kimmyeonghun @magnalucus