trying to get mining to work. does it make sense with a atom cpu and a usb erupter?
in case there are any giveaways:
MqJexS5AninUKnBLL94LY6DGdZGaxuxsA9
much appreciated, thanks!
yes, go! you should get a few blocks a day.
i think i am almost there, but now that proxy says:
MediterraneanCoin Proxy
parameters:
wallet hostname: 192.168.1.100
wallet port: 9372
bind to local address:
local proxy port: 8080
RCPUtils: sending data: {"method":"getwork","params":[],"id":1}
java.net.SocketException: Unexpected end of file from server
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
at org.mediterraneancoin.proxy.net.RPCUtils.doJSONRPCCall(RPCUtils.java:260)
at org.mediterraneancoin.proxy.net.RPCUtils.doGetWorkMessage(RPCUtils.java:362)
at org.mediterraneancoin.proxy.HttpServer.handle(HttpServer.java:116)
at org.simpleframework.http.core.Dispatcher.dispatch(Dispatcher.java:121)
at org.simpleframework.http.core.Dispatcher.run(Dispatcher.java:103)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:718)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:579)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:715)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:579)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1322)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2677)
at java.net.URLConnection.getContentEncoding(URLConnection.java:533)
at org.mediterraneancoin.proxy.net.RPCUtils.doJSONRPCCall(RPCUtils.java:211)
... 7 more
edit: figured it out. i was using 2 computers for this.
this setup doesnt work:
computer A:
wallet
computer B:
mcproxy
cgminer with erupter
but this one does:
computer A:
wallet
mcproxy
computer B:
cgminer with erupter
Ma659Qz425BnMu3ZbCtBiGXaxs3C1gHX1g
mcproxy has the following parameters:
-s: hostname of wallet/pool (default: localhost)
-p: port of wallet/pool (default: 9372)
-b: bind to local address (default: )
-l: local proxy port (default: 8080)
-v: verbose
so, in the first setup, I would try:
mcproxy -s ip_address_of_computer_A