Post
Topic
Board Announcements (Altcoins)
Re: [ANN][YAC] YACoin ongoing development
by
thdim
on 09/04/2015, 22:35:38 UTC
Perhaps you are operating with wrong parameters.

-- CPU corei7 with 4 threads
https://github.com/Thirtybird/cpuminer/releases

Code:
cd C:\minerd-yacoin_stratum_x64_2_4_0
minerd-x64-corei7.exe -a scrypt-jane -t 4 -o stratum+tcp://yac.coinmine.pl:9088 -u myusername.myworker1 -p mypassword

-- GPU Radeon R7 240 4GB
https://github.com/Thirtybird/YACMiner/releases

Code:
cd C:\yacminer-3.5.0-yac2-x86
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
yacminer --scrypt-chacha --lookup-gap 6 -R 1280 -B 3560 -o stratum+tcp://yac.coinmine.pl:9088 -u myusername.myworker2 -p mypassword


Thanks for answering senj,

this is my settings for my i5 (i tolled you, it's an amateur mining Tongue),

Code:
minerd-x64-avx-i -a scrypt-jane -t 4 --url stratum+tcp://yac.coinmine.pl:9088 -u thdim.office -p xxx

how can the exact code works 2 days ago and now don't?

and this is my GPU

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
yacminer --scrypt-chacha -o stratum+tcp://yac.coinmine.pl:9088 -u thdim.1 -p xxx -I 9 --lookup-gap 2

it seems like working and hashing with 314.0 h/s but nothing happens except "Stratum from pool 0 detected new block" every couples of minutes. The message i discover it by trying to make it work with sgminer_v5.1_2015-03-09 (i don't have any idea if that is even compatible miner too be honest).