Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MediterraneanCoin (MED) - REUSE your ERUPTER!! new hybrid PoW algo!
by
rfe3
on 12/02/2014, 18:52:10 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






If you are using the .jar and Stratum Proxy, do you still start the Wallet in -server mode?