This thread is specifically for Bitcoin Utopia project support.
How to install an ASIC miner (USB)
Plug in your device. After a failed automatic installation go to:
http://zadig.akeo.ie/
Known supported ASICs
May be incompatible with some routers
(requires an IP address in the 192.168.1.x range,
with the gateway set to 192.168.1.1)
* not confirmed yet but should run
Known campaigns
Active
Finished
(HopeGames - Values eMentoring Project Part 1)
(MilkyWay@home - Part 1)
Server Status
-- More coming soon--
*Credit goes to rebirther on the bitcoinutopia forums, everything can be found by following this link*
How to install an ASIC miner (USB)
Plug in your device. After a failed automatic installation go to:
http://zadig.akeo.ie/
- Download the program
- Run the program
- Select your device (list all devices), choose your ASIC and install the driver (WINUSB)
- You can check your device manager if the ASIC is listed under USB
- Check with commandline cgminer --ndevs -n in standalone
- Run a short cgminer test if you can see a hashrate
- If cgminer test doesnt work try another USB ports
Known supported ASICs
- Antminer U1 1.6 GH/s
- Antminer U2 2.0 GH/S
- Bitfury Red fury 2.2 GH/s
- Nanofury yellowjacket 2.2 GH/s
- Blue Fury 2.6 GH/s
- Bifury 5 GH/s
- Butterfly labs 10 GH/s Bitcoin Miner *
- Block Erupter Blade v2 10.7 GH/s
- Butterfly labs jalapeneo 5-15 GH/s
- Hexfury 11 GH/s
- Butterfly labs bfl 30 30 GH/s
- Block Erupter Cube 30-38 GH/s
May be incompatible with some routers
(requires an IP address in the 192.168.1.x range,
with the gateway set to 192.168.1.1)
- Rockminer (Rbox) 32-37 GH/s
- Butterfly labs bfl 60 60 GH/s
- Rockminer (Rbox2) 110 GH/s
- Butterfly labs The Monarch BPU 300 C 300 GH/s *
- Rockminer R3-Box 460 GH/s *
- Rockminer R4 500GH/s
- Butterfly mini rig 500 GH/s
- Butterfly labs The Monarch BPU 600 C 600 GH/s *
- Butterfly labs Imperial Monarch 1 TH/s *
* not confirmed yet but should run
Known campaigns
Active
- Campaign #3: MilkyWay@home - Part 3
- Campaign #9 (The Woodward Effect)
- Campaign #10: SRBase - Part 2
Finished
- Campaign #1 (Aquaponics setup)
- Campaign #2 (HopeGames - Values eMentoring Project - Part 2)
(HopeGames - Values eMentoring Project Part 1)
- Campaign #3 (MilkyWay@home - Part 2)
(MilkyWay@home - Part 1)
- Campaign #4 (The Economic Viability of Mars Colonization publishing in Bulgarian)
- Campaign #5 (SETI@home Annual Fund Drive)
- Campaign #6 (Replacement RAID controller for BOINCstats webserver)
- Campaign #7 (RNA World) Starting in March 2015?
- Campaign #8 (yoyo@home)
- Campaign #10 (SRBase)
- Campaign #11 (Cryonics First Aid)
Server Status
<app_config>
<app>
<name>appname</name>
<max_concurrent>1</max_concurrent> //remove this line for 7.4.22 clients
</app>
<app_version>
<app_name>appname</app_name>
<plan_class>miner_asic</plan_class> //for 7.4.22 clients
<cmdline>--anu-freq xxx</cmdline>
</app_version>
</app_config>
The file must be in the project directory!
* the green line is only for OC
* for rockminers --rock-freq xxx
<app>
<name>appname</name>
<max_concurrent>1</max_concurrent> //remove this line for 7.4.22 clients
</app>
<app_version>
<app_name>appname</app_name>
<plan_class>miner_asic</plan_class> //for 7.4.22 clients
<cmdline>--anu-freq xxx</cmdline>
</app_version>
</app_config>
The file must be in the project directory!
* the green line is only for OC
* for rockminers --rock-freq xxx
<app_info> <app> <name>C-cgminer</name> </app> <file_info> <name>wrapper_26011_windows_intelx86.exe</name> <executable/> </file_info> <file_info> <name>C-cgminer_win32_00003.zip</name> </file_info> <file_info> <name>job_C-cgminer_win32_00003.xml</name> </file_info> <app_version> <app_name>C-cgminer</app_name> <version_num>3</version_num> <platform>windows_intelx86</platform> <plan_class>miner_asic</plan_class> <file_ref> <file_name>wrapper_26011_windows_intelx86.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>C-cgminer_win32_00003.zip</file_name> <open_name>C-cgminer_win32_00003.zip</open_name> </file_ref> <file_ref> <file_name>job_C-cgminer_win32_00003.xml</file_name> <open_name>job.xml</open_name> </file_ref> <!-- anu-freq 250 = overclock Antminer U2 from 1.7 to 2.0 GH ---> <cmdline>--anu-freq 250</cmdline> </app_version> </app_info>
- change the commandline for OC:
* for antminers --anu-freq xxx
* for rockminers --rock-freq xxx
The file must be in the project directory!
- change the commandline for OC:
* for antminers --anu-freq xxx
* for rockminers --rock-freq xxx
The file must be in the project directory!
-- More coming soon--
*Credit goes to rebirther on the bitcoinutopia forums, everything can be found by following this link*