Skip to content

ccminer added verushash

Compare
Choose a tag to compare
@monkins1010 monkins1010 released this 08 Sep 10:31
3e5b739

verus hash added ccminer cuda9.2 or ccminer cuda 8 version or non avx CPU (_old ver)

to get started copy all the files into a folder.

ccminer -a verus -o stratum+tcp://stratum.veruspool.xyz:9999 -u REoPcdGXthL5yeTCrJtrQv5xhYTknbFbec.worker1 -p x

REoPcdGXthL5yeTCrJtrQv5xhYTknbFbec (written totally for the community)

LINUX build run ./build.sh or use precompiled version, dependancies seen here:

https://github.com/tpruvot/ccminer/blob/linux/INSTALL

To compile the miner on linux
sudo apt-get install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential
clone git https://github.com/monkins1010/ccminer.git
cd ccminer
./build.sh

if you are getting compile errors you can try and clone the original ccminer
git clone https://github.com/tpruvot/ccminer.git
then replace the files in the directory of ccminer with the ones in the verus.linux.files.zip
then try build.sh