Bitcoin Forum
June 29, 2024, 02:12:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 111 »
  Print  
Author Topic: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!!  (Read 227779 times)
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 02:44:06 AM
 #61


solo mining requires that the wallet has finished its sync with the network.

if you want to use only the wallet (i.e. transactions), than you need to run only the wallet.
 

Could this be why I am getting the following error? Because I am still 5 days behind?

After following your build instruction, I have managed to build cgminer, when running I got this error:

Code:
[2014-01-04 02:15:14] Started cgminer 3.9.0
 [2014-01-04 02:15:47] Failed to sem_timedwait errno=4 cgsem=0x0x7fff17c846f0 in
 usbutils.c callback_wait():2431

can you try to build and run the original cgminer and see if the same error occurs?
you can get it here:
git clone https://github.com/ckolivas/cgminer

also, can you provide more information about your system:
uname -a
cat /etc/debian_version
...


kenshin@blackbox:~$ uname -a
Linux blackbox 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
kenshin@blackbox:~$ cat /etc/debian_version
wheezy/sid

When running the normal cgminer. It exit after a while.

are you running a bluefury or erupter?

in case you are running  a bluefury, try a cgminer build with only --enable-bitfury:

CFLAGS="-O2 -Wall"  ./configure --enable-bitfury

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
levelten
Full Member
***
Offline Offline

Activity: 184
Merit: 100


View Profile
January 04, 2014, 02:46:23 AM
 #62

Code:
[code[2014-01-03 21:41:36] Started cgminer 3.9.0
[2014-01-03 21:41:38] No devices detected!
[2014-01-03 21:41:38] Waiting for USB hotplug devices or press q to quit
[2014-01-03 21:41:38] Probing for an alive pool
[2014-01-03 21:41:39] No suitable long-poll found for http://localhost:8080]

Running window qt
it keep getting "No devices detected!"


Mi1nbgs7uAok4u8CsnzpmqYpvMcWQmZHor
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 02:46:52 AM
 #63

on Win7 64-bit

Code:
C:\Program Files (x86)\MEDcoin>"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar mcproxy.jar
MediterraneanCoin Proxy
parameters:
wallet hostname: localhost
wallet port: 9372
bind to local address:
local proxy port: 8080

RCPUtils: sending data: {"method":"getwork","params":[],"id":1}
java.net.SocketTimeoutException: Read timed out
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unkno
wn Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
        at java.net.HttpURLConnection.getResponseCode(Unknown Source)
        at org.mediterraneancoin.proxy.net.RPCUtils.doJSONRPCCall(RPCUtils.java:
260)
        at org.mediterraneancoin.proxy.net.RPCUtils.doGetWorkMessage(RPCUtils.ja
va: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(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(Unknown Source)
        at java.net.SocketInputStream.read(Unknown Source)
        at java.io.BufferedInputStream.fill(Unknown Source)
        at java.io.BufferedInputStream.read1(Unknown Source)
        at java.io.BufferedInputStream.read(Unknown Source)
        at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
        at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown So
urce)
        at java.net.URLConnection.getContentEncoding(Unknown Source)
        at org.mediterraneancoin.proxy.net.RPCUtils.doJSONRPCCall(RPCUtils.java:
211)
        ... 7 more

mcproxy has timed out a getwork request to the wallet, but mcproxy will continue to work.

this can happen for various reasons:
has your wallet completely syncronized its blockchain?

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 02:48:13 AM
 #64

Code:
[code[2014-01-03 21:41:36] Started cgminer 3.9.0
[2014-01-03 21:41:38] No devices detected!
[2014-01-03 21:41:38] Waiting for USB hotplug devices or press q to quit
[2014-01-03 21:41:38] Probing for an alive pool
[2014-01-03 21:41:39] No suitable long-poll found for http://localhost:8080]

Running window qt
it keep getting "No devices detected!"


Mi1nbgs7uAok4u8CsnzpmqYpvMcWQmZHor


what kind of ASIC are you using?

does the standard cgminer work correctly with the device?

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
January 04, 2014, 02:49:06 AM
 #65

mcproxy has timed out a getwork request to the wallet, but mcproxy will continue to work.

this can happen for various reasons:
has your wallet completely syncronized its blockchain?

Block 2893 with 11 nodes connected and green mark showing wallet is synced but date of last block points that there
should be more blocks.

theres nothing here. message me if you want to put something here.
TimFChavez
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 04, 2014, 02:52:32 AM
 #66

Code:
[code[2014-01-03 21:41:36] Started cgminer 3.9.0
[2014-01-03 21:41:38] No devices detected!
[2014-01-03 21:41:38] Waiting for USB hotplug devices or press q to quit

Running window qt
it keep getting "No devices detected!"


Mi1nbgs7uAok4u8CsnzpmqYpvMcWQmZHor


what kind of ASIC are you using?

does the standard cgminer work correctly with the device?

I get the same message and I'm using the AsicMiner Block Erupter Saphire usb miners in windows 7 64bit
levelten
Full Member
***
Offline Offline

Activity: 184
Merit: 100


View Profile
January 04, 2014, 02:57:23 AM
 #67

Code:
[code[2014-01-03 21:41:36] Started cgminer 3.9.0
[2014-01-03 21:41:38] No devices detected!
[2014-01-03 21:41:38] Waiting for USB hotplug devices or press q to quit

Running window qt
it keep getting "No devices detected!"


Mi1nbgs7uAok4u8CsnzpmqYpvMcWQmZHor


what kind of ASIC are you using?

does the standard cgminer work correctly with the device?

I get the same message and I'm using the AsicMiner Block Erupter Saphire usb miners in windows 7 64bit


Same block erupter, works with regular version of cgminer with options "--icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM..."
This version does not accept options.
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 02:57:36 AM
 #68

how can i tell if it is running? should it display anything? should the wallet be started first or anything?  also wallet is not syncing

for your wallet to sync, there are still a lot of new users who are syncing right now, so we have to wait for the whole network to stabilize itself.
we suggest that you leave the wallet running for a couple of hours.

for solo mining, the sequence is:
- run the wallet (with -server option)
- run mcproxy
- run cgminer

solo mining requires that the wallet has finished its sync with the network.

if you want to use only the wallet (i.e. transactions), than you need to run only the wallet.
 

Sorry  smallplatf this coin like much for me but dosen't sync the wallet im waiting mor than 2 hours and wallet dosen't sync, im go out atm

can you check that you can access TCP port 9373 to the outside? We want to investigate the possibility of a filter.

i.e. what do you get from the following command:

telnet dnsseed.mediterraneancoin.org 9373


MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 03:03:42 AM
 #69

Code:
[code[2014-01-03 21:41:36] Started cgminer 3.9.0
[2014-01-03 21:41:38] No devices detected!
[2014-01-03 21:41:38] Waiting for USB hotplug devices or press q to quit

Running window qt
it keep getting "No devices detected!"


Mi1nbgs7uAok4u8CsnzpmqYpvMcWQmZHor


what kind of ASIC are you using?

does the standard cgminer work correctly with the device?

I get the same message and I'm using the AsicMiner Block Erupter Saphire usb miners in windows 7 64bit


Same block erupter, works with regular version of cgminer with options "--icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM..."
This version does not accept options.

for reference:
we did  a build for a win32 cgminer on a Ubuntu 12.04 64bit,
following the instructions found here:
https://github.com/mrtexaznl/cgminer/blob/master/windows-build.txt

the configuration command was:

CPPFLAGS="-I`pwd`/../../cgminer-win32-deps/include" LDFLAGS="-L`pwd`/../../cgminer-win32-deps/lib -lcurldll" ../autogen.sh --prefix=/usr/local/i586-mingw32 --host=i586-mingw32msvc --build=i686-linux --enable-avalon --enable-bflsc  --enable-bitforce --enable-bitfury  --enable-hashfast  --enable-icarus  --enable-bab --enable-klondike  --enable-modminer

So, in theory icarus support should be enabled, but you report that icarus options are not accepted. We will investigate this problem.


MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
Kenshin
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 04, 2014, 03:04:08 AM
 #70


solo mining requires that the wallet has finished its sync with the network.

if you want to use only the wallet (i.e. transactions), than you need to run only the wallet.
 

Could this be why I am getting the following error? Because I am still 5 days behind?

After following your build instruction, I have managed to build cgminer, when running I got this error:

Code:
[2014-01-04 02:15:14] Started cgminer 3.9.0
 [2014-01-04 02:15:47] Failed to sem_timedwait errno=4 cgsem=0x0x7fff17c846f0 in
 usbutils.c callback_wait():2431

can you try to build and run the original cgminer and see if the same error occurs?
you can get it here:
git clone https://github.com/ckolivas/cgminer

also, can you provide more information about your system:
uname -a
cat /etc/debian_version
...


kenshin@blackbox:~$ uname -a
Linux blackbox 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
kenshin@blackbox:~$ cat /etc/debian_version
wheezy/sid

When running the normal cgminer. It exit after a while.

are you running a bluefury or erupter?

in case you are running  a bluefury, try a cgminer build with only --enable-bitfury:

CFLAGS="-O2 -Wall"  ./configure --enable-bitfury


This is what I got now:

Code:
[2014-01-04 03:03:28] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2014-01-04 03:03:28] Pool: 0  URL: http://localhost:8080  User: dragonkid  Pas
sword: 1
 [2014-01-04 03:03:28] Press any key to exit, or cgminer will try again in 15s.
 [2014-01-04 03:04:28] Pool 0 slow/down or URL or credentials invalid
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 03:06:13 AM
 #71

mcproxy has timed out a getwork request to the wallet, but mcproxy will continue to work.

this can happen for various reasons:
has your wallet completely syncronized its blockchain?

Block 2893 with 11 nodes connected and green mark showing wallet is synced but date of last block points that there
should be more blocks.

is it still at block 2893?

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 03:08:40 AM
 #72


solo mining requires that the wallet has finished its sync with the network.

if you want to use only the wallet (i.e. transactions), than you need to run only the wallet.
 

Could this be why I am getting the following error? Because I am still 5 days behind?

After following your build instruction, I have managed to build cgminer, when running I got this error:

Code:
[2014-01-04 02:15:14] Started cgminer 3.9.0
 [2014-01-04 02:15:47] Failed to sem_timedwait errno=4 cgsem=0x0x7fff17c846f0 in
 usbutils.c callback_wait():2431

can you try to build and run the original cgminer and see if the same error occurs?
you can get it here:
git clone https://github.com/ckolivas/cgminer

also, can you provide more information about your system:
uname -a
cat /etc/debian_version
...


kenshin@blackbox:~$ uname -a
Linux blackbox 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
kenshin@blackbox:~$ cat /etc/debian_version
wheezy/sid

When running the normal cgminer. It exit after a while.

are you running a bluefury or erupter?

in case you are running  a bluefury, try a cgminer build with only --enable-bitfury:

CFLAGS="-O2 -Wall"  ./configure --enable-bitfury


This is what I got now:

Code:
[2014-01-04 03:03:28] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2014-01-04 03:03:28] Pool: 0  URL: http://localhost:8080  User: dragonkid  Pas
sword: 1
 [2014-01-04 03:03:28] Press any key to exit, or cgminer will try again in 15s.
 [2014-01-04 03:04:28] Pool 0 slow/down or URL or credentials invalid

ok, can you check that the user and password you are using with cgminer are equal to rpcuser and rpcpassword store in mediterraneancoin.conf?

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 03:10:46 AM
 #73


solo mining requires that the wallet has finished its sync with the network.

if you want to use only the wallet (i.e. transactions), than you need to run only the wallet.
 

Could this be why I am getting the following error? Because I am still 5 days behind?

After following your build instruction, I have managed to build cgminer, when running I got this error:

Code:
[2014-01-04 02:15:14] Started cgminer 3.9.0
 [2014-01-04 02:15:47] Failed to sem_timedwait errno=4 cgsem=0x0x7fff17c846f0 in
 usbutils.c callback_wait():2431

can you try to build and run the original cgminer and see if the same error occurs?
you can get it here:
git clone https://github.com/ckolivas/cgminer

also, can you provide more information about your system:
uname -a
cat /etc/debian_version
...


kenshin@blackbox:~$ uname -a
Linux blackbox 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
kenshin@blackbox:~$ cat /etc/debian_version
wheezy/sid

When running the normal cgminer. It exit after a while.

are you running a bluefury or erupter?

in case you are running  a bluefury, try a cgminer build with only --enable-bitfury:

CFLAGS="-O2 -Wall"  ./configure --enable-bitfury


This is what I got now:

Code:
[2014-01-04 03:03:28] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2014-01-04 03:03:28] Pool: 0  URL: http://localhost:8080  User: dragonkid  Pas
sword: 1
 [2014-01-04 03:03:28] Press any key to exit, or cgminer will try again in 15s.
 [2014-01-04 03:04:28] Pool 0 slow/down or URL or credentials invalid

also, you will need mcproxy running.

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
levelten
Full Member
***
Offline Offline

Activity: 184
Merit: 100


View Profile
January 04, 2014, 03:14:28 AM
Last edit: January 04, 2014, 03:26:17 AM by levelten
 #74

Code:
[code[2014-01-03 21:41:36] Started cgminer 3.9.0
[2014-01-03 21:41:38] No devices detected!
[2014-01-03 21:41:38] Waiting for USB hotplug devices or press q to quit

Running window qt
it keep getting "No devices detected!"


Mi1nbgs7uAok4u8CsnzpmqYpvMcWQmZHor


what kind of ASIC are you using?

does the standard cgminer work correctly with the device?

I get the same message and I'm using the AsicMiner Block Erupter Saphire usb miners in windows 7 64bit


Same block erupter, works with regular version of cgminer with options "--icarus-options 115200:1:1 --icarus-timing 3.0=100 -S //./COM..."
This version does not accept options.

for reference:
we did  a build for a win32 cgminer on a Ubuntu 12.04 64bit,
following the instructions found here:
https://github.com/mrtexaznl/cgminer/blob/master/windows-build.txt

the configuration command was:

CPPFLAGS="-I`pwd`/../../cgminer-win32-deps/include" LDFLAGS="-L`pwd`/../../cgminer-win32-deps/lib -lcurldll" ../autogen.sh --prefix=/usr/local/i586-mingw32 --host=i586-mingw32msvc --build=i686-linux --enable-avalon --enable-bflsc  --enable-bitforce --enable-bitfury  --enable-hashfast  --enable-icarus  --enable-bab --enable-klondike  --enable-modminer

So, in theory icarus support should be enabled, but you report that icarus options are not accepted. We will investigate this problem.




edit: Yes, it did not accept options. Well I guess have to wait for the fixed before mining. Huh
Kenshin
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 04, 2014, 03:16:35 AM
 #75


solo mining requires that the wallet has finished its sync with the network.

if you want to use only the wallet (i.e. transactions), than you need to run only the wallet.
 

Could this be why I am getting the following error? Because I am still 5 days behind?

After following your build instruction, I have managed to build cgminer, when running I got this error:

Code:
[2014-01-04 02:15:14] Started cgminer 3.9.0
 [2014-01-04 02:15:47] Failed to sem_timedwait errno=4 cgsem=0x0x7fff17c846f0 in
 usbutils.c callback_wait():2431

can you try to build and run the original cgminer and see if the same error occurs?
you can get it here:
git clone https://github.com/ckolivas/cgminer

also, can you provide more information about your system:
uname -a
cat /etc/debian_version
...


kenshin@blackbox:~$ uname -a
Linux blackbox 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
kenshin@blackbox:~$ cat /etc/debian_version
wheezy/sid

When running the normal cgminer. It exit after a while.

are you running a bluefury or erupter?

in case you are running  a bluefury, try a cgminer build with only --enable-bitfury:

CFLAGS="-O2 -Wall"  ./configure --enable-bitfury


This is what I got now:

Code:
[2014-01-04 03:03:28] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2014-01-04 03:03:28] Pool: 0  URL: http://localhost:8080  User: dragonkid  Pas
sword: 1
 [2014-01-04 03:03:28] Press any key to exit, or cgminer will try again in 15s.
 [2014-01-04 03:04:28] Pool 0 slow/down or URL or credentials invalid

also, you will need mcproxy running.

It is running:

Code:
kenshin@blackbox:~$ ps aux | grep mcproxy
1000     11146  0.0  0.0   9456   948 pts/22   S+   03:15   0:00 grep --color=auto mcproxy
1000     30769  0.1  0.5 4489372 42000 ?       Sl   01:00   0:11 java -jar mcproxy.jar

And the username and password are the same as .conf
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
January 04, 2014, 03:19:07 AM
 #76


solo mining requires that the wallet has finished its sync with the network.

if you want to use only the wallet (i.e. transactions), than you need to run only the wallet.
 

Could this be why I am getting the following error? Because I am still 5 days behind?

After following your build instruction, I have managed to build cgminer, when running I got this error:

Code:
[2014-01-04 02:15:14] Started cgminer 3.9.0
 [2014-01-04 02:15:47] Failed to sem_timedwait errno=4 cgsem=0x0x7fff17c846f0 in
 usbutils.c callback_wait():2431

can you try to build and run the original cgminer and see if the same error occurs?
you can get it here:
git clone https://github.com/ckolivas/cgminer

also, can you provide more information about your system:
uname -a
cat /etc/debian_version
...


kenshin@blackbox:~$ uname -a
Linux blackbox 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
kenshin@blackbox:~$ cat /etc/debian_version
wheezy/sid

When running the normal cgminer. It exit after a while.

are you running a bluefury or erupter?

in case you are running  a bluefury, try a cgminer build with only --enable-bitfury:

CFLAGS="-O2 -Wall"  ./configure --enable-bitfury


This is what I got now:

Code:
[2014-01-04 03:03:28] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2014-01-04 03:03:28] Pool: 0  URL: http://localhost:8080  User: dragonkid  Pas
sword: 1
 [2014-01-04 03:03:28] Press any key to exit, or cgminer will try again in 15s.
 [2014-01-04 03:04:28] Pool 0 slow/down or URL or credentials invalid

also, you will need mcproxy running.

It is running:

Code:
kenshin@blackbox:~$ ps aux | grep mcproxy
1000     11146  0.0  0.0   9456   948 pts/22   S+   03:15   0:00 grep --color=auto mcproxy
1000     30769  0.1  0.5 4489372 42000 ?       Sl   01:00   0:11 java -jar mcproxy.jar

And the username and password are the same as .conf

are you running mediterraneancoin-qt with the -server option?
or are you running mediterraneancoind with the -server option?

it is ok to use one or the other, the important thing is the -server command line option.

MED: MeGbEre5ZyD3ug946sPuq5C6yy8ZPriwhf | BTC: 16EGB9xjGDANkfF8rw2sg29RcFmLPWLnhZ | http://www.mediterraneancoin.org | https://twitter.com/MEDDevTeam | http://forum.mediterraneancoin.org
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
January 04, 2014, 03:19:27 AM
 #77

mcproxy has timed out a getwork request to the wallet, but mcproxy will continue to work.

this can happen for various reasons:
has your wallet completely syncronized its blockchain?

Block 2893 with 11 nodes connected and green mark showing wallet is synced but date of last block points that there
should be more blocks.

is it still at block 2893?

It went to 2935 (~30 minutes behind blockchain) and stopped. I started mining, mined 1 block and then it went crazy again.

theres nothing here. message me if you want to put something here.
Kenshin
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 04, 2014, 03:24:29 AM
 #78

Quote
are you running mediterraneancoin-qt with the -server option?
or are you running mediterraneancoind with the -server option?

it is ok to use one or the other, the important thing is the -server command line option.

Yes I am running mediterraneancoind with the -server option.

I give up.   Undecided
polygramer
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 04, 2014, 03:25:29 AM
 #79

Can I delete the folder bitstreams?
trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
January 04, 2014, 03:29:30 AM
 #80

Anymore nodes?
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 111 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!