Bitcoin Forum

Bitcoin => Mining support => Topic started by: phazon307 on November 28, 2013, 08:58:16 PM



Title: Can I get some help with my blade please?
Post by: phazon307 on November 28, 2013, 08:58:16 PM
I think the problem is in my network somewhere. Let's start from the beginning I changed my ip address from a 192.168.0.x  to a 192.168.1.x ip
I got the blade to connect once seen the configuration page and everything well I changed the ip address to 192.168.1.24 yea I know I should have set it to 192.168.0.24 well I kind of rushed it a little anyways I hit update servers and such changed my Ip back to automatically find an Ip. Well after this no matter what I do go back and change my Ip to a 192.168.1. ip I cannot connect to the blade all I get is an internet explorer cannot open the search page. I have reset my router reset my blade nothing and I mean nothing will get me back to that configuration page. I pressed the reset button on my router and touched the 2 pins on the blade next to the Ethernet port and still same thing cannot connect to search page. This is very frustrating I have had this blade for about 2 weeks and cannot get it to connect to the configuration page again. All help would be appreciated.


Title: Re: Can I get some help with my blade please?
Post by: stacksmasher on November 28, 2013, 11:49:36 PM


Just reset it and it will go back to 192.168.1.254.... its the 2 pins by the network NIC.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 12:01:20 AM
I have done this many times it still won't let me connect again after the first time I connected I have never been able to connect again.


Title: Re: Can I get some help with my blade please?
Post by: stacksmasher on November 29, 2013, 12:07:34 AM



can you post a screen cap of your local network settings? If the blade is on 192.168.1.254 you need to also be on the same 192.168.1.X network.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 12:10:03 AM
I know this I have set a static Ip of 192.168.1.10 Subnet of 255.255.255.0 gateway of 192.168.1.1 try to connect to my blades configuration page and nothing. I have tried this on more than one pc I just don't understand why it connected to the configuration page once but never again.


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 12:16:33 AM
OP What o/s are you using?

Your computer needs to route to 192.168.1.0/24 if the blade was indeed reset or configured to the IP you state in your post.


Assign a temporary IP address to your computer in that range and try to ping the blade at 192.168.1.254 or the IP 192.168.1.24 you configured the blade to.



You can also add a temporary static route directly to the blades IP to bypass your router.


Most are using Windows:

 In a command prompt issue:

   ipconfig    # to find the systems IP address: 192.168.0.12 for example.

Then issue:

   route add 192.168.1.254 mask 255.255.255.255 192.168.0.12   # for default blade IP

or

   route add 192.168.1.24 mask 255.255.255.255 192.168.0.12     # the IP you configured the blade at


This will not be persistent and will go away after a reboot of the computer.


If you are using Linux you should already know how to accomplish the above in your distro.

8 )


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 12:27:12 AM
How would I add that into the CMD I tried Route 192.168.1.254 then what comes next or what is the entire command line I should run so I can get to the configuration page?


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 12:47:48 AM
The commands above with 'route' up to, but not including, the # is the entire command, after that try to ping the blade:

 ping 192.168.1.254

If pings reply then you should be able to get to the config page on the blade:

 http://192.168.1.254:8000

8 )

Edit: also realize that 192.168.0.12 is an example I chose and might not be your computers actual IP!



Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 12:50:52 AM
Tell me if this is right
route my ip the subnest mask and the gateway # the ip of my blade?


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 01:25:32 AM
I'm guessing you are using Windows yes?

Example:

    C:\WINDOWS> ROUTE ADD 192.168.1.254 MASK 255.255.255.255  192.168.0.12
                               blades IP^                         ^mask               ^computers IP

    C:\WINDOWS> PING 192.168.1.254



What is the IP of your computer?

