|
Post by sedin on Nov 2, 2017 3:53:24 GMT -6
Do you have any suggestion why this is happening, what is the correct settings then? There's no correct settings. Just try some that respect rules of the 1st post and keep the one giving you the best H/s
|
|
|
Post by mrnewguy on Nov 2, 2017 4:09:47 GMT -6
Thansk!!! im only getting 103 h/s with this :S I tried 48x12 and I get 290- 310h/s try and see what values give you the best results
|
|
|
Post by natural on Nov 2, 2017 4:46:10 GMT -6
nuby here i have set launch 64x13 (nvidia gtx970) is this ideal? for pool url is it just eupool.electroneum.com/ ? also mine says its missing cudart_64_80.dll not sure what to do here the websites with available .dll downloads look dodgey. and lastly the site you linked says by default it donates 2% monero to that guys wallet, i assume this feature is disabled for etn mining currently?
|
|
|
Post by reconhell on Nov 2, 2017 5:13:42 GMT -6
Thansk!!! im only getting 103 h/s with this :S I tried 48x12 and I get 290- 310h/s try and see what values give you the best results But I dont understand the formula. Thats why im asking.
|
|
|
Post by ismail loudiyi on Nov 2, 2017 5:57:10 GMT -6
PLZZZZZZZZZ HELP i have a problem in GPU mining i see this msg when i want mining ================================ Stratum - Failed to connect, retry in 20 sec...
|
|
|
Post by sedin on Nov 2, 2017 6:09:25 GMT -6
nuby here i have set launch 64x13 (nvidia gtx970) is this ideal? for pool url is it just eupool.electroneum.com/ ? also mine says its missing cudart_64_80.dll not sure what to do here the websites with available .dll downloads look dodgey. and lastly the site you linked says by default it donates 2% monero to that guys wallet, i assume this feature is disabled for etn mining currently? Best launch parameter differs for each card, find the best one for yours. The protocol for mining isn't https:// but stratum+tcp:// You can download the dll file on the first post of this thread (try to read the hwole post next time) As for the donation, there's a 2% donation in the miner, meaning that for 2% of the running time, it'll actually mine Monero for the dev.
|
|
|
Post by sedin on Nov 2, 2017 6:10:09 GMT -6
try and see what values give you the best results But I dont understand the formula. Thats why im asking. What don't you understand? I mean, it's just a multiplication, not rocket science...
|
|
|
Post by ironwill on Nov 2, 2017 6:34:42 GMT -6
nuby here i have set launch 64x13 (nvidia gtx970) is this ideal? for pool url is it just eupool.electroneum.com/ ? also mine says its missing cudart_64_80.dll not sure what to do here the websites with available .dll downloads look dodgey. and lastly the site you linked says by default it donates 2% monero to that guys wallet, i assume this feature is disabled for etn mining currently? electroneumtalk.proboards.com/attachment/download/45 take that .dll file and put it in your windows/system32 folder. I did that and it solved the missing DLL gtx970 has 13 streaming processors so it works...not sure if ideal... just play with increments of 13. I found that mine (20 threads)...instead of 48x20 I went 48x40 and got a about 15 h/s better overall. depends on the miner you're using. I ended up using XMR miner Nvidia GPU. I used this video to help configure it... I never installed the Cuda kit (didn't see that I needed it), but could still mine laggy. I am now installing the cuda kit to see the difference.
|
|
veros
Electron
HODLing
Posts: 10
|
Post by veros on Nov 2, 2017 6:42:10 GMT -6
I am trying to mine with the Geforce 840 2gb but the xminer doesn't event open. Just flashing a cmd and disappears. Could someone help me? Also i am not able to mine either with awesome miner. Any ideas?
|
|
|
Post by robotix on Nov 2, 2017 6:54:41 GMT -6
It is currently possible to mine on a Nvidia card with this miner: github.com/xmrMiner/xmrMiner-Win64Just download and extract the zip, then modify the xmrMiner_easyStart.bat as follow: set xmrAddress= [public wallet key]
set poolPassword=x
set poolUrl=[pool port 7777]
set launchParam=--launch=96x15
set bFactor=10
set bSleep=25
xmrMiner_0.2.1.exe --url=%poolUrl% -u %xmrAddress% -p %poolPassword% %launchParam% --bfactor=%bFactor% --bsleep=%bSleep%
pause Don't forget to change pool's address and your public wallet key (without bracket). You may want to change --launch according to your card, follow these rules: --launch=TxB
T = threads used B = CUDA blocks started (must be a multiple of the multiprocessors M on the GPU)
The equations must be full filled: T * B * 2 <= 2000 and B mod M == 0. For instance, the GTX Titan X has 24 multiprocessors M, this means a valid and good starting configuration is --launch=16x48 and full fill all restrictions 16 * 48 * 2 = 1536 and 48 mod 24 = 0. For Pascal architecture (GTX 10xx), you may ignore the '* 2' restriction. You can find M on the internet by searching your card's specs I have a OC GTX 1070 (where M = 15) and --launch=96x15 is working perfectly (15 % 15 = 0 and 96*15 = 1550 <= 200), allowing me to reach ~670H/s. You may have to DL and put it in your miner directory. Thanks man it worked! Happy Mining to all!
|
|
|
Post by ammikas on Nov 2, 2017 6:59:17 GMT -6
I'm losing hope. I have tried so many different options to mine and have not succeeded. Finally tried xmrMiner. Went through a long process to get it up and running. Had many errors but finally could fix them. And now my freshly updated Nvidia driver is crashing as soon as I activate the miner I´m out of ideas. Have spent almost two days to get something working
|
|
|
Post by hardminer2k17 on Nov 2, 2017 7:14:45 GMT -6
guys help me: what i should write in --launch=AxB. I have gtx 1050
|
|
|
Post by cebrix on Nov 2, 2017 7:38:01 GMT -6
I dont understand much the --launch part. Anyone have an idea what should be the values for GTX 1060 6GB? Also do I need to change my gpu OC settings?
|
|
|
Post by reconhell on Nov 2, 2017 7:55:25 GMT -6
But I dont understand the formula. Thats why im asking. What don't you understand? I mean, it's just a multiplication, not rocket science... I already told you i dont understand any of that. Plz dont shame me in not understanding. I have phsyic problems. Anyway it seems there are mutiple combinations? Plz tell me which combinations i can try, if you can? thank you!
|
|
|
Post by ironwill on Nov 2, 2017 8:44:28 GMT -6
guys help me: what i should write in --launch=AxB. I have gtx 1050 ok Hardminer.... here's what to go off of... imgur.com/a/jWF8bthis is a view of the two types... 1050 and 1050 ti. Which do you have? If you have the 1050 then multiples of 5. If the Ti then multiples of 6 ....meaning... 1050.... example AxB is 32x10, 32x5, 64x10, 64x5 1050 TI example AxB is 32x12, 32x6, 64x12, 64x6 Perhaps Sedin should weigh in on this but given the previous advice on multiprocessors, I think those should work.
|
|