Skip to content

Releases: Sushipool/sushi-miner-opencl

V2.1.1

08 Sep 01:25
Compare
Choose a tag to compare

Improved performance.

Config parameters for RX580 8Gb (HiveOS)

    "memory": [4032],
    "threads": [2]
    "cache": [4],
    "jobs": [8]

for 4Gb GPUs

    "memory": [1984],
    "threads": [2]
    "cache": [4],
    "jobs": [8]

HiveOS package file is sushi-miner-opencl-2.1.1.tar.gz

V2.0.5

23 May 22:53
Compare
Choose a tag to compare

Dumb consensus can be used with any pool that supports it.
Add "consensus": "dumb" to extra parameters

V2.0.3

11 May 08:49
Compare
Choose a tag to compare

Configurable cache
cache: [3]

for some old cards it makes sense to try disabling it with cache: [0]

V2.0.2

08 May 21:08
Compare
Choose a tag to compare

Hashrate improvements by 2-3%

V2.0.1

18 Apr 19:40
Compare
Choose a tag to compare

CHANGELOG

  • Dumb miner will try to reconnect to Sushipool when disconnected.

INSTRUCTION

  • Download the release file, extract it somewhere.
    • Linux: download sushi-miner-opencl-linux-2.0.1.tar.gz.
    • Windows: download sushi-miner-opencl-linux-2.0.1.zip.
  • Rename miner.sample.conf to miner.conf, specify your wallet address.
  • Run the miner. In the following script, ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system. (actually higher than a total number of threads running on all devices)
    • Linux: use start_gpu.sh.
    • Windows: use start_gpu.bat.

HiveOS package file is sushi-miner-opencl-2.0.1.tar.gz
See the configuration example here

V2.0.0

02 Apr 22:41
Compare
Choose a tag to compare

CHANGELOG

  • Improved performance for AMD cards.
  • Changed executable names to avoid confusion - the miner can work with any pool using Nano consensus.
  • Added 'dumb' mode, it doesn't require consensus at all, only SushiPool currently supports it.

INSTRUCTION

  • Download the release file, extract it somewhere.
    • Linux: download sushi-miner-opencl-linux-2.0.0.tar.gz.
    • Windows: download sushi-miner-opencl-linux-2.0.0.zip.
  • Rename miner.sample.conf to miner.conf, specify your wallet address.
  • Run the miner. In the following script, ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system. (actually higher than a total number of threads running on all devices)
    • Linux: use start_gpu.sh.
    • Windows: use start_gpu.bat.

HiveOS package file is sushi-miner-opencl-2.0.0.tar.gz
See the configuration example here

V1.0.7

22 Mar 20:20
Compare
Choose a tag to compare

CHANGELOG

  • It's now possible to run multiple threads per GPU.
    for 8Gb cards try
    memory: [4032], threads: [2]
    for 4Gb cards try
    memory: [1984], threads: [2]
    it's also possible to define those parameters individually for each device:
    memory: [3072,3840,3840,3840], threads: [1,1,2,2]

If you observe low hashrates try slightly reducing memory size. The total size of allocated memory (memory * threads) cannot exceed the total available memory size.

INSTRUCTION

  • Download the release file, extract it somewhere.
    • Linux: download sushipool-opencl-miner-linux-1.0.7.tar.gz.
    • Windows: download sushipool-opencl-miner-windows-1.0.7.zip.
  • Rename miner.sample.conf to miner.conf, specify your wallet address.
  • Run the miner. In the following script, ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system. (actually higher than a total number of threads running on all devices)
    • Linux: use start_gpu.sh.
    • Windows: use start_gpu.bat.

HiveOS package file is sushipool_opencl_miner-1.0.7.tar.gz
See the configuration example here

V1.0.6

19 Mar 17:44
Compare
Choose a tag to compare

CHANGELOG

  • Performance improvements for AMD:
    Try memory: [4032] for 8Gb cards, memory: [3200] for 4Gb

INSTRUCTION

  • Download the release file, extract it somewhere.
    • Linux: download sushipool-opencl-miner-linux-1.0.6.tar.gz.
    • Windows: download sushipool-opencl-miner-windows-1.0.6.zip.
  • Rename miner.sample.conf to miner.conf, specify your wallet address.
  • Run the miner. In the following script, ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system.
    • Linux: use start_gpu.sh.
    • Windows: use start_gpu.bat.

HiveOS package file is sushipool_opencl_miner-1.0.6.tar.gz
See the configuration example here

V1.0.5

14 Mar 10:41
Compare
Choose a tag to compare
  • Download the release file, extract it somewhere.
    • Linux: download sushipool-gpu-miner-1.0.5.tar.gz.
    • Windows: download sushipool-gpu-miner-1.0.5.zip.
  • Rename miner.sample.conf to miner.conf, specify your wallet address.
  • Run the miner.
    • Linux: type UV_THREADPOOL_SIZE=12 ./sushipool-gpu-miner.
    • Windows: use start_gpu.bat.
  • Ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system.

V1.0.4 Windows

19 Feb 01:44
ceb5aa2
Compare
Choose a tag to compare

Initial release of Nimiq OpenCL Miner 1.0.4 for Windows by SushiPool:

  • Using nano consensus to connect to Nimiq network.
  • Requires OpenCL-capable drivers for your GPU (Nvidia or AMD).

Instructions:

  • Download the zip file, extract it somewhere.
  • Rename sushipool.sample.conf to sushipool.conf, specify your wallet address.
  • Edit start_gpu.bat. Ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system.
  • Double-click start_gpu.bat to start mining!