Bitcoin Forum
July 02, 2024, 04:08:41 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 ... 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
February 08, 2014, 12:28:17 AM
 #581


P2POOL  - https://github.com/mrtexaznl/p2pool

we have released a new EXPERIMENTAL version - but use it with care! read below.
the new version is tagged "v13.4.0.2-MED"

we have introduced some speedups which give very interesting results. The startup times (shares loading) is now extremely fast (a few seconds).

USE WITH CAUTION - It seems to work BUT the speedup modifications can cause bugs - to be tested with attention.

If you want to try it, we suggest that you stop your existing p2pool node, do a full backup of all your existing p2pool directory (including all subdirectories),
and then do a "git pull" to update to the latest version. Then restart p2pool as usual ("run_p2pool.py --net mediterraneancoin").

IMPORTANT: you need to set this parameter in mediterraneancoin.conf:
rpcthreads=48



on linux, you can get this error:

Failure: twisted.internet.error.ConnectBindError: Couldn't bind: 24: Too many open files.

you have to increase the OS limit for open files. google the subject.
For example: http://linux-quirks.blogspot.it/2011/02/too-many-open-files.html

Also we have seen that the worker on port 9375 sometimes breaks and stops responding.... this is possibly a bug from the original p2pool. we are investigating on this. anyway, if it breaks, the new version allows a fast reset.



The previous version, working but very slow, can be found here:
https://github.com/mrtexaznl/p2pool/releases/tag/v13.4.0.1-MED




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

Activity: 386
Merit: 250


View Profile
February 08, 2014, 12:44:21 AM
 #582


P2POOL  - https://github.com/mrtexaznl/p2pool

we have released a new EXPERIMENTAL version - but use it with care! read below.
the new version is tagged "v13.4.0.2-MED"

we have introduced some speedups which give very interesting results. The startup times (shares loading) is now extremely fast (a few seconds).

USE WITH CAUTION - It seems to work BUT the speedup modifications can cause bugs - to be tested with attention.

If you want to try it, we suggest that you stop your existing p2pool node, do a full backup of all your existing p2pool directory (including all subdirectories),
and then do a "git pull" to update to the latest version. Then restart p2pool as usual ("run_p2pool.py --net mediterraneancoin").

IMPORTANT: you need to set this parameter in mediterraneancoin.conf:
rpcthreads=48



on linux, you can get this error:

Failure: twisted.internet.error.ConnectBindError: Couldn't bind: 24: Too many open files.

you have to increase the OS limit for open files. google the subject.
For example: http://linux-quirks.blogspot.it/2011/02/too-many-open-files.html

Also we have seen that the worker on port 9375 sometimes breaks and stops responding.... this is possibly a bug from the original p2pool. we are investigating on this. anyway, if it breaks, the new version allows a fast reset.



The previous version, working but very slow, can be found here:
https://github.com/mrtexaznl/p2pool/releases/tag/v13.4.0.1-MED







ou ou ou  after ~3 hours old version load 18000 share  Grin Grin Grin Grin and continue to count    Grin Grin Grin

this must be tested , i'm go to stop old turtle   Grin Grin Grin ;
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
February 08, 2014, 01:03:30 AM
 #583

for all the MED miners:

can you fill this form with your mining configurations?
 
small MED gift for who posts accurate information!

https://docs.google.com/forms/d/1ofuIiPu5TIIfNBzCal7E9vGkQKn4ANAtRNc1fp1dEfo/viewform

we need this to focus on issues and improve performance!!! thanx!!!  Smiley



thanx to all the people contributing, here are the first results about various ways of mining:

https://docs.google.com/spreadsheet/pub?key=0AuS8njL86fbBdEpmWXNjdTdTTFU0N3RiSXgzWTBtdGc&output=html

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
February 08, 2014, 01:04:23 AM
 #584


P2POOL  - https://github.com/mrtexaznl/p2pool

we have released a new EXPERIMENTAL version - but use it with care! read below.
the new version is tagged "v13.4.0.2-MED"

