Tag Archives: cryptocurrency

  • Install Berkeley 4.8 db libs on Ubuntu 16.04

    sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev OR wget http://download.oracle.com/berkeley-db/db-4.8.30.zip unzip db-4.8.30.zip cd db-4.8.30 cd build_unix/ ../dist/configure –prefix=/usr/local –enable-cxx make make install Also commonly fixes : libdb_cxx headers missing ubuntu found berkeley db other than 4.8, required for portable wallets berkeley db 4.8 ubuntu

    More  →
  • Quickstart Guide to NOMP – Node Open Mining Portal on Ubuntu 16.04

    apt-get update apt-get install -y npm npm -g install n n 0.10.36 node -v git clone https://github.com/zone117x/node-open-mining-portal cd node-open-mining-portal/ npm -g install node-gyp bcrypt node-pre-gyp multi-hashing npm install –save bignum npm update apt-get install redis-server https://github.com/zone117x/node-open-mining-portal

    More  →
  • Quickstart Guide Install MPOS on Ubuntu 16.04 – Mining Portal Open Source

    Quickstart Guide Install MPOS on Ubuntu 16.04 – Mining Portal Open Source Simply set your MYSQL password and let the installer do the rest. When done, update you config file with new MYSQL password. #!/bin/bash cd ~ sudo apt-get update sudo apt-get dist-upgrade -y sudo apt-get install -y git sudo apt-get install -y build-essential libboost-all-dev …

    More  →
  • 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 Litceoin Wallet Ubuntu 16.04 Command Line

    #!/bin/bash mkdir Github && cd Github sudo apt-get install -y git git clone https://github.com/litecoin-project/litecoin.git cd litecoin sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev sudo apt-get install -y bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev sudo apt-get install -y libboost-program-options-dev libboost-test-dev libboost-thread-dev sudo apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev sudo apt-get install …

    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  →
  • Run your own mining pool

    Configuration and Installation of CoiniumServ can be found here : https://github.com/bonesoul/CoiniumServ/wiki/Configuration https://github.com/bonesoul/CoiniumServ/  

    More  →
Updating…
  • No products in the cart.