I'm not very skilled with writing .bat files, I know how to do it for bfgminer, but not Slush's Proxy tool. Can you paste a sample of what this might look like? I thought Slush's tool only worked on 8332...
Edit: Okay, I got a .bat file written that launches it, and it seems the port switch is "-p", but I can't seem to get it to talk to Slush's server. Is there a way to run stratum proxy for Slush but use a port other than 8332?
Right now both blades are running on 1 proxy, using port 8332. I've got the .bat file halfway there, it opens but can't connect...
No, the -p switch specifies the port of the pool server. Run
mining_proxy.exe --help
to see the available switches.
proxy1.bat:
mining_proxy.exe --getwork-port 8332 --stratum-port 3333
proxy2.bat:
mining_proxy.exe --getwork-port 8331 --stratum-port 3332
etc...
I personally like to add the --quiet option as well, but that's your preference.
Wow, thanks! I'll try this out now! I believe the "--quiet" option cuts out the message scrolling, right?
EDIT: Okay, seems to be working, only thing is the --help option didn't work out, window just opened then closed immediately when I did that. I added the quiet switch, seems to cut down the messaging. Thanks again.