Bitcoin Forum
June 26, 2024, 09:07:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 [334] 335 336 337 338 339 340 »
6661  Bitcoin / Hardware / Re: Overclock USB ASIC MINER on: November 29, 2013, 08:53:38 AM
If you're asking about USB Block Erupters from ASICMiner,

https://bitcointalk.org/index.php?topic=241652.0
6662  Bitcoin / Mining support / Re: bfg wont proxy on: November 29, 2013, 07:49:23 AM
Okay. Try this other thing.

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.
6663  Bitcoin / Mining support / Re: bfg wont proxy on: November 29, 2013, 07:38:11 AM
So you got stratum_proxy running and pointed at your pool. Your blades are pointed at the machine running the proxy? And the gateway is set right on the blade?
6664  Bitcoin / Mining support / Re: bfg wont proxy on: November 29, 2013, 07:30:24 AM
I can't see it being an issue. Try the instructions from the other thread and see if it works. Should only take a minute to test.
6665  Bitcoin / Mining support / Re: bfg wont proxy on: November 29, 2013, 07:26:12 AM
Did you try Slush's mining_proxy?
6666  Bitcoin / Mining support / Re: Can I get some help with my blade please? on: November 29, 2013, 06:28:01 AM
See previous post - fairly straightforward for Slush's stratum proxy. Runs standalone in a command line.
6667  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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.
6668  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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
6669  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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...
6670  Bitcoin / Mining support / Re: Can I get some help with my blade please? on: November 29, 2013, 05:57:24 AM
Newer versions of BFG probably use something different than --icarus for Block Erupters.
6671  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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.
6672  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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.
6673  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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?
6674  Bitcoin / Mining support / Re: Can I get some help with my blade please? on: November 29, 2013, 05:27:14 AM
Yes, you'll want the gateway and DNS set to your 0.x subnet
6675  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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.
6676  Bitcoin / Mining support / Re: Can I get some help with my blade please? 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?
6677  Bitcoin / Mining support / Re: Help with erupter blade please. on: November 29, 2013, 03:24:08 AM
That's something I can't help you with, never used BFG. If you search the forums for BFG Stratum Proxy, you'll probably turn up some worthwhile results.
6678  Bitcoin / Mining support / Re: Help with erupter blade please. on: November 29, 2013, 03:17:56 AM
Using the pool's getwork will probably be okay as a test of connectivity and functionality, but for high-hash devices getwork tends to drop efficiency because of network latency going through the internet. If you see hashrate or efficiency are pretty low, you'll definitely want to set up a proxy.

Yes, the server and ports should both be entered twice, with a comma inbetween.
6679  Bitcoin / Mining support / Re: Help with erupter blade please. on: November 29, 2013, 03:12:55 AM
If your pool has a getwork node available, you can put the pool's address in the server address and the getwork listen port in the Ports box. You need two sets of info, blades won't work without a fallback listed but both entries can be the same.

If your preferred pool does not have a getwork node, or you want it to actually work efficiently, download a stratum proxy - either Slush's mining_proxy, or BFGMiner.

I only know how to configure Slush's mining_proxy, which is pretty straightforward.

In a command prompt, navigate to the folder where the .exe was dowloaded to. "cd" is the change directory command.

Your command line will look like "mining_proxy.exe -o poolserver -p stratumport -gp getworkport"
I think the -gp isn't really required, not sure what it defaults to but it never hurts to be explicit. This should be the same number as the "Ports" field in the config page. The -o and -p are the server and port for your pool.

In the blade config, set the Server address to your computer's IP (192.168.0.3, if I remember right) and populate the user:pass field with your pool's worker credentials.
6680  Bitcoin / Mining support / Re: Help with erupter blade please. on: November 29, 2013, 03:03:18 AM
Okay so we know that works. You probably don't want the blade tethered to your laptop forever.

Change the settings on the blade -
IP: 192.168.0.254
Mask: 255.255.255.0
Gateway: 192.168.0.1

Hit Update/Restart

Change the IP on your computer's LAN connection to 192.168.0.whatever

Ping 192.168.0.254

Navigate to http://192.168.0.254:8000/Main

If all that works, plug the blade back into your router and see if you can still access the config page.
Pages: « 1 ... 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 [334] 335 336 337 338 339 340 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!