Bum.. hmm. I had something similar at first. I had to kill power and restart the blade a few times and suddenly it started going again.
Some other things to try:
- Try connecting to that Server address & port using getwork on BFGMiner using Erupter USBs to ensure things connect. add "--no-stratum" into the command line on bfgminer to force it to use getwork. If you don't have Erupter USBs, try with a CPUminer or GPU miner or something to test worker setup & connectivity.
- Be sure your default gateway and dns settings are set on the blade properly. I typically just type this at the command line in Windows "ipconfig /all" and copy the gateway and DNS that my computer is using.
- Be sure your worker/password settings & syntax are correct. it should be [pool 1 worker name]:[pool 1 worker pass],[pool 2 worker name]:[pool 2 worker pass]
- Try running a local stratum (I'd recommend this anyway to increase efficiency by 2-3% and save bandwidth) and connect to the pool's stratum connection. Then, connect your blades to the local computer running the stratum proxy..
https://github.com/slush0/stratum-mining-proxysome things to play with.. Good luck.
tried all that... seems I have to set up a Proxy server on my machine.. But I am not sure of the work flow and configuration between command lining the start of the proxy mining server and tyhe configuration of the Blade in the Browser... What are the Configurations??? I am all BEFUDDLED as to What is Going Where and How Do I GET THIS THING GOING?
Time is ticking and I am starting to stress.... - digeros
Here is my command line for running stratum on my local machine:
"mining_proxy -o stratum.addressofpool.com -p [stratumPort]"
When you execute that you should see the stratum proxy start up in a command window and say something like "PROXY IS LISTENING ON ALL IPs ON PORT 3333 (stratum) AND 8332 (getwork)"
This way you know it connected successfully to the pool's stratum server and is ready to give work to the blade.
Now, find out the IP address of the computer which you executed this on (i.e. 192.168.0.9) a.k.a. local machine running stratum.
FIREWALL: be sure the computer running stratum does not have windows firewall or some antivirus or network security which is blocking incoming connections to port 8332, this will cause your blade to fail to connect to the stratum on that computer.
In your blade set-up web interface, put the IP address of your computer running stratum into the server addresses field: i.e. "192.168.0.9,192.168.0.9" (this assumes no backup pool, just one pool entered twice as primary and backup, which is fine for now.)
Also in your blade's web interface, enter the following for Ports:
"8332,8332"
Also In your blade's web interface put the following in your user:pass field
"fullworkername:workerpassword,fullworkername:workerpassword"
(Remember the fullworkername usually includes your userid on the pool AND the workername, usually in the form "pooluserid.workerid" or maybe "pooluserid_workerid") so be sure to include all that,
I am assuming your network settings are all correct: IP, gateway, DNS, etc.
Now click "Update/Restart" on the blade's interface and the blade should take a few seconds to boot and begin hashing..
You will know it is hashing:
- if you look at the stratum window on your computer and you see stuff moving/happening.
- if your feel the blade getting warm
- if you see your mining pool giving you credit for shares or possibly showing a hashrate
- if you click "refresh" a few times on the blade, after a minute you should see the status on the blade's interface reporting some statistics. Especially if you see #s on the "Accepted" line, you are getting credited by the pool for mining =)
Let us know how it goes