Bitcoin Forum

Other => CPU/GPU Bitcoin mining hardware => Topic started by: aznatama on November 29, 2013, 10:17:30 PM



Title: Asicminer Blade v2 setup
Post by: aznatama on November 29, 2013, 10:17:30 PM
I could only find a few threads regarding setup (usually as a result of problems and/or Q&A), so I wanted to see if we can get a basic setup guide going?  If there's already one, please point me, as I couldn't find it.  Too many subforums here... lol

So, from what I gathered, there's 2 ways to run lots of them at once.  Slush's proxy, or bfgminer's --http protocol.  Info from what I know below.  I will edit it as I get more responses from the community so correct info is in here.


Slush (mining_proxy.exe)
Defaults to Slush's pool
Create *.bat file with "mining_proxy.exe -o pooserver -p stratumport" for connection to other pools
Blade settings:
DNS: IP_OF_ROUTER
server: IP_OF_PROXY_COMPUTER
Port: 8332



BFGMiner --http proxy (Win x32 only)

Create *.bat file with:
bfgminer --http-port 8332 -S erupter:all -o stratum+tcp://stratum.enabled.pool.address -u user.worker  -p password

Blade settings:
DNS: IP_OF_ROUTER
server: IP_OF_PROXY_COMPUTER
Port: 8332
User: [each blade should have a different login; ie - Blade01, Bloade02, etc.]
Pass: [anything you want]



-edited to include updated info as it's posted in this thread-


Title: Re: Asicminer Blade v2 setup
Post by: sidehack on November 29, 2013, 10:37:58 PM
It looks to be that BFG's stratum proxy is not implemented for Win64

Also, Slush's mining proxy can be used for other pools:
mining_proxy.exe -o pooserver -p stratumport


Title: Re: Asicminer Blade v2 setup
Post by: aznatama on November 29, 2013, 11:25:48 PM
Thanks.  Is there a way to define a failover pool in the slush proxy?  or... could you point me to a readme or similar faq for that proxy program? Thanks


Title: Re: Asicminer Blade v2 setup
Post by: sidehack on November 29, 2013, 11:32:45 PM
That I'm not sure on. I don't see any failover or backup references in the help (mining_proxy.exe -h). With blades specifically though, they require two servers to be configured so if you set failover there, if the mining proxy can't connect to stratum the blade should switch to its backup server after around two minutes. You can configure a backup proxy, or point straight to a pool's getwork server.

Not sure what conflicts would arise from running two instances of stratum proxy. If you use the -gp option, you can specify a different port for the proxy to listen on; it may be possible to run two concurrent proxies aimed at different pools, listening on different ports, so when the one fails, the blade will automatically connect to the second when it times out.


Title: Re: Asicminer Blade v2 setup
Post by: aznatama on November 30, 2013, 04:56:27 AM
Interesting...  I'll look into doing just that. Thanks.


Title: Re: Asicminer Blade v2 setup
Post by: pjcltd on November 30, 2013, 08:39:40 AM
Hi
i have just put 3 blades on this
and it works very well



the cpu overhead is much less with BFGminer


thanks for the info Guys