Post
Topic
Re: [ANN] Denarius [DNR] - NEW "Tribus" PoW Algo >> PoW/PoS Hybrid >> Satoshi Core
by
TRHM
on 07/07/2017, 13:04:46 UTC
How to compile tribus-enabled ccminer on Ubuntu 16.04
 
I assume you are starting out with a clean install of Ubuntu 16.04.
 
Start by opening up a terminal (or ssh into the machine in question).
 
First, we install quite a few packages.
 
Then issue these commands:
 
Code:
sudo apt-get update
sudo apt-get -y install git automake nvidia-cuda-dev nvidia-cuda-toolkit build-essential libssl-dev libcurl4-openssl-dev

 
Now, we download the source code using git:
 
Code:
cd
git clone -b linux https://github.com/tpruvot/ccminer.git
cd ccminer

And now, we compile it, this takes a while (~5 minutes on an 8 core machine)
 
Code:
./build.sh


Now, reboot the computer.
 
Next, open up a terminal (or ssh into the machine), then run these commands:
 
Code:
cd
cd ccminer
./ccminer -a tribus -o stratum+tcp://kawaiipool.party:8533 -u your_denarius_wallet -p c=DNR

 
Note: By default, build.sh uses only 4 cores to compile the software. You can change this behaviour, but I will leave that as an excersize for the reader. xD

Unless you have AMD cards, you should skip this tutorial.
AMD cards are not supported on new Linux distributions. Just saying, took me a week to figure that out Tongue