• Getting Started with Docker Guide – Mac

    Step 1: Download the DMG Installer Install and Run Docker for Mac Double-click Docker.dmg to open the installer, then drag Moby the whale to the Applications folder. Double-click Docker.app in the Applications folder to start Docker. (In the example below, the Applications folder is in “grid” view mode.)You will be asked to authorize Docker.app with …

    More  →
  • Getting Started with Docker Guide – Linux

    Install Docker CE You can install Docker CE in different ways, depending on your needs: Most users set up Docker’s repositories and install from them, for ease of installation and upgrade tasks. This is the recommended approach. Some users download the DEB package and install it manually and manage upgrades completely manually. This is useful …

    More  →
  • Getting Started with Docker Guide – Windows

    Step 1: Download Docker for Windows Install Docker for Windows Double-click InstallDocker.msi to run the installer. If you haven’t already downloaded the installer (InstallDocker.msi), you can get it here. It typically downloads to your Downloads folder, or you can run it from the recent downloads bar at the bottom of your web browser. Follow the …

    More  →
  • Getting Started with Docker Guide

    Please choose the operating system you would like to install Docker on.  Docker is required for all Crypto and Coffee Dockerfiles. Windows Setup Linux Setup Mac Setup

    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 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.