8 )


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 01:27:15 AM
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\windows\System32>ipconfig/all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : Michael
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Broadcast
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Wireless LAN adapter Local Area Connection* 11:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
   Physical Address. . . . . . . . . : 64-5A-04-73-8E-75
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek RTL8188E Wireless LAN 802.11n PCI
-E NIC
   Physical Address. . . . . . . . . : 64-5A-04-73-8E-75
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::711b:5cac:4475:14b1%14(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.0.3(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Thursday, November 28, 2013 5:20:16 PM
   Lease Expires . . . . . . . . . . : Friday, November 29, 2013 5:20:15 PM
   Default Gateway . . . . . . . . . : 192.168.0.1
   DHCP Server . . . . . . . . . . . : 192.168.0.1
   DHCPv6 IAID . . . . . . . . . . . : 342120964
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-9D-E2-E8-00-8C-FA-6A-F3-25

   DNS Servers . . . . . . . . . . . : 192.168.0.1
                                       205.171.3.25
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Ethernet:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Qualcomm Atheros AR8162/8166/8168 PCI-E F
ast Ethernet Controller (NDIS 6.30)
   Physical Address. . . . . . . . . : 00-8C-FA-6A-F3-25
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 13:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:0:9d38:90d7:c9f:1441:51e9:d075(Prefe
rred)
   Link-local IPv6 Address . . . . . : fe80::c9f:1441:51e9:d075%16(Preferred)
   Default Gateway . . . . . . . . . : ::
   NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter isatap.{02CCC91C-C959-4AE0-B7E5-CB7CE2C3B4FA}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{006B1B50-B54C-4719-8D83-3D9B321D0CD4}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #5
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

C:\windows\System32>


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 01:29:03 AM
I tried that and it says the requested operation requires elevation.


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 01:43:05 AM
OK, so 192.168.0.3 is your computers IP


You will need to run the command prompt as administrator, you usually right click on the cmd icon in the start menu and select 'Run as Administrator'

Then issue:

  C:\WINDOWS>  ROUTE ADD 192.168.1.254 MASK 255.255.255.255  192.168.0.3



8 )


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 01:50:04 AM
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\windows\system32>ROUTE ADD 192.168.1.254 MASK 255.255.255.255  192.168.0.3
 OK!

C:\windows\system32>

after ping

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\windows\system32>ROUTE ADD 192.168.1.254 MASK 255.255.255.255  192.168.0.3
 OK!

C:\windows\system32>ping 192.168.1.254

Pinging 192.168.1.254 with 32 bytes of data:
Reply from 192.168.1.254: bytes=32 time=10ms TTL=100
Reply from 192.168.1.254: bytes=32 time=3ms TTL=100
Reply from 192.168.1.254: bytes=32 time=7ms TTL=100
Reply from 192.168.1.254: bytes=32 time=6ms TTL=100

Ping statistics for 192.168.1.254:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 3ms, Maximum = 10ms, Average = 6ms

C:\windows\system32>
  Takes me strait to bing.com


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 02:55:01 AM
If indeed the blade is set to 192.168.1.254, you might try unplugging the network cable and issue the ping again, it should fail.

If it fails plug the cable back in and try the config page on the blade at http://192.168.1.254:8000

8 )


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 02:56:22 AM
I got it man thanks for all your help now I just have to figure out how to get it hashing? I use EMC Pool so do you know how I would set that up I already know the server address and user name and what not so how do I direct the blade to start hashing?


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 03:02:44 AM
I use bfgminer, it has built in proxy for the blades.

https://bitcointalk.org/index.php?topic=168174.0

8 )


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 03:07:25 AM
I am using BFG miner as well in the location in properties I have it already directed towards my usb block erupters how do I add the blade?


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 03:48:48 AM
Add --http-port 8332 to the end of your .bat file that starts bfgminer then point the blades at your computer.

on the blades configuration setting page set

Ports: 8332,8332
Server addresses: 192.168.0.3,192.168.0.3
user:pass: blade1:pass1,blade1:pass1

if you have more than one blade set the username: blade1 unique on each blade so they show up individually in bfgminer.

8 )


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 03:51:45 AM
Tried that in BFG Miner I am using the one where I have a shortcut on my desktop remember I am also running USB miners when I enter that command line and apply it and close and open BFG miner BFG miner just shuts down.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 03:53:26 AM
that's my ip you typed so I add my ip to the server address on the blade then what do I put in the command line for instance if I want to add
stratum+tcp://us1.eclipsemc.com:333


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 03:58:57 AM
Is BFG already pointed at your eclipsemc pool?

What's the contents of the shortcut? Like when you right-click-> properties, what's the "target" line read?


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 04:02:09 AM
bfgminer -0 http://us1.eclipsemc.com:8337-uxxxxx_xxxxx -p xxxxxx -G -S then the scrypt for the Icarus settings for the USB block erupters.


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 04:09:35 AM
According to 7queue in an earlier reply, you need to tuck a "--http-port 8332" in there somewhere. Put that in the line, restart BFG using that shortcut, and point your blades to server 192.168.0.3, port 8332 and see if they light up.


Title: Re: Can I get some help with my blade please?
Post by: 7queue on November 29, 2013, 04:10:15 AM
If you create an emcmine.bat this may work, I haven't verified it:

