Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Denarius [DNR] - NEW "Tribus" PoW Algo >> PoW/PoS Hybrid >> Satoshi Core
by
kawaiicrypto
on 07/07/2017, 12:58:48 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