Post
Topic
Board Mining (Altcoins)
Re: Bitmain launches the new AntMiner DR3 (Decred ASIC Miner)
by
efudd
on 01/10/2018, 23:15:19 UTC
Yep, those worked. Here's the interesting info of the cgminer.conf (after the pool info):

"api-listen" : true,
"api-network" : true,
"api-groups" : "A:stats:pools:devs:summary:version",
"api-allow" : "A:0/0,W:*",
"bitmain-fan-ctrl" : true,
"bitmain-fan-pwm" : "100",
"bitmain-use-vil" : true,
"bitmain-freq" : "410"

Anything specifically, I can help out with? Feel free to PM me.

Yeah, just something simple, pick any frequency that is NOT in the list on the web page, and change the '410' value to that freq. like, if 415 isn't listed, change 410 to 415. (I assume you know how to use vi? I'll try to describe the actual commands, one per line, just below this comment by pretending I'm editing it... Once that's done, run "/etc/init.d/cgminer.sh restart". All I'm looking to see is if the actual frequency changes to what you put in (like 415) or if it goes back to 410. The change will show up in the web interface with the regular miner stats.

SSH in, type these commands:
vi /config/cgminer.sh (hit enter)
/410
cw415 (Hit Escape)
:wq! (hit enter)

Then restart cgminer.sh

So that's literally typing 'c', then 'w', then '4', then '1', then '0', as if it was one word. no spaces, no enters, only, etc.

Thank you for helping as best you can!

-j