I am running 3 blades on BTCguild but they shut down the getwork proxy and I cant get the bfgminer to recognize my blades. can someone using BTCguild help me get all 3 of my blades up and running. Also, I already have 9 usb block erupters running on bfgminer 3.1.4 already. Windows 7 64x
Thank you so much.
EDIT: I have also tried using Stratum mining proxy, but I can't get it to work for BTCguild.
You need the new Bfgminer 3.2.1 32bit version- The 64bit version doesn't support blades
make you a miner. bat file with the command line below
bfgminer --http-port 8330 -G
Then point your blade to your pc's ip address, and port to 8330
Once bfgminer starts you will be able to add any pool
Here is my bfgminer.conf with btcguild already in it- just change usernames for your worker
{
"pools" : [
{
"url" : "stratum.btcguild.com:3333",
"user" : "i3lome_1",
"pass" : "x",
"pool-priority" : "0"
}
]
,
"temp-cutoff" : "95",
"temp-target" : "89",
"intensity" : "d",
"vectors" : "1",
"worksize" : "256",
"kernel" : "poclbm",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "0",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-overheat" : "0",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "60",
"expiry-lp" : "3600",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"no-show-processors" : true,
"no-show-procs" : true,
"no-unicode" : true,
"queue" : "1",
"scan-time" : "1",
"skip-security-checks" : "0",
"submit-stale" : false,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "C:\\Program Files\\BFGMiner\\/share/bfgminer"
}