Search content
Sort by

Showing 2 of 2 results by Danari
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
Danari
on 01/01/2018, 14:04:46 UTC

This is my tutorial and only works on centos 7. lower centos is giving problems. What centos are you on ?
If you get an error no such file then there was something wrong with the compiling.

Thanks for creating the guide. I was running Centos 6 and tried it with 7 now and it's working great. Thanks again! Smiley
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
Danari
on 01/01/2018, 12:30:38 UTC
Happy new year all the Yenteners!

This seems like a supercool project and I'm trying to start mining some yenten on linux but I run into a problem after installing the cpuminer. I followed this guide on CentOS which I know has worked for someone else:

yum groupinstall "Development Tools" -y
yum install curl-devel openssl-devel git screen -y
yum install gmp-devel -y
git clone https://github.com/JayDDee/cpuminer-opt.git
cd cpuminer-opt/
./build.sh
./cpuminer -t 1 -a yescryptr16 -o stratum+tcp://s.antminepool.com:6234 -u YUTSuJd7jQPYPmKtJ5J46xf5Hw3Ts21W3d  -p c=YTN


I get error that there is no such file which is true as I can't find it in the directory so can someone advice how to get the miner running?