Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: chaeplin on February 23, 2014, 01:19:00 PM



Title: [ANN][p2pool] DARKCOIN DRK
Post by: chaeplin on February 23, 2014, 01:19:00 PM
.


Title: Re: [ANN][p2pool] DARKCOIN DRK / NEW US-WEST server.
Post by: deeppurple72 on February 24, 2014, 07:23:13 AM
If the above pools would post the value
of PREFIX="" in their network.py file,
I will connect my node to theirs :)

http://p2pool.neocities.org/darkcoin.png

There is another new P2POOL (USA)

ZERO FEE!  Donations only ;D

p2pool.neocities.org/coin_drk.html (http://p2pool.neocities.org/coin_drk.html)


Title: Re: [ANN][p2pool] DARKCOIN DRK / NEW US-WEST server.
Post by: chaeplin on February 24, 2014, 02:36:49 PM
If the above pools would post the value
of PREFIX="" in their network.py file,
I will connect my node to theirs :)

http://p2pool.neocities.org/darkcoin.png

There is another new P2POOL (USA)

ZERO FEE!  Donations only ;D

p2pool.neocities.org/coin_drk.html (http://p2pool.neocities.org/coin_drk.html)
[/quote



Code:
https://github.com/forrestv/p2pool/issues/170
https://github.com/forrestv/p2pool/issues/157


why would you ?


Title: Re: [ANN][p2pool] DARKCOIN DRK / NEW US-WEST server.
Post by: P2PHash on March 03, 2014, 06:46:55 PM
Hi,
I'm using your github source for my p2pool, but it's using the 502de55-dirty version and it seems that all nodes using this version have high DOA rates, I see you're using 1983d35-dirty and some others 60be667-dirty and you have much lesser DOA rate. How do you update to those versions?

Thanks for your help and your github :)


Title: Re: [ANN][p2pool] DARKCOIN DRK / NEW US-WEST server.
Post by: chaeplin on March 03, 2014, 07:10:12 PM
Hi,
I'm using your github source for my p2pool, but it's using the 502de55-dirty version and it seems that all nodes using this version have high DOA rates, I see you're using 1983d35-dirty and some others 60be667-dirty and you have much lesser DOA rate. How do you update to those versions?

Thanks for your help and your github :)

no diffrence.

Local DOA 2 ~ 5 %
Global DOA 10 %

check again.

I check p2pool/__init__.py.

Code:
cd p2pool-drk-workerdiff
> git describe --always --dirty
60be667-dirty
> cd p2pool-drk-workerdiff/
> git describe --always --dirty
2bd88a3-dirty

> diff pool-drk-workerdiff/p2pool p2pool-drk/p2pool/
diff p2pool/networks.py p2pool-drk/p2pool/networks.py
28,29c28
<         BOOTSTRAP_ADDRS=''.split(' '),
<         #BOOTSTRAP_ADDRS='uswest.mine.nu'.split(' '),
---
>         BOOTSTRAP_ADDRS='uswest.mine.nu'.split(' '),

I think git directory diffrence.

It's same one.


And I checked your pool, pool DOA caused by XfDWy9KWhdUoh76kQguZFZu7maXFWg8ndQ.
use of 'no submit stale' or 'lowering intensity' will help.


Title: Re: [ANN][p2pool] DARKCOIN DRK
Post by: P2PHash on March 03, 2014, 11:08:43 PM
Oh ok I see! Thank you very much for the answer :)

I'm gonna try no the no submit stale option to reduce DOA.


Title: Re: [ANN][p2pool] DARKCOIN DRK
Post by: roy7 on March 03, 2014, 11:16:01 PM
Oh ok I see! Thank you very much for the answer :)

I'm gonna try no the no submit stale option to reduce DOA.

Don't do that! Stale shares can still be valid blocks that will pay out to the network. By not submitting stale shares you hurt the profitability of the whole network.


Title: Re: [ANN][p2pool] DARKCOIN DRK
Post by: Pustul on March 03, 2014, 11:59:50 PM
Oh ok I see! Thank you very much for the answer :)

I'm gonna try no the no submit stale option to reduce DOA.

Don't do that! Stale shares can still be valid blocks that will pay out to the network. By not submitting stale shares you hurt the profitability of the whole network.

It's drastic! I went from 12% DOA to less than 1%. But I will remove the option now that I know it's not my pool the problem :)
I'll try to reduce intensity and oc.


Title: Re: [ANN][p2pool] DARKCOIN DRK
Post by: roy7 on March 04, 2014, 12:25:08 AM
It's drastic! I went from 12% DOA to less than 1%. But I will remove the option now that I know it's not my pool the problem :)
I'll try to reduce intensity and oc.

You can try -Q 0. :)