Closed benthetechguy closed 3 years ago
Another thing to mention is that I'm using a 1050 Ti with 4GB VRAM, so before this it would run out of memory when trying to mine with daggerhashimoto. I followed advice in #51 and set the hashrate for that algo to 0 in benchmarks.json so the profit switcher wouldn't use it.
Welp, it turns out it was just me being stupid while editing benchmarks.json. When editing excavator_daggerhashimoto_decred and excavator_daggerhashimoto_pascal, I put one value in while two were expected.
"excavator_daggerhashimoto_decred": 0,
"excavator_daggerhashimoto_pascal": 0,
What I changed it to to fix it:
"excavator_daggerhashimoto_decred": [
0,
0
],
"excavator_daggerhashimoto_pascal": [
0,
0
],
whenever I try to run
nuxhashd --show-mining
it immediately crashes. Here is the output: