Author

Topic: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!! - page 104. (Read 227779 times)

legendary
Activity: 1288
Merit: 1043
:^)
For solo mining without LP, in CGMiner reduce scantime to 1 second and queue to 0 over (S)ettings menu.
sr. member
Activity: 266
Merit: 250
for information: what OS are you using on the two pcs?

in the last thee hours, I have found three blocks with 4 erupters running.

if I where you, I would solo mine for next 12 hours. Just a guess, of course.

the one with the wallet and mcproxy is windows7 64bit and the one with the erupter is ubuntu 32bit.

i noticed that the wallet is taking lots of cpu sometimes. when i then restart the proxy, everything is back to normal.



we have corrected a slowness with the wallet (the wallet blocks when it receives a "getblocks" command from a peer with a high number of blocks requested) and updated the source code on github.
This problem is compatible with what you observe (mcproxy produces errors) since qt-wallet stops temporarily responding to rpc requests (i.e. from mcproxy) when responding to long getblocks requests.


If you are confident with building the wallet you can build it when you want, else you will have to wait for a new gitian build (forthcoming).
sr. member
Activity: 351
Merit: 250
for information: what OS are you using on the two pcs?

in the last thee hours, I have found three blocks with 4 erupters running.

if I where you, I would solo mine for next 12 hours. Just a guess, of course.

the one with the wallet and mcproxy is windows7 64bit and the one with the erupter is ubuntu 32bit.

i noticed that the wallet is taking lots of cpu sometimes. when i then restart the proxy, everything is back to normal.

sr. member
Activity: 336
Merit: 250
getwork seems to be pretty unstable


lots of java exceptions in mcproxy as well.

Ma659Qz425BnMu3ZbCtBiGXaxs3C1gHX1g

I am seeing this now too. My block finding ratio is down by a factor of 30. Something suddenly went wrong with the proxy perhaps. Lots of exceptions.
sr. member
Activity: 266
Merit: 250
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

i had the parameters correct for sure. the connection was also working, as you can see from the error message.


anyways, what is the chance to find a block with one erupter at current difficulty?

for information: what OS are you using on the two pcs?


in the last thee hours, I have found three blocks with 4 erupters running.

if I where you, I would solo mine for next 12 hours. Just a guess, of course.
sr. member
Activity: 351
Merit: 250
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

i had the parameters correct for sure. the connection was also working, as you can see from the error message.


anyways, what is the chance to find a block with one erupter at current difficulty?
sr. member
Activity: 266
Merit: 250
sr. member
Activity: 351
Merit: 250
getwork seems to be pretty unstable

Code:
[2014-01-05 22:28:14] Waiting for work to be available from pools.
 [2014-01-05 22:29:56] Work available from pools, resuming.
 [2014-01-05 22:30:08] Waiting for work to be available from pools.
 [2014-01-05 22:30:56] Pool 0 http://192.168.1.100:8080 not responding!
 [2014-01-05 22:31:41] Work available from pools, resuming.
 [2014-01-05 22:31:51] Waiting for work to be available from pools.
 [2014-01-05 22:32:01] Pool 0 http://192.168.1.100:8080 not responding!
 [2014-01-05 22:32:06] Work available from pools, resuming.


lots of java exceptions in mcproxy as well.

Ma659Qz425BnMu3ZbCtBiGXaxs3C1gHX1g
sr. member
Activity: 351
Merit: 250
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:

Code:
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
sr. member
Activity: 266
Merit: 250
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.
sr. member
Activity: 351
Merit: 250
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!
member
Activity: 103
Merit: 10
yes i have java. in task manager i see javaw32.exe after i started mcproxy.jar.
I' ve launched cgminer with this settings
cgminer  -o http://localhost:8080 -u * -p * --bitburner-voltage  1400 --avalon-cutoff 70
i have the same message
pool 0 not providing work fast enough

i see on cgminer connected to localhost without LP diff 1.05K
I've launched wallet as server, created config file and put him on mediterranean folder but nothing.
Windows 7 64 bit

I use bitburner fury for other sha256 currencies without problems.
sr. member
Activity: 392
Merit: 250
I hate half ass tutorials...

People having issues with windows 7 64 do this.

1: Download and install this driver (http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx) to make Block Erupters show up as COM devices.
2: Plug in your USB Block Erupters
3. download http://zadig.akeo.ie/
4. go to options--> list all devices
5. select "CP2102 USB to UART Bridge Controler" and reinstall Driver.  You just have to do this once.
6. create mediterraneancoin.conf file in C:\Users\\AppData\Roaming\mediterraneancoin
in the config put:

