Post
Topic
Board Mining (Altcoins)
Re: Fury/Blizzard tuning and mods
by
worldlybedouin
on 24/06/2014, 22:46:37 UTC
My fury is gonna be here today. Is there a Darkwinde Windows binary?

If not which is best to use atm off windows OS?

Anyone have a default settings config for the fury? For windows binary. For scrypt. bfgminer.



OP has a link to DW's thread where he's got binaries linked.

yup. thanks, got it. Got the driver installed. Got bfgminer 4.2.2 on my desktop but no conf or bat.

Now I need a .bat or .conf default settings for the fury for scrypt.
https://litecointalk.org/index.php?topic=20477.0

bfgminer.exe --scrypt -o stratum+tcp://SERVER:PORT -u WORKER.NAME -p WORKER.PASSWORD --zeus-cc 6 --zeus-clk 340 -S zeus:all --no-submit-stale

I will use this.

Code:
{
"pools" : [
        {
        "url" : "pool:port",
        "user" : "username",
        "pass" : "password"
    }
  
]
,
"zeus-cc" : "6",
"zeus-clk": "333",
"zeus-rc": "300",
"api-description" : "cgminer v3.1.1-zm",
"api-listen" : true,
"api-allow" : "W:127.0.0.1",
"api-port" : "4028",
"api-mcast-port" : "4028",
"expiry" : "120",
"nocheck-golden" : true,
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-serial" : [
        "//./COM0",
        "//./COM1",
        "//./COM2",
        "//./COM3",
        "//./COM4",
        "//./COM5",
        "//./COM6",
        "//./COM7",
        "//./COM8",
        "//./COM9"
]
,
"scan-time" : "1",
"scrypt" : true,
"shares" : "0",
"verbose" : true
}

Now how would I run this?

Like cpuminer uses config.json. What would cgminer use?

Edit:
I am already so frustrated with this.

Like for cpuminer "minerd" in the folder I would have minerd-gc3355.exe, config.json, start.bat.

start.bat has a cmd in it

Code:
minerd-gc3355.exe -c config.json
pause

That directs minerd to use the config.

How would I do this with bfgminer?



bfgminer.exe --config someconfigfilename.conf