Closed TimyIsCool closed 3 years ago
where the server is set you have to type 51.158.182.90:6006 instead of <51.158.182.90>:<6006> and the identifier should not have any spaces or unusual characters. and you forgot - where -a is. there is no need to specify threads too, it will autodetect. If you want to mine with your IGPU you need a 4th gen processor too.
How the command should look like:
nonceminer.exe -u timy_g -a DUCO_S1 -i LOW -o 51.158.182.90:6006 -w 3200g -g
-g is for OpenGL used for GPU mining
where the server is set you have to type 51.158.182.90:6006 instead of <51.158.182.90>:<6006> and the identifier should not have any spaces or unusual characters. and you forgot - where -a is. there is no need to specify threads too, it will autodetect. If you want to mine with your IGPU you need a 4th gen processor too.
How the command should look like:
nonceminer.exe -u timy_g -a DUCO_S1 -i LOW -o 51.158.182.90:6006 -w 3200g -g
-g is for OpenGL used for GPU mining
tysm but im getting alot of rejected shares
If you remove -i LOW
, it'll work because LOW has hash-rate limits that the duino-coin devs strictly enforce. Everything up to and including -i NET
is also like this (check the master server's code for what the limits are).
If you remove
-i LOW
, it'll work because LOW has hash-rate limits that the duino-coin devs strictly enforce. Everything up to and including-i NET
is also like this (check the master server's code for what the limits are).
tysm its working nicly now
im trying this on a diffrent pc and i have installed the cryptolib dll and now im getting error 0xc0150002
0xc0150002
I've never seen that error before, but I've also never just moved the raw crypto dll around either. Have you tried installing OpenSSL yet? The link is in the README.
0xc0150002
I've never seen that error before, but I've also never just moved the raw crypto dll around either. Have you tried installing OpenSSL yet? The link is in the README.
yes but i might of downloaded the light version
0xc0150002
I've never seen that error before, but I've also never just moved the raw crypto dll around either. Have you tried installing OpenSSL yet? The link is in the README.
yes but i might of downloaded the light version
i have now been banned for using my gpu tho i thought it was allowed
Really? You're right though; it is allowed. Maybe it was some kind of mistake, but anyway I'm not the one to contact about that.
Was the 0xc0150002 issue solved though? I can close this issue if it was.
im trying this on a diffrent pc and i have installed the cryptolib dll and now im getting error 0xc0150002
Install 1.1 instead of the newer 3.x version
I wasn't aware of OpenSSL 3.0 as I was responding before. Installing OpenSSL 1.1.1 (from slproweb, since this was reported on Windows) is definitely the correct solution.