Post
Topic
Board Altcoin Discussion
Re: [ANN][YAC][POOL]p2pool for yacoin!!
by
ntkrnl
on 16/05/2013, 06:47:23 UTC
The broken code on github hasn't been updated in 3 days.

What's the progress?

It's OK now. Smiley

Thanks, that seems to be working.
Is there anyway to set the default payout address or is that removed?



In the POS(PROOF OF STACK) featured coin, when a block is mined, and submitted to the client, it must be signed with your public key, while bitcoin/litecoin don't have to. That' why novacoin p2pool delete "-address" option.  Because when you specify an address, it's just a hash160(pubkey), not your publish key, yacoind will throw an error "sign block failed".

In the lastest version of yacoin-p2pool, no matter what the "fee" is, the host user of p2pool will be paid at least 0.01, just for the pubkey, without this, you can never sign a block.

So, if you want to specify an individual address, use the worker-name-as-address mode.