sgminer-dev / sgminer

Scrypt GPU miner
GNU General Public License v3.0
631 stars 825 forks source link

API flag for nfactor #141

Open sollord opened 10 years ago

sollord commented 10 years ago

It would be nice if there was an easy way to tell via the api if the miner is running regular scrypt or is using an nfactor as currently theirs no way to easily tell what an instance of sgminer is directly running without inferring it form the pool its on.

veox commented 10 years ago

See if commit 0e37fc24b0908c72d6b6c502cc6bc636fb12d6cf provides what you request.

veox commented 10 years ago

BTW, I've just merged branch nfactor into master.

Bllacky commented 10 years ago

So from now on, if we want nfactor, you just set the kernel to ... what ? zuikkis? and factor: 11 in settings?

veox commented 10 years ago

@Bllacky All current kernels support it. It is best to set using algorithm.

Bllacky commented 10 years ago

so I just write in the config file algorithm: nfactor, and it should work out of the box ?

Edit: I think the config file and the current instructions are now clear enough. So my question is answered.