we have introduced some speedups which give very interesting results. The startup times (shares loading) is now extremely fast (a few seconds).

USE WITH CAUTION - It seems to work BUT the speedup modifications can cause bugs - to be tested with attention.

If you want to try it, we suggest that you stop your existing p2pool node, do a full backup of all your existing p2pool directory (including all subdirectories),
and then do a "git pull" to update to the latest version. Then restart p2pool as usual ("run_p2pool.py --net mediterraneancoin").

IMPORTANT: you need to set this parameter in mediterraneancoin.conf:
rpcthreads=48



on linux, you can get this error:

Failure: twisted.internet.error.ConnectBindError: Couldn't bind: 24: Too many open files.

you have to increase the OS limit for open files. google the subject.
For example: http://linux-quirks.blogspot.it/2011/02/too-many-open-files.html

Also we have seen that the worker on port 9375 sometimes breaks and stops responding.... this is possibly a bug from the original p2pool. we are investigating on this. anyway, if it breaks, the new version allows a fast reset.



The previous version, working but very slow, can be found here:
https://github.com/mrtexaznl/p2pool/releases/tag/v13.4.0.1-MED







ou ou ou  after ~3 hours old version load 18000 share  Grin Grin Grin Grin and continue to count    Grin Grin Grin

this must be tested , i'm go to stop old turtle   Grin Grin Grin ;

yes! try the new version, but make a backup!!

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

Activity: 42
Merit: 0


View Profile
February 08, 2014, 01:15:17 AM
 #585

Please share this configuration:

MINING POOL: bfgminer3.9.0.1 - mcproxy3 - stratum-mining-proxy - mining-pool BFL 30GHS

thanks..
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 01:17:11 AM
 #586

with this MINING POOL: bfgminer3.9.0.1 - mcproxy3 - stratum-mining-proxy - mining-pool BFL 30GHS

I only get between 10-12 Gh/s
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 01:19:12 AM
 #587

