Skip to content

Releases: hackmod/ethminer

ethminer 0.18.0-alpha.3+commit.1280f5f5

02 Feb 13:44
1280f5f
Compare
Choose a tag to compare
Pre-release
v0.9.2-progpow-20190202

travis/appveyor deploy keys added

ProgPoW ethminer 0.18.0-alpha.3+commit.2afe772a (OpenCL only)

19 Jan 02:44
2afe772
Compare
Choose a tag to compare

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, but rotate(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.

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

ethminer 0.18.0-alpha.3+commit.fd85a28c

08 Jan 21:32
fd85a28
Compare
Choose a tag to compare
Pre-release
v0.9.2-progpow-20190109

appveyor: redistribute nvrtc*.dll

ProgPoW - ethminer 0.18.0-alpha.3+commit.6a224076 (OpenCL only)

08 Jan 11:45
6a22407
Compare
Choose a tag to compare

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)
  • fixes for some OpenCL (AMD) devices (im not sure why this happen, but rotate(x, n) make some trouble for old AMD cards)
  • nvrtc*.dll files are included (nvrtc*.dll are redistributable) (2019/01/09)

Notice

for windows, the nvrtc*dll binary might be required.

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

ethminer 0.18.0-alpha.3+commit.e493568b

20 Dec 03:24
e493568
Compare
Choose a tag to compare
Pre-release
v0.9.2-opencl-rot32

temporal fix for native AMD OpenCL

ethminer 0.18.0-alpha.3+commit.73233d3e

20 Dec 01:47
73233d3
Compare
Choose a tag to compare
Pre-release
v0.9.2-opencl-only-1220

temporal fix

ProgPoW - ethminer 0.18.0-alpha.3+commit.1a2fced4

19 Dec 12:48
1a2fced
Compare
Choose a tag to compare

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.

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

ProgPoW - ethminer 0.18.0-alpha.3+commit.946d9c09 (OpenCL only)

18 Dec 07:24
946d9c0
Compare
Choose a tag to compare

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)

Notice

for windows, the nvrtc*dll binary might be required.

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

ProgPoW - ethminer 0.18.0-alpha.3+commit.cd3b62b4

17 Dec 23:56
cd3b62b
Compare
Choose a tag to compare

binary snapshot for CUDA/linux

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)

Notice

for windows, the nvrtc*dll binary might be required.

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

ProgPoW - ethminer 0.18.0-alpha.3+commit.7f66489a

17 Dec 15:34
7f66489
Compare
Choose a tag to compare

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 (WIP)

Notice

for windows, the nvrtc*dll binary might be required.

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