Post
Topic
Board Group buys
Re: [OPEN] 0.9 OR LESS ~ BPMC "BLUE FURY" 2.7 GH/s USB MINER! USA SSINC GB#9!
by
psyberwolf
on 28/09/2013, 05:32:24 UTC
Ubuntu Linux Setup Instructions :

1 ) Download Ubuntu x64 from : http://www.ubuntu.com/download/desktop

2 ) Install on a PC or on a Virtual Machine.

3 ) Once installed Find and Open Terminal by pressing CTRL + ALT + T

4 ) Type the following lines and press enter after each one :

Code:
sudo add-apt-repository ppa:theturtle1983/mining
sudo apt-get update
sudo apt-get install bfgminer

5 ) Plug in your Blue Fury Miner in your favorite USB hub/port

6 ) Find the Blue Fury device name in your /Dev Folder. Mine was named ttyACM0 (yours should be similar)

http://i.imgur.com/AgKX2yZs.jpg

7 ) Type the following into Terminal :
Code:
sudo bfgminer -o [pool name] -u [username] -p [password] -S bitfury:/dev/ttyACM0
*obviously change everything in brackets to your personal pool settings.

8 ) Hash Away!  Grin



trying to get this working on rasbian to get it ready for when i receive the miners
now "sudo add-apt-repository ppa:theturtle1983/mining" doesnt work so i did the following
cd /etc/apt
sudo nano sources.list
and added "ppa:theturtle1983/mining"
but i get E: TYPE 'ppa:theturtle1983/mining' is not a known on line 2 in the source list /etc/apt/sources.list

how do i add the repo so i can download?