Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
robinnn26
on 12/01/2018, 19:38:34 UTC
Give me please example of .bat file for i7-6700 for cpuminer-opt-3.7.8., thanks in advance.

On windows in a .bat file:

cpuminer-aes-avx.exe -t 3 -a yescryptr16 -o stratum+tcp://us-east.pool.yentencoin.com:6234 -u Yb7Ju6JyTwCMVxyy4dN9mV5pqdWft4VQNy -p c=YTN,stats

On a distro with ubuntu 16.04 you have to exec 2 commands in terminal:

cd /home/monroy/cpuminer-opt

./cpuminer -t 3 -a yescryptr16 -o stratum+tcp://us-east.pool.yentencoin.com:6234 -u Yb7Ju6JyTwCMVxyy4dN9mV5pqdWft4VQNy -p c=YTN,stats

I recommend ubuntu for mining, you got a very high hash rate againts windows, i also use 3 cores from my i7 with 8 cores; the yescryptr16 algo just use the real cores (not the logicals) wich are 4 from 8 but 1 is used for run the os so there are 3 real cores free for mining!!
I don't really see ubuntu being faster for the hashes... i got 2x vps with the same processor both 8 vcores one vps running windows the other ubuntu. On the windows one the hashes are close to 160H/s per vcore while on ubuntu it only gives me 100H/s per vcore maybe doing i am doing something wrong Huh