I am trying to use Ubuntu but some how the network speed is real slow. is this normal... the procedure to use p2pool VirtualBox
smallplatf (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
February 08, 2014, 01:23:56 AM
 #588

Please share this configuration:

MINING POOL: bfgminer3.9.0.1 - mcproxy3 - stratum-mining-proxy - mining-pool BFL 30GHS

thanks..

share: you mean on the form? https://docs.google.com/forms/d/1ofuIiPu5TIIfNBzCal7E9vGkQKn4ANAtRNc1fp1dEfo/viewform

I see you have posted a result for SOLO MINING: bfgminer3.9.0.1 - mcproxy3 - wallet/daemon, should it be changed to MINING POOL: bfgminer3.9.0.1 - mcproxy3 - stratum-mining-proxy - mining-pool?

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
February 08, 2014, 01:25:02 AM
 #589

I am trying to use Ubuntu but some how the network speed is real slow. is this normal... the procedure to use p2pool VirtualBox

is your ubuntu instance running in a virtual machine?
how are you measuring network speed?

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

Activity: 42
Merit: 0


View Profile
February 08, 2014, 01:34:33 AM
 #590

I want the config here for the way BFG PXY etc is configured to get high speed mining with the pool.

yes Ubuntu  virtual machine.
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 01:37:03 AM
 #591

I use this...

But speed is slow 10-12 with the pool. Should be 30-38.

"C:\Program Files\Java\jre7\bin\java.exe" -d64 -jar "C:\Program Files (x86)\Mediterraneancoin\mcproxy3.jar" -p 8082 -s localhost -a

@echo off
cd \bfgminermed\
mining_proxy.exe -o ibipot.com -p 3333 -gp 8082 -sh ibipot.com -sp 3334 -v
pause

@echo off
cd \bfgminermed\
bfgminer -o http://localhost:8080 -u user -p pass --http-port 8332 -Q 0
pause
cr1st0f
Full Member
***
Offline Offline

Activity: 226
Merit: 100


View Profile
February 08, 2014, 01:51:09 AM
 #592

I use this...

But speed is slow 10-12 with the pool. Should be 30-38.

"C:\Program Files\Java\jre7\bin\java.exe" -d64 -jar "C:\Program Files (x86)\Mediterraneancoin\mcproxy3.jar" -p 8082 -s localhost -a

@echo off
cd \bfgminermed\
mining_proxy.exe -o ibipot.com -p 3333 -gp 8082 -sh ibipot.com -sp 3334 -v
pause

@echo off
cd \bfgminermed\
bfgminer -o http://localhost:8080 -u user -p pass --http-port 8332 -Q 0
pause

PM,  do some test with me Wink

Edit.:
My config:
stratum+stratum-proxy+mpool

mcproxy3+bfgminer

mcproxy args:
"C:\Program Files\Java\jre7\bin\java" -jar  mcproxy3.jar  -m 5

  Pro Fish 
The ProFish online marketplace & tournaments
Twitter ⋄❖⋄ Telegram ⋄❖⋄ Facebook ⋄❖⋄ Instagram

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

Activity: 266
Merit: 250


View Profile WWW
February 08, 2014, 01:59:05 AM
 #593

I use this...

But speed is slow 10-12 with the pool. Should be 30-38.

"C:\Program Files\Java\jre7\bin\java.exe" -d64 -jar "C:\Program Files (x86)\Mediterraneancoin\mcproxy3.jar" -p 8082 -s localhost -a

@echo off
cd \bfgminermed\
mining_proxy.exe -o ibipot.com -p 3333 -gp 8082 -sh ibipot.com -sp 3334 -v
pause

@echo off
cd \bfgminermed\
bfgminer -o http://localhost:8080 -u user -p pass --http-port 8332 -Q 0
pause

configuration look correct.

MediterraneanCoin's PoW is quite different from Bitcoin's Pow (which depends also on CPU power) so the max hashrate you get with ASIC cannot be equal to the max hashrate you get with MED.

Another user has reached 22 GHash (pool side) with a BFL 30 Ghash (how comparable is it to your ASIC?)

the main difference is that he is using his own private php-mpos instance (i.e. he is the only miner and this can influence the pool strategy for diff).

I suggest you setup your own private php-mpos instance and see what changes.



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

Activity: 42
Merit: 0


View Profile
February 08, 2014, 02:09:21 AM
 #594

The speed I really check is the only mention in bfgminer, not the pool that why I believe is a concern...
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 02:29:10 AM
 #595

Were to run the proxy and bfgminer after create the ubunto virtual pc, in Ubuntu or in the real pc?
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 03:05:12 AM
 #596

For me speed show real slow in the pool, but seen to work, but I don't like, so I mine solo is more fast with proxy3 and bfg I get from 35-42 Gh/s
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 03:07:13 AM
 #597

I use this...

But speed is slow 10-12 with the pool. Should be 30-38.

"C:\Program Files\Java\jre7\bin\java.exe" -d64 -jar "C:\Program Files (x86)\Mediterraneancoin\mcproxy3.jar" -p 8082 -s localhost -a

@echo off
cd \bfgminermed\
mining_proxy.exe -o ibipot.com -p 3333 -gp 8082 -sh ibipot.com -sp 3334 -v
pause

@echo off
cd \bfgminermed\
bfgminer -o http://localhost:8080 -u user -p pass --http-port 8332 -Q 0
pause

strange I have set up EXACTLY the same as you and I see accepted shares but nothing shows up in the pool. It doesn't even show the worker as active.

Sorry my mistake is like this

@echo off
cd \bfgminermed\
mining_proxy.exe -sh ibipot.com -sp 3334 -oh localhost -gp 8082
pause
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 03:13:31 AM
 #598

Try it and see, let me know... use bfgminer
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 03:16:42 AM
 #599

With proxy3 you are going to get a lot rejected share, you can try it mcproxy3.jar and mcproxy.jar.

How was the test???
halabibk
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 08, 2014, 03:18:23 AM
 #600

I see you working as

3  mill0601 21,074 900.719 18,182.81
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 ... 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!