• Install ccminer sp-hash fork Ubuntu 16.04

    This guide will teach you how to install ccminer sp-hash on Ubuntu 16.04 You must first run Install NVIDIA Driver and CUDA on Ubuntu 16.04 before proceeding. #!/bin/bash export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib export PATH=$PATH:/usr/local/cuda-8.0/bin echo 'export PATH=/usr/local/cuda-8.0/bin:$PATH' >> ~/.bashrc mkdir sphash cd sphash git clone https://github.com/sp-hash/ccminer.git cd ccminer/ ./autogen.sh ./configure CFLAGS="-O3 -Wall -march=native" make https://github.com/sp-hash/

    More  →
  • Install ccminer tpruvot fork Ubuntu 16.04

    This guide will teach you how to install ccminer tpruvot on Ubuntu 16.04 You must first run Install NVIDIA Driver and CUDA on Ubuntu 16.04 before proceeding. #!/bin/bash mkdir tpruvot cd tpruvot git clone https://github.com/tpruvot/ccminer.git cd ccminer/ export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib export PATH=$PATH:/usr/local/cuda-8.0/bin echo 'export PATH=/usr/local/cuda-8.0/bin:$PATH' >> ~/.bashrc ./autogen.sh ./configure make echo "Finished" https://github.com/tpruvot

    More  →
  • Install ccminer alexis78 fork Ubuntu 16.04

    This guide will teach you how to install ccminer alexis78 on Ubuntu 16.04 You must first run Install NVIDIA Driver and CUDA on Ubuntu 16.04 before proceeding. mkdir alexis78 cd alexis78 git clone https://github.com/alexis78/ccminer.git cd ccminer/ export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib export PATH=$PATH:/usr/local/cuda-8.0/bin ./autogen.sh ./configure make echo "Finished" exit https://github.com/alexis78

    More  →
  • Install Claymore Dual Miner Ethereum Decred Siacoin Lbry Pascal on Ubuntu 16.04

    mkdir claymore cd claymore wget https://github.com/nanopool/Claymore-Dual-Miner/releases/download/v9.5/Claymore.s.Dual.Ethereum.Decred_Siacoin_Lbry_Pascal.AMD.NVIDIA.GPU.Miner.v9.5.-.LINUX.tar.gz tar -zxvf Claymore.s.Dual.Ethereum.Decred_Siacoin_Lbry_Pascal.AMD.NVIDIA.GPU.Miner.v9.5.-.LINUX.tar.gz To buy a pre-configured Dockerfile with this image checkout our selection of Dockerfiles at https://cryptoandcoffee.com https://github.com/nanopool/Claymore-Dual-Miner

    More  →
  • Install ccminer klaust fork Ubuntu 16.04

    The fastest algorithm to mine on NVIDIA is by far Skein.  This fork of ccminer from Klaust is definitely the fastest build of ccminer I have found to mine Skein on NVIDIA CUDA. The build attached here is pre-compiled to work with the Install NVIDIA Driver and CUDA on Ubuntu 16.04 #!/bin/bash mkdir klaust cd …

    More  →
Updating…
  • No products in the cart.