-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ctrl+C from NH and miner restart loop #7
Comments
The Root cause is nicehash using switched ID. We can correct the OC alignment, but nicehash is still looking for hashrate form thos ssame wrong IDs - if you can get both cards running in same miner it should work ok. I believe this is caused by it opening 2 miners - one for each card. If you can get both cards running in the same miner it should be ok. See why the miner is opening up in 2 separate miners - you are probably specifying an extra or different parameter for 1 card that's not specified for the other. Did you set --lhr for the 1080 ? (Maybe specify --lhr-tune 0 for it). |
Ok I found out it was an issue in my end. I had specified So the following is now working when mining ethash with both cards: However the only reason I would currently want to mine through NH is algo profit switching, as Parameters I tried for 3080Ti autolykos: |
2 GPU PC with NH 3.0.7.0 and T-Rex 25.13 (3080Ti,1080). I have to use
--adapter-id
to set correct card order. NH opens two t-rex windows, one for each card with correct settings. Then after about a minute t-rex gets ctrl+C "from console" and shuts down. NH opens t-rex again and the same restart loop happens a couple times before the miner stops completely. Any fix on this?The text was updated successfully, but these errors were encountered: