KlausT / ccminer-cryptonight

Software for mining various cryptocoins, like Monero (pool mining only)
GNU General Public License v3.0
133 stars 30 forks source link

Does the ccminer-cryptonight-302-x64 work with nanopool.org? #73

Closed kram36 closed 6 years ago

kram36 commented 6 years ago

Hello,

Does the ccminer-cryptonight-302-x64 work with nanopool.org?

Thank you.

KlausT commented 6 years ago

I have only done a very short test, but it looks like it works.

kram36 commented 6 years ago

Would you mind providing me with the code line please? I have 3 gpu's and want to use gpu 1 only. I have tried several things, but have yet to get it to work.

KlausT commented 6 years ago

-d 1 should work: ccminer-cryptonight -d 1 -o stratum+tcp://xmr-eu1.nanopool.org:14444 -u something -p x

kram36 commented 6 years ago

Sweet! Right now it seems to be working perfect. Thank you!