Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.89 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.89 KB

ccminer

Download here: https://github.com/a1i3nj03/a1min3r/releases

use like this: ccminer -o stratum+tcp://pool.ominousnetwork.com:3636 -u mywalletisbetterthanurs.TR_FTW -p password123

Younger better faster

RVN RP6cmcZNE9g5oEakzCb88DgVJSLVBYJwnu (a1i3nj03)

(Always) Forget to add dev fee :sadparrot:

Based on Christian Buchner's & Christian H.'s CUDA project, no more active on github since 2014.

Check the README.txt for the additions

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

A part of the recent algos were originally written by djm34 and alexis78

This variant may be built on Linux someday (ubuntu server 14.04, 16.04, Fedora 22 to 25) It is built for Windows 7 to 10 with VStudio 2013, to stay compatible with Windows 7 and Vista.

Note that the x86 releases are generally NOT faster than x64 ones on Windows, that tends to change with the recent drivers.

The recommended CUDA Toolkit version was the 6.5.19, but some light algos could be faster with the version 7.5 and 8.0 (like lbry, decred and skein). CUDA 9.0 was used, but 9.1 should be even better.

About source code dependencies

This project requires some libraries to be built :

  • OpenSSL (prebuilt for win)
  • Curl (prebuilt for win)
  • pthreads (prebuilt for win)

The tree now contains recent prebuilt openssl and curl .lib for both x86 and x64 platforms (windows).

To rebuild them, you need to clone this repository and its submodules : git clone https://github.com/peters/curl-for-windows.git compat/curl-for-windows

Compile on Linux

Please see INSTALL file or project Wiki