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

TTminer using almost 11 gigs of data #2755

Open
realsetvin opened this issue May 1, 2024 · 3 comments
Open

TTminer using almost 11 gigs of data #2755

realsetvin opened this issue May 1, 2024 · 3 comments
Assignees
Labels
answered miner issue Some miner is not behaving, like it should

Comments

@realsetvin
Copy link

One of my rigs had limited storage space and I was able to notice that NVIDIA-TTminer and the dags folder was almost 11 gigs of data to run meowcoin on zpool.

@whitindllc
Copy link

use srbminer instead ... supports amd nvidia and intel
image

@RainbowMiner RainbowMiner self-assigned this May 9, 2024
@RainbowMiner
Copy link
Owner

TTminer has a unique feature, it caches the DAGs for re-use. It is quite useful, because it reduces switching time. But it can use up a lot of disk space. The TTminer commandline parameter -dag-2disk enables this feature. Since that parameter is added by default, open "miners.config.txt" with some editor, add the following block just before the first occurence of "TTminer-...": [ and the TTminer will no longer use this commandline parameter.

  "TTminer" : [
    {
      "MainAlgorithm": "*",
      "SecondaryAlgorithm": "",
      "Params": "-dag-2disk #",
      "MSIAprofile": "",
      "OCprofile": "",
      "Difficulty": "",
      "Penalty": "",
      "Disable": "0",
      "ShareCheck": "",
      "Tuning": "0",
      "HashAdjust": ""
    }	
  ],

@RainbowMiner RainbowMiner added answered miner issue Some miner is not behaving, like it should labels May 9, 2024
@whitindllc
Copy link

is this miners.config pushed down to clients?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered miner issue Some miner is not behaving, like it should
Projects
None yet
Development

No branches or pull requests

3 participants