
- #ZCASH MINER FOR LINUX INSTALL#
- #ZCASH MINER FOR LINUX DRIVER#
It should finds 18627 solutions which is less than 1% off the theoretical expected average number of solutions of 1.88 per Equihash run at (n,k)=(200,9).įor installing, just copy silentarmy and sa-solver to the same directory. Self-testing the command-line solver (solves 100 all-zero 140-byte blocks with their nonces varying from 0 to 99): Make OPENCL_HEADERS=/usr/local/cuda-8.0/targets/x86_64-linux/include LIBOPENCL=/usr/local/cuda-8.0/targets/x86_64-linux/lib You may need to specify the paths to the locations of your OpenCL C headers and libOpenCL.so if the compiler does not find them, eg.: Or, for Arch Linux users, get the silentarmy AUR package. Verify the Python version is 3.3 or later:Ī C compiler is needed to compile the SILENTARMY solver binary (sa-solver):.SILENTARMY requires Python 3.3 or later (needed to support the use of the yield from syntax). Make OPENCL_HEADERS=/usr/lib/x86_64-linux-gnu/beignet/include/ LIBOPENCL=/usr/lib/x86_64-linux-gnu/beignet/ LDLIBS="-lcl -lrt" You must either alter the Makefile below or build silentarmy using.
#ZCASH MINER FOR LINUX INSTALL#
Install the OpenCL headers and library: Nvidia RTX 3060 is considered a decent GPU for mining popular coins like ethereum, raven, zcash, ergo, ethereum classic etc. Either reboot, or load the kernel driver:. Sudo apt-get install nvidia-opencl-dev nvidia-375 Set your server address to your closest location. payout) For this guide we will use Flypool. The choices for Zcash mining pools are: Nanopool (1 fee) Flypool (1 fee, 0.001 min. Follow steps 5-8 above: reboot, install the AMD APP SDK. Once extracted we can configure the miner by editing the config file to set our Zcash address, and set our mining pool. Install the official Ubuntu package for the Radeon Software Crimson Edition driver: $ sudo apt-get install fglrx (as of, the latest version is 2:15.201-0ubuntu0.14.04.1) Install system-wide by running as root (accept all the default options): $ sudo. Download the AMD APP SDK (as of, the latest version is 3.0). Add yourself to the video group if not already a member: $ sudo gpasswd -a $(whoami) video. Install (non-root, will use sudo access automatically): $. #ZCASH MINER FOR LINUX DRIVER#
Download the AMDGPU-PRO Driver (as of, the latest version is 16.50).
OpenCL support comes with the graphic card driver.