Giter Site home page Giter Site logo

doktorcranium / xmrminer-tk1 Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 6.0 13.72 MB

Experimental fork for xmrMiner for Nvidia Jetson TK1 development board

License: GNU General Public License v3.0

CMake 1.03% Shell 0.02% C++ 14.61% Makefile 1.71% C 80.20% Cuda 2.42%

xmrminer-tk1's Introduction

xmrMiner-tk1 - A CUDA based miner for Monero

This project is forked from KlausT's ccminer version. ccminer is developed by Christian Buchner's & Christian H.'s and modified by tsiv for Cryptonight mining. This project is forked from psychocrypt xmrMiner version. It modifed to work on the Nvidia Jetson TK1 and was done only for educational purposes

Performance Overview

gpu launch param xmrMiner [hash/s] KlausT ccminer [hash/s] speedup [%] clock [MHz] watt
Nvidia Tegra TK1 12x16 15 756-951 MHz 8 W

Requirements

Hardware

xmrMiner-tk1 supports only NVIDIA Jetson TK1 with CUDA 6.5 (32bit) Ubuntu 16.04 Linux ARMv7 I have the latest flash build from October 2017 Linux tegra-ubuntu 3.10.40

https://developer.nvidia.com/linux-tegra-rel-21 Tegra_Linux_Sample-Root-Filesystem_R21.6.0_armhf.tar

Software

  • NVIDIA CUDA =6.5
  • host compiler
    • gcc >=4.6 (depends on your current CUDA version)
    • clang >=3.9 (support compile of the host and device code)
  • SSL support
    • Ubuntu: sudo apt-get install libssl-dev
  • CMake >=3.3.0
    • Ubuntu: I have used pkgsrc current; bootstrap and build cmake, you can find your repo with proper cmake
  • Curl
    • Ubuntu: sudo apt-get install libcurl4-gnutls-dev
  • Jansson
  • git
    • Ubuntu: sudo apt-get install git

Install

  1. create and enter the project folder:
  • mkdir -p xmrMiner
  • cd xmrMiner
  1. download the xmrMiner-tk1 source code
  • git clone ....
  1. configure xmrMiner (search for all dependencies)
  • cmake -DCUDA_ARCH=32 .
  1. compile
  • make -j
  1. start xmrMiner
  • ./xmrMiner
  • ./xmrMiner --help
  1. example usage
    • ./xmrMiner --launch=12x16 -o stratum+tcp://xmr.somepool.com:4444 -u walletid-hash -p x -k

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.