rpcuser=user
rpcpassword=password
rpcport=9372
rpcallowip=*

7. Shift+Right click --> Open Command Window in the folder you installed the wallet and type in "mediterraneancoin-qt  -server".
8. start mcproxy by running the bat file "runmcproxy.bat" that is with the wallet
9. start the cgminer http://www.mediterraneancoin.org/downloads/win32-cgminer-mediterraneancoin.zip
cgminer  -o http://localhost:8080 -u user -p password

for me don't work.
runmcproxy.bat don't start anything

do you have java installed?
member
Activity: 103
Merit: 10
I hate half ass tutorials...

People having issues with windows 7 64 do this.

1: Download and install this driver (http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx) to make Block Erupters show up as COM devices.
2: Plug in your USB Block Erupters
3. download http://zadig.akeo.ie/
4. go to options--> list all devices
5. select "CP2102 USB to UART Bridge Controler" and reinstall Driver.  You just have to do this once.
6. create mediterraneancoin.conf file in C:\Users\\AppData\Roaming\mediterraneancoin
in the config put:

rpcuser=user
rpcpassword=password
rpcport=9372
rpcallowip=*

7. Shift+Right click --> Open Command Window in the folder you installed the wallet and type in "mediterraneancoin-qt  -server".
8. start mcproxy by running the bat file "runmcproxy.bat" that is with the wallet
9. start the cgminer http://www.mediterraneancoin.org/downloads/win32-cgminer-mediterraneancoin.zip
cgminer  -o http://localhost:8080 -u user -p password

for me don't work.
runmcproxy.bat don't start anything
sr. member
Activity: 392
Merit: 250
I hate half ass tutorials...

People having issues with windows 7 64 do this.

1: Download and install this driver (http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx) to make Block Erupters show up as COM devices.
2: Plug in your USB Block Erupters
3. download http://zadig.akeo.ie/
4. go to options--> list all devices
5. select "CP2102 USB to UART Bridge Controler" and reinstall Driver.  You just have to do this once.
6. create mediterraneancoin.conf file in C:\Users\\AppData\Roaming\mediterraneancoin
in the config put:

rpcuser=user
rpcpassword=password
rpcport=9372
rpcallowip=*

7. Shift+Right click --> Open Command Window in the folder you installed the wallet and type in "mediterraneancoin-qt  -server".
8. start mcproxy by running the bat file "runmcproxy.bat" that is with the wallet
9. start the cgminer http://www.mediterraneancoin.org/downloads/win32-cgminer-mediterraneancoin.zip
cgminer  -o http://localhost:8080 -u user -p password
member
Activity: 103
Merit: 10
i got this message
no suitable long-pool found for http://localhost

What's wrong?

it's ok, mcproxy does not implement longpool mining protocol. cgminer gives that message as a warning.

i got this message
pool 0 not providing work fast enough
and got only hw error

Some help?
hero member
Activity: 822
Merit: 1002
The innovation in algo is notable, but I think this coin needs:

- a new, shorter name
- a new, modern logo "coin like"
- better marketing
sr. member
Activity: 266
Merit: 250
i got this message
no suitable long-pool found for http://localhost

What's wrong?

it's ok, mcproxy does not implement longpool mining protocol. cgminer gives that message as a warning.
member
Activity: 103
Merit: 10
i got this message
no suitable long-pool found for http://localhost

What's wrong?
sr. member
Activity: 371
Merit: 252
I'm mining with a couple BFL's, a little single and a single.  My advice to you is to setup a linux vm, download the source for all of these apps, and compile by hand--that's what I did.  There are some clues in the compile output to explain how to get this working.

For what it's worth, I'm also not mining on localhost. I have the wallet and proxy running on a VM on my main desktop, and my custom-compiled cgminer is running off a laptop in my storage room with the asics--out of earshot from the desktop.  You just need to hook the remote cgminer up to the ip of your proxy on port 8080 to get it working.

Cool, that's encouraging. Thank you for your help. I was obviously wrong about BFL's and cgminer, I've always been using bfgminer. Now I've got something to go off of. I've got a spare laptop w/ Ubuntu on it and I'll play around with it later today and see how far I get.

Thanks again.
Jump to: