Skip to content

a CUDA accelerated litecoin mining application for NVIDIA Jetson TX2/TX1

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.txt
Unknown
COPYING
Notifications You must be signed in to change notification settings

jkjung-avt/CudaMiner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experimental version of CudaMiner for Jetson TX2/TX1

Tested on Jetson TX2 with JetPack 3.0 (L4T 27.1 + CUDA Toolkit 8.0)

- Keccak, Blake are disabled

Building
========
$ sudo apt-get install libcurl4-gnutls-dev autogen automake \
                       libssl-dev libssl1.0.0 libcryptokit-ocaml \
                       libcryptokit-ocaml-dev libcrypto++-dev \
                       libcrypto++9v5
$ ./autogen.sh
$ ./configure
$ make clean
$ make

Running benchmark on Jetson TX2
===============================
$ ./cudaminer --benchmark -l auto -m1 -D

Also read README.txt

About

a CUDA accelerated litecoin mining application for NVIDIA Jetson TX2/TX1

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.txt
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Cuda 37.5%
  • C 37.3%
  • C++ 10.3%
  • Shell 5.7%
  • Assembly 4.5%
  • Makefile 4.2%
  • Other 0.5%