Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very long miner "warming up" time #94

Closed
Olegik-ah opened this issue Dec 18, 2017 · 10 comments
Closed

Very long miner "warming up" time #94

Olegik-ah opened this issue Dec 18, 2017 · 10 comments

Comments

@Olegik-ah
Copy link

Hello!
First - sorry for my bad English.
I'am trying v2.2.2 and v2.3 (downloaded from master) - same result.
I have some nvidia rigs. Now i'am testing your software on one rig 6x1070 on zpool. All works perfect. But i have some problems with Alexis78 and Alexis78cuda9 miner. Some algos seems to have very long "warming up" time. What does it mean? When miner starts - it using not all available GPUs (1 or 2). Some time later it starts to use all GPUs. And this "some time" is more than 2 minutes on some algos. Problem algos for 1070 is: blakecoin, hsr, keccak, myr0gr, nist5, poly. If i wait more time 5+ minutes (setting -interval 300) - miner starts to use all GPUs. But 2-4 minutes my rig have no profit on these algos. Please have a look on attachment - Afterburner GPU load
keccak
There are no errors in system eventlog (no driver crash).

Other algos works fine for me.
If i use another miner for these algos - all works fine too. For example: comment keccak algo in CcminerAlexis78cuda9.ps1 and uncomment keccak in CcminerTpruvotcuda9.ps1 - all works perfect! And i have no "warming up" time - mining starts immediately on all GPUs.

I think it is Alexis78 and Alexis78cuda9 miner bugs. Maybe you will replace miners for these algos in future versions?
PS: Win10x64, driver 388.31, CPU G4400

@Olegik-ah
Copy link
Author

For 1080 skein algo is buggy too.

@nemosminer
Copy link
Owner

nemosminer commented Dec 18, 2017

thanks i may look into changing ccminers soon for slightly slowing hashing but more reliable and faster startups

@wakrather
Copy link

wakrather commented Dec 27, 2017

I found with minor clock adjustment of 10mhz, your program is super stable. The increase in hashrate compared to other programs in immense. Please do not change that. Your program rocks.

@srvsrv
Copy link

srvsrv commented Jan 23, 2018

The problem is still here. It's only with Alexis bug! Is there any solution?

@Olegik-ah
Copy link
Author

new "ccminerpoly" is buggy too. As i know - all alexis forks on some algos has wery long startups... Possible fixes:

  1. Replase miner.... But alexis is fastest miner... You will have slow hasing.
  2. Decrease intensity (-i param of ccminer). For example if you start miner without -i param - it will use default intensity, whitch will showing when miner starts. All algos have different default intensity. For example default intensity for some algo is 31. Try to add -i 29. This tweak will cause little decrease hashing, but speed will good.

PS: sorry for my english:)

@srvsrv
Copy link

srvsrv commented Jan 23, 2018

I tried with i parameter, but it seems to work good with i < 20 which down the hashrate to 50%! that not good.. Only possible solution that i found is to replace all algos which use Alexis with CCMiner 2.2.4, seems to work till now! Alexis have very good hashrate, but for algos switching is not good when you have more than 2-3 gpu's.. i have another rig with only 3 gpu's and there is working good, but if i add another 3 gpu's there.. it have same long startup.. i thing the bug is when there are more gpu's.. i can't find why..

@Olegik-ah
Copy link
Author

which algo you have try?
For my rig 6x1070:
skein -i 22 (alexis78)
blake2s -i 30 (tpruvot-ccminer gives same resul as alexis78)
I dont remember whitch tweaks i have made more...

@srvsrv
Copy link

srvsrv commented Jan 24, 2018

i have 6x1070
Blake2s -i 29 tpruvot-ccminer (same result as Alexis78 but.. some strange things happened when mining)

i have another rig with same 1070 but 3x.. there is no problem with long startups.. i think that bug is caused when there are more than 3/4 GPU's..

I tried to make 2 miners 3x3 GPUS, and it's working with 6 cards, but 2 miners with 3 cards.. just make another .bat and separate cards in to another start.bat

@srvsrv
Copy link

srvsrv commented Jan 24, 2018

OK, my solutions to separate 3x3 GPU's in 2 bat files working till now.. no more problem with Alexis long startup.

start1.bat
-SelGPUDSTM '0 1 2' -SelGPUCC '0,1,2'

start2.bat
-SelGPUDSTM '3 4 5' -SelGPUCC '3,4,5'

@Olegik-ah
Copy link
Author

Thanks for solution! i'll try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants