Pages:
Author

Topic: **US** BitFury Setup Guide - page 29. (Read 53199 times)

sr. member
Activity: 420
Merit: 250
September 05, 2013, 11:28:53 PM
#41
Ok, got mine working with some help from JWU42. Seems my network won't accept the rPi with static IP. I have no idea why. DHCP worked excellent.

Question:

At the beginning of this guide it seems to say that the extra proxy's are not for fail over. Am I reading that correctly? If that is the case, what are they for? I only configured the first one and everything seems to work fine.

  notthing to do with static ip but gateway ip need to change to  xxx.xxx.1.xxx .
sr. member
Activity: 446
Merit: 250
September 05, 2013, 10:45:23 PM
#40
Ok, got mine working with some help from JWU42. Seems my network won't accept the rPi with static IP. I have no idea why. DHCP worked excellent.

Question:

At the beginning of this guide it seems to say that the extra proxy's are not for fail over. Am I reading that correctly? If that is the case, what are they for? I only configured the first one and everything seems to work fine.
hero member
Activity: 574
Merit: 501
September 05, 2013, 10:16:05 PM
#39
You can't run cgminer for this - the Raspberry Pi has a miner set up already.  Point a webpage at the IP address of your RasPi and configure your pool information on that page.
newbie
Activity: 6
Merit: 0
September 05, 2013, 08:15:22 PM
#38
Hey guys,

I got a my starter kit assembled, fired up, changed the host ip, so I get internet access working.

Forgive my noob situatuon here, but I cannot get cgminer onto the pi, and have been looking around the net for some help to no avail.

Can someone please write out what to type in the lxterminal for linux ? I have my bitcoin wallet, address all set up, and know about that.

I just got lost typing the commands trying to get it to install/fire up cgminer and directed to my wallet.

This is my first rig, so be gentle now.  Wink lol.

Thanks ahead of time for the help, and thanks to Dave for such a great job with the turnaround time!
legendary
Activity: 1400
Merit: 1000
I owe my soul to the Bitcoin code...
September 05, 2013, 06:27:20 PM
#37
Ok, which one do I believe here?

BF is reporting 37GH/s
Slash's Pool is showing 16.5GH/s

I believe that I saw there being an issue on Slush's pool discussed on the EU bitfury thread.
hero member
Activity: 826
Merit: 500
Crypto Investor ;) @ Farmed Account Hunter
September 05, 2013, 06:24:03 PM
#36
Ok, which one do I believe here?

BF is reporting 37GH/s
Slash's Pool is showing 16.5GH/s
sr. member
Activity: 446
Merit: 250
September 05, 2013, 06:16:07 PM
#35
Same here. This looks correct and allows me to connect when I set my laptops ip to 192.168.169.177 and direct connect the ethernet cable to the rPi but won't work when connected to the LAN.

auto lo

iface lo inet loopback
iface eth0 inet static
address 192.168.169.175
netmask 255.255.255.0
network 192.168.169.0
broadcast 192.168.169.255
gateway 192.168.169.168

allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

Hey guys - I just got word that we sent out your rPi's configured with a weird gateway IP.  This is going to make it hard for your rigs to reach the outside world.

To fix this you'll need to connect direct to your rPi.  Either use keyboard/monitor, or use ssh to connect to it 192.168.1.249 (unless you changed IP).

Code:
sudo nano /etc/network/interfaces

use arrow keys to get down to

Code:
gateway 192.168.1.3

change this to
Code:
gateway 192.168.1.1
...or whatever your gateway IP is.

type
Code:
ctrl-X[enter]
Yes[enter]

reboot the rPi


Sorry for the trouble!


We're putting it on a public IP, and after setting the parameters in /etc/networking/interfaces, we get no IP address showing up when doing an ifconfig.  The address, netmask, and gateway are all correct in the file.  Is there ANYTHING that we can look at to see why the networking service isn't configuring the interface?
sr. member
Activity: 336
Merit: 250
September 05, 2013, 06:11:19 PM
#34
Might want to check your system startup logs for any errors   /var/log/syslog

full member
Activity: 133
Merit: 100
September 05, 2013, 06:03:32 PM
#33
Hey guys - I just got word that we sent out your rPi's configured with a weird gateway IP.  This is going to make it hard for your rigs to reach the outside world.

To fix this you'll need to connect direct to your rPi.  Either use keyboard/monitor, or use ssh to connect to it 192.168.1.249 (unless you changed IP).

Code:
sudo nano /etc/network/interfaces

use arrow keys to get down to

Code:
gateway 192.168.1.3

change this to
Code:
gateway 192.168.1.1
...or whatever your gateway IP is.

type
Code:
ctrl-X[enter]
Yes[enter]

reboot the rPi


Sorry for the trouble!


We're putting it on a public IP, and after setting the parameters in /etc/networking/interfaces, we get no IP address showing up when doing an ifconfig.  The address, netmask, and gateway are all correct in the file.  Is there ANYTHING that we can look at to see why the networking service isn't configuring the interface?
sr. member
Activity: 336
Merit: 250
September 05, 2013, 05:18:33 PM
#32
Is there a good tutorial on how to create a copy of the SD card for backup purposes?

Looks like I got unlucky on the Hash rate lotto.  I have a single card starter kit, but can't get over 22.7 Gh/s  ;-(

Lots of good info here...  I think backing up the SD card is about 1/2 way down.

http://elinux.org/RPi_Beginners

Also

http://raspberrypi.stackexchange.com/questions/311/how-do-i-backup-my-raspberry-pi

Thanks!!  Good information. 
sr. member
Activity: 336
Merit: 250
September 05, 2013, 05:16:52 PM
#31
What would I need to edit in order to change the ethernet networking to use DHCP? I'm certain I set up the static ip and gateway correctly but I can not access over the LAN. Only when I plug laptop directly to the rPI.

I had done the sudo nano /etc/network/interfaces and changed the ip's to reflect my networks 192.168.169.x addressing but I can not connect by web interface or SSH.

Thanks



NOTE:  Backup your current file before changing.

Here is my /etc/network/interfaces file that works with dhcp
Code:
auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
sr. member
Activity: 446
Merit: 250
September 05, 2013, 05:06:45 PM
#30
What would I need to edit in order to change the ethernet networking to use DHCP? I'm certain I set up the static ip and gateway correctly but I can not access over the LAN. Only when I plug laptop directly to the rPI.

I had done the sudo nano /etc/network/interfaces and changed the ip's to reflect my networks 192.168.169.x addressing but I can not connect by web interface or SSH.

Thanks

full member
Activity: 158
Merit: 100
September 05, 2013, 04:00:09 PM
#29
WOW - these boards LOVE warm temps.

I have a 400GH/s kit setup, and got the following:

300GH/s average rate over 1 hour - 2 x 120mm fan at 2500RPM blowing over them
420GH/s average rate over 1 hour - ZERO air flow, 78F ambient tempterature

This is probably the only instance I can remember where I have seen processors that do NOT like cooler temps.
hero member
Activity: 490
Merit: 501
September 05, 2013, 03:01:18 PM
#28
I see all about ssh'ing here. Is it safe to assume that i can plug a USB hub into the rPi and use a keyboard & mouse with a monitor plugged into the rPi?

  Yes, you can use usb hub and use it.

good, i prefer to log into the computer i'm working on. It keeps me from getting confused.
sr. member
Activity: 420
Merit: 250
September 05, 2013, 02:58:45 PM
#27
I see all about ssh'ing here. Is it safe to assume that i can plug a USB hub into the rPi and use a keyboard & mouse with a monitor plugged into the rPi?

  Yes, you can use usb hub and use it.
hero member
Activity: 490
Merit: 501
September 05, 2013, 02:56:31 PM
#26
I see all about ssh'ing here. Is it safe to assume that i can plug a USB hub into the rPi and use a keyboard & mouse with a monitor plugged into the rPi?
hero member
Activity: 574
Merit: 501
September 05, 2013, 02:44:30 PM
#25
Nice guide.  Worthy of a bookmark!  Oh... Look who it's by...  What a coincidence Smiley

ProgParms - you should mention that 'A' is on and 'a' is off....

A = Autotuning (if off, chip will not be modified by autotuning)
sr. member
Activity: 434
Merit: 265
September 05, 2013, 02:41:44 PM
#24
Is there a good tutorial on how to create a copy of the SD card for backup purposes?

Looks like I got unlucky on the Hash rate lotto.  I have a single card starter kit, but can't get over 22.7 Gh/s  ;-(

you can try to manually tune up ur chips ... maybee get the last 2.3 GH ^^ (https://bitcointalksearch.org/topic/m.3079406)
hero member
Activity: 574
Merit: 501
September 05, 2013, 02:36:05 PM
#23
Is there a good tutorial on how to create a copy of the SD card for backup purposes?

Looks like I got unlucky on the Hash rate lotto.  I have a single card starter kit, but can't get over 22.7 Gh/s  ;-(

Lots of good info here...  I think backing up the SD card is about 1/2 way down.

http://elinux.org/RPi_Beginners

Also

http://raspberrypi.stackexchange.com/questions/311/how-do-i-backup-my-raspberry-pi
sr. member
Activity: 336
Merit: 250
September 05, 2013, 02:34:31 PM
#22
Is there a good tutorial on how to create a copy of the SD card for backup purposes?

Looks like I got unlucky on the Hash rate lotto.  I have a single card starter kit, but can't get over 22.7 Gh/s  ;-(
Pages:
Jump to: