|
|
@@ -1,9 +1,11 @@
|
|
|
SUPPORTED DEVICES
|
|
|
|
|
|
-Currently supported ASIC devices include ASICMiner's Block Erupter USB miners,
|
|
|
-Avalon, and Butterfly Labs' SC range of devices.
|
|
|
+Currently supported ASIC devices include Avalon, Bitfountain's Block Erupter
|
|
|
+series (both USB and blades), and Butterfly Labs' SC range of devices.
|
|
|
+
|
|
|
|
|
|
AVALON
|
|
|
+------
|
|
|
|
|
|
Currently, Avalon boards are supported only by connecting them directly (or via
|
|
|
a hub) to a regular PC running BFGMiner. It is also possible to install the
|
|
|
@@ -62,6 +64,20 @@ ambient temp / highest device temp set fan % / lowest detected fan RPM.
|
|
|
|
|
|
Use the API for more detailed information than this.
|
|
|
|
|
|
+
|
|
|
+BLOCK ERUPTER BLADE
|
|
|
+-------------------
|
|
|
+
|
|
|
+Blades communicate over Ethernet using the old but simple getwork mining
|
|
|
+protocol. If you build BFGMiner with libmicrohttpd, you can have it work with
|
|
|
+one or more blades. First, start BFGMiner with the --http-port option. For
|
|
|
+example:
|
|
|
+ bfgminer --http-port 8330
|
|
|
+Then configure your blade to connect to your BFGMiner instance on the same port,
|
|
|
+with a unique username per blade. It will then show up as a SGW device and
|
|
|
+should work more or less like any other miner.
|
|
|
+
|
|
|
+
|
|
|
---
|
|
|
|
|
|
This code is provided entirely free of charge by the programmer in his spare
|