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
pause
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.