Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows
by
old_pioner
on 24/05/2014, 02:42:19 UTC
Hey guys, now I know you guys don't want to run any random executables, however I have binary patched sgminer so it allows you to remove girino's pool

Link https://www.dropbox.com/s/fxs1fwxiu7l0aua/sgminera.exe

You can do a binary comparison and see I've only edited a few bytes(should be 4), there is no way I could've slipped anything malicious.

Why couldn't you remove his pool? Simple, he changed this code

Code:
if (selected < 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

to

Code:
if (selected == 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

your batch file already remove the pool or not.
I have not provided any batch files. I am afraid I don't understand what you mean.
Lol ty! But quota still 98? Here is 2% quota not for the pool 0 There 2% per gpu For example 5 card rig = 10% quota on pool 0 Dev not so simply Smiley