GPU miner for Zero.
Download Windows 8GB GPU 64bit
Download Windows 4GB GPU 64bit
Important: There are different versions for GPUs with 4GB and 8GB of RAM! If you have a card with only 4GB download the other version (1.1.0). 4GB is for AMD only!
Supports:
- Windows and Linux 64bit only.
- AMD GCN cards and NVIDIA.
Expected speed (stock card):
- Fiji (4GB): 7.5 S/s
- RX 290x (4GB): 5.5 S/s
- RX480 (8GB): 9.1 S/s
- GTX1080: 8.2 S/s
The miner contains a 2.5% fee for supporting the developer. All shown hash rates are net rate, i.e., with fee deducted. What you see is what YOU get!
Run from the archive root directory:
$ ./optiminer-zero -s zero.suprnova.cc:6568 -u moobar.worker -p x
For a list of all options run with -h
:
$ ./optiminer-zero -h
There are also 'mine.sh' and 'start.bat' scripts for running it under Linux and Windows. Just edit the pool and user settings before running!
Install the required libstc++:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install libstdc++6
You need to run the miner from the directroy where optiminer-zcash is in otherwise it will not find the opencl kernel.
There is a problem with your OpenCL installation. Make sure that there is a symlink /usr/lib/libOpenCL.so.1 that points to the OpenCL library on your system.
Either you have specified a wrong device / platform combination or there is a problem with your OpenCL setup.
By default platform id 0 is used. You can specify a different platform by adding '-c N' to the command line where N is a small number (try 0,1,2).
Restarting X might help to re-initialize the graphic driver under Linux.
This can happen if you use an unsupported version of the graphic driver.
Try updating to the newest driver or use --force-generic-kernel
to get a
slower implementation that also runs on older drivers.
- Download and run the AMD driver cleanup
- Download and install "Download Windows 10 64-bit (Desktop)" from here. You need to scroll down to find the download links.
- Reboot.
- [1.0.0] Initial release.
- [1.1.0] Special version for 4GB cards (slower).
- [1.2.0] Add support for NVIDIA cards.