Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] DarkCoin | Anonymous (alpha) | KGW | No Premine | ASIC Resistant
by
deeppurple72
on 24/02/2014, 15:08:16 UTC
WTF with pool.darkcoin.io???
not pays for shares anyone...
Me too, the pool still accepting shares but I'm not getting any DRK. Huh? Huh

Same here... Getting real tired of this pool, unstable and insane TXFees!

Looks like I have been mining for around 10 hours now without getting shares. I really hope they find a way to solve this and compensate the miners.

Yeah, hope so... Who is the pool admin? He must have quite a big bag of DRK by now...

Anyway, I switched to http://112.175.123.82:8372/static/ Getting a quite high DOA though.


try http://uswest.mine.nu:8372/  USA/WEST server. it's peered


Another P2POOL that is ONLINE + WORKING PROPERLY

High Speed + VERY LITTLE DOA if any!!!!!!

Zero Fees ---- Donations Only p2pool!

If USWEST P2POOL would post NETWORK.PY settings so the
Goldmine DRK P2POOL could connect to peers, that would be great!

High Speed / Very Little DOA P2POOL --> p2pool.neocities.org/coin_drk.html



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

why would you ?



Yes, actually  I am in the process of creating a fork of p2pool with settings of all coins on github
and I did tell others how to deal with the STUCK ON TESTING BITCOIN P2P PORT.....  issue

The request for a penalty for excessive hashrates was a request to deal with CLOUD miners and
pools running into pools....  it was a request.

There are no penalties on the p2pools


all I need is the IDENTIFIER=""  value

If you would like settings from a coin on goldmine p2pools to connect as peer, let me know
and I will exchange values.

Also, the p2pool-quark fork is NOT good...  Darkcoin works much better with the ORIG p2pool code.
If you need the instructions on how to compile the X11-HASH-PYTHON module I custom compiled,
I will also provide you that info as well.

There is hardly any DOA at all


USA DRK P2POOL -----> p2pool.neocities.org/coin_drk.html



What about SUBSIDY_FUNC ?
Is something like "SUBSIDY_FUNC=lambda height: 20*100000000 >> (height + 1)//210240" ?
No? then post your SUBSIDY_FUNC first.

Mine ? " SUBSIDY_FUNC=lambda nBits, height: __import__('darkcoin_subsidy').GetBlockBaseValue(nBits, height)"


if you are using P2POOL-QUARK fork --- notice the NETWORK.PY file's comments says it has an issue with SUBSIDY !!!!
The payout says 220000 DRK if you use P2POOL-QUARK fork !!!!!

I am NOT using quark-fork because of that issue....

I am running Forest's github ( original p2pool version )
and the SUBSIDY is CORRECT on my pool ( you can look at the web-stats page to verify this! )

my network.py is using this:

        SUBSIDY_FUNC=lambda  height: 22*10000000 >> (height + 1)//2102400,

and the ORIG p2pool ( not-forked ) does not have issues like the quark-fork you are trying to use

i am using p2pool version 13.4-14-g7aa75ce-dirty  btw