Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MediterraneanCoin (MED) - REUSE your ERUPTER!! new hybrid PoW algo!
by
fly757
on 15/02/2014, 15:41:50 UTC
I would use mcproxy3 but cgminer doesn't recognize my bfl jally.  Any suggestions?
Use mcproxy3 with bfgminer Wink

My Conf.:

Bfgminer:
Quote
"pools" : [
   {
      "url" : "http://localhost:8080",
      "user" : "USERNAME_POOL",
      "pass" : "PASS""
   }
]


mcproxy3 directly to getwork Pool:
Quote
"C:\Program Files\Java\jre7\bin\java" -jar mcproxy3.jar -s poolIP -p GETWORKPORT -l 8080 -m 4



mcproxy trought stratum-mining-proxy:
Quote
"C:\Program Files\Java\jre7\bin\java" -jar mcproxy3.jar -s 127.0.0.1 -p 3388 -l 8080 -m 4
stratum-mining-proxy conf:
Quote
 -q -o POOLADDRESS -p POOLPORT  -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt





confused with the localhost
My desktop's local IP is:192.168.1.108,   and erupter blade's IP is :192.168.1.133:10000,,already set blade's configuration page as "Server URL:http://192.168.1.108:8333"

mcproxy trought stratum-mining-proxy:

"C:\Program Files\Java\jre7\bin\java" -jar mcproxy3.jar -s 127.0.0.1 -p 3388 -l 8080 -m 4

stratum-mining-proxy conf:

mining_proxy.exe -q -o ibipot.com -p 3333  -oh 127.0.0.1 -gp 3388 -sh 127.0.0.1 -sp 3377 -nm -rt


and the command for bfgminer is:

bfgminer -o http:\\localhost:8080 -u user -p password --http-port 8333 -Q 0


not sure about the red color part ,,as my configuration, what do I need to change ,especially for the IP address ,and port