Search content
Sort by

Showing 4 of 4 results by Doodkeen
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
Doodkeen
on 06/09/2020, 00:48:59 UTC
Hello, i only got 22 Mh's with my nvidia 1070ti...
Is it normal ? What should i do for improve that ?
Should get around 30MH, need to increase memory clock with -mclock flag, or MSI Afterburner. If MSI afterburner, try +500

Sadly, it did not make any difference. Even with -100 core +1200 memory, we are still struggling between 26-28 MH/s. As others mentioned, the growth of the DAG size hits the core at the GTX 1070 series. We can make a little bit more when we take back a tad from the memory OC, but we push the core harder. It is still not the average 30-31 we got before the DAG increase.

Guys, could anyone please confirm my theory who also noticed a 15-17% loss in the past few months?

Thanks!
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3
by
Doodkeen
on 24/10/2017, 13:03:06 UTC

Thanks Doodkeen, but how to elevated access in nvoc? I using winscp but no luck. Not able to change using m1 credential.

If you want to connect with winscp there is a good article about this situation but i would use ssh

https://blog.jamesbayley.com/2014/01/28/how-to-connect-as-root-using-winscp/
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3
by
Doodkeen
on 24/10/2017, 12:53:38 UTC
Just use your editor with sudo after you are logged in by ssh. 

Code:
sudo vim.tiny /etc/apt/apt.conf.d/20auto-upgrades
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3
by
Doodkeen
on 24/10/2017, 12:33:02 UTC
To prevent automatic updates in the future:

use your favorite editor, open /etc/apt/apt.conf.d/10periodic and change:

Code:
APT::Periodic::Update-Package-Lists "1";

To:

Code:
APT::Periodic::Update-Package-Lists "0";


and /etc/apt/apt.conf.d/20auto-upgrades
Code:
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";

to

Code:
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";


D

ps: Seriously, why was this ON?