I haven't looked at scrypt-jane since yacoins "takeoff" back when this miner was just getting support but I decided to look at micro since I could be making a decent amount per day with it.
Heres my config
cudaminer.exe -H 2 -i 0 -D --algo=scrypt-jane:Microcoin -b 8192 -L 2 -l K14x32 -o stratum+tcp://mrc.blocksolved.com:3310 -O manofcolombia.micro:x
However ever time I run it I am left with 100% load on my cpu even though -H 2 is supposed to offload all the work onto the gpu?
2 660 ti getting 430 khash
EDIT: So actually if I have microcoins wallet open it maxes out my cpu...even though its synced and I'm mining with a pool?
Turn off the cpu miner that's built into the wallet.
Plus, is that 430 khash each or total? I get 291 khash with K28x8 on one card with +80 core, no lookup gap.
Plus Plus, a setting of "-b 8192" when N factor is 1024 will default to batch size 1024. The kernel launch takes the min value of the current position+"batch size" and N.