ProgPoW ethminer 0.18.0-alpha.3+commit.2afe772a (OpenCL only)
Pre-release
Pre-release
ChangeLog
volatile mix
fix to fix invalid shares under OpenCL(AMD) (2019/01/19)nvrtc*.dll
files are included (nvrtc*.dll
are redistributable) (2019/01/09)fixes for some OpenCL (AMD) devices (im not sure why this happen, butrotate(x, n)
make some trouble for old AMD cards)- 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)
- fixes for OpenCL support (12/17)
- make OpenCL support compile and running
- extract
compileKernel()
, compileKernel every 50 blocks correctly (12/18)
- fix for Compute 3.0: use
__funnelshift_*
conditionally (12/15 reported by @stevemulligan) eth_submitWork()
fix (12/15)- CPU verifier enabled (12/14)
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
now supports both CUDA and OpenCL
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