Code:
timeout /t 3
bfgminer -o http://us2.eclipsemc.com:8337 -u your-username -p your-password -S all --icarus-options 115200:1:1 --scan-serial erupter:all --icarus-timing 3.0=100 --no-submit-stale --http-port 8332

8 )

Edit: just realize you need to replace bfgminer with the path to the .exe - C:\someplace\bfgminer.exe

Easier to do what sidehack said and tack that onto the end of your shortcut


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 04:17:55 AM
ok can't I just put that in the command line though? I tried running it the way the user above you said and it just opens and closes bfg miner. I set the server ip on the configuration page to my ip and added --http-port 8337 in bfg miner and it just opens and closes.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 04:31:21 AM
 -o http://us1.eclipsemc.com:8337 -u phazon307_myminer -p djdsfdf  -G -Sflall --icarus-options 115200:1:1 --icarus-timing 3.0=100 --http-port 8332
Here is an image of configuration page.
http://s15.postimg.org/i3g25zpdn/DSCF6228.jpg


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 04:55:40 AM
Tried that command line you suggested and it opens BFGminer but it only shows my 4 usb miners.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 05:09:40 AM
Do I change the gateway and dns from 192.168.1.x to 192.168.0.x?


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 05:27:14 AM
Yes, you'll want the gateway and DNS set to your 0.x subnet


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 05:31:17 AM
Ok I tried that did you look at the image I posted can you contact me on yahoo so we can get this done and over with faster my yahoo id is evil1stardragon@yahoo.com I add --http-port 8332 in bfgminer it still only shows my 4 usb miners and not the blade.


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 05:38:25 AM
The blade's default gateway and primary DNS are currently set to 192.168.0.1?

You put --http-port 8332 in the shortcut target line and restarted BFG using that shortcut?


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 05:39:44 AM
yes and it just opens then closes.


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 05:42:09 AM
What happens if you run it straight from a command line?

'cd' to the folder where bfgminer.exe is, then type in the same as your target line in that shortcut link.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 05:45:12 AM
I am thinking I should just download the new bfgminer mine uses the command line version to start it. I have no bat file for bfgminer as it is all done with a script typed into the location section of the properties.


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 05:48:38 AM
How old is your current version? That could be the issue - if it predates stratum proxy implementation, the unrecognized command might be throwing it for a loop.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 05:55:59 AM
I have connected to stratum before I do have a different version of bfg miner but I could never get it to work with my usb erupters


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 05:57:24 AM
Newer versions of BFG probably use something different than --icarus for Block Erupters.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 05:59:42 AM
I am using bfgminer 3.3.0 windows 64


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 06:04:30 AM
If you were on cgminer and slush proxy I'd have you going already. Darn this learning new software stuff...


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 06:06:50 AM
I have cgminer but I can still use eclipsemc they have longpoll and stratum.


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 06:08:21 AM
Try fetching the current version of BFG

Scratch the -S and --icarus anything, include -S erupter:all --http-port 8332


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 06:09:16 AM
Stratum for my pool is
stratum+tcp://us.eclipsemc.com:333


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 06:12:32 AM
same thing open then close


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 06:17:19 AM
Download slush's stratum proxy - http://mining.bitcoin.cz/mining-proxy-howto

Open a command line

cd to the download folder

run 'mining_proxy.exe -o us.eclipsemc.com -p 333 -gp 8332'

You may have to hit 'Switch Server' on your config page. Let me know how that works.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 06:26:05 AM
no go I know the blade is still connected cause I hit refresh and all the info is still there. Could you give me step by step for another program because bfgminer doesn't want to work.


Title: Re: Can I get some help with my blade please?
Post by: sidehack on November 29, 2013, 06:28:01 AM
See previous post - fairly straightforward for Slush's stratum proxy. Runs standalone in a command line.


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on November 29, 2013, 06:35:38 AM
I seen one problem but it didn't make a difference the ip on my other computer is 192.168.0.5 changed it added --http-port 8332 to both of my bfgminers and same thing opens then closes.


Title: Re: Can I get some help with my blade please?
Post by: stacksmasher on December 03, 2013, 03:16:31 PM
I seen one problem but it didn't make a difference the ip on my other computer is 192.168.0.5 changed it added --http-port 8332 to both of my bfgminers and same thing opens then closes.


Are you running from an open shell window and not double clicking the executable?


Title: Re: Can I get some help with my blade please?
Post by: phazon307 on December 03, 2013, 11:30:45 PM
I got it working been hashing with it for 3 days now glad I only paid 239 for it before btc capped 1000+