Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/krnlx/ccminer-mtp
Browse files Browse the repository at this point in the history
  • Loading branch information
krnlx committed Dec 29, 2018
2 parents e8b1ebc + 46d13f7 commit 4a3578f
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
ccminer with mtp support
========================
djm34 2017-2018
krnlx 2018

donation addresses:

djm34:

BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze

XZC: aChWVb8CpgajadpLmiwDZvZaKizQgHxfh5
krnlx:

BTC: 1FJGCKYw1pDamUxQS1dNTTVNVpWsCjPLUd

XZC: aFZGwPK5dAb8i4feQ5WjRjvWhFiMQn8JwZ


Based on Christian Buchner's & Christian H.'s CUDA project and tpruvot@github.


Building on windows
-------------------

Required: msvc2015 and cuda 9.x (cuda 9.2 prefered)
Dependencies for windows are included in compat directory, using a different version of msvc will most likely require to recompile those libraries.

In order to build ccminer, choose "Release" and "x64" (this version won't work with win32)
Then click "generate"
- not tested

Building on Linux (tested on Ubuntu 16.04)
------------------------------------------
Expand All @@ -29,7 +33,7 @@ A developpement environnement is required together with curl, jansson and openss
* sudo apt-get update && sudo apt-get -y dist-upgrade
* sudo apt-get -y install gcc g++ build-essential automake linux-headers-$(uname -r) git gawk libcurl4-openssl-dev libjansson-dev xorg libc++-dev libgmp-dev python-dev

* Installing CUDA 9.2 and compatible drivers from nvidia website and not from ubuntu package is usually easier
* Installing CUDA 10 and compatible drivers from nvidia website and not from ubuntu package is usually easier

* Compiling ccminner:

Expand Down Expand Up @@ -59,8 +63,8 @@ Running ccminer with mtp and requirement
----------------------------------------

mtp requires 4Gb of vram, hence cards with less than 4.5Gb of vram won't work.
while running, ccminer will also use around 5.5Gb of ram.
For the moment, ccminer, support only one vga per instance, to run of several gpus, it is then required to run one ccminer instance by gpu.
while running, ccminer will also use around 256MB of ram per adapter.


Instruction to mine on zcoin wallet (example)

Expand All @@ -76,8 +80,6 @@ ccminer -a mtp -o http://127.0.0.1:8382 -u djm34 -p password --coinbase-addr a
zcoin wallet should also be run with "server=1" option and "rpcport,rpcuser,rpcpassword" should match those of zcoin.conf


NB: For the moment, the intensity is not adjustable, this project is still in developpement, this will be changed in the near future




Expand Down

0 comments on commit 4a3578f

Please sign in to comment.