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.exeYou 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
if (selected < 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}
to
if (selected == 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}
your batch file already remove the pool or not.