Post
Topic
Board Mining (Altcoins)
Re: WildRig: new miner for Wild Keccak algo
by
tbearhere
on 16/07/2018, 23:11:52 UTC
Released 0.9.17 beta
- moved scratchpad update into a better place, this should decrease amount of "Low difficulty" shares before "new job"
- added general uptime value to API
It has always been C:\Users\tbear\AppData\Local\.cache\boolberry  with ccminer.
I'm still getting about the same amount of hashrate and shares as ccminer on usbbr.mining.blue. On other pools my hashrate goes all over the place on the pool with ccminer. Your app. should improve this.. but I didn't try it out yet on other pools. usbbr.mining.blue  pool owner worked on this with me.  Smiley

:start
wildrig.exe --opencl-platform=0   --opencl-devices=0,1 --opencl-launch=60x256,60x256 --print-full --url=usbbr.mining.blue:8888 --user=my addy --pass=x --scratchpad-file=C:\Users\tbear\AppData\Local\.cache\boolberry\scratchpad.bin --scratchpad-url=http://mining.blue/scratchpad.bin
if ERRORLEVEL 1000 goto custom
timeout /t 5
goto start
Hi, as I wrote in my hashrate statement - two cards can be fine with ccminer, because there is enough range of job for them before they can get to "problematic" zone with wrong calculations. And that's why I want to implement possibility to disable donation for such rigs. Working prototype for Windows is already done, but not yet released.

ps: is this GTX750Ti's? I used similar launch config for them with ccminer. Best solution for me with them is using static diff like hashrate * 10(and strategy set to 1), because vardiff for wild keccak algo is total insane on all pools as I know %)
Yes they're 750ti's.  I have 2 cards on this computer and I have a 6 card rig.
With ccminer at usbbr.mining.blue I set my batch file like this.

ccminer-x64-2.2.2-cuda7.5.exe -a wildkeccak -t 2 -l 60x256 -o stratum+tcp://usbbr.mining.blue:8888 -u my address_10000 -p x --max-log-rate 30 -k http://mining.blue/scratchpad.bin

But note...With ccminer I always had to manually download the scratchpad. But with wildrig... it does it automatically.... nice. Smiley