What happens to a p2pool payment with an invalid bitcoin address as the username?

1

I run a p2pool node (http://blisterpool.com) and someone just connected with an invalid bitcoin address. They have significant hashpower, and have already started generating p2pool shares...but their address is invalid, so what will p2pool do when it comes time to pay out the block?

user208735

Posted 2014-05-05T03:21:00.830

Reputation: 13

Answers

1

If it's actually an invalid address (that is to say it won't hash) such as Address50 then vanilla p2pool will default to sending you (the node) all of the rewards for that miner.

If the address is valid (will hash) but no one holds the corresponding private keys for said address, like 1BitcoinEaterAddressDontSendf59kuE, then the rewards will sit in limbo for all eternity.

KJ O

Posted 2014-05-05T03:21:00.830

Reputation: 353

Ah ok that's great to know, thanks. They eventually got in touch with me and I was able to send them what they missed out on.user208735 2014-05-06T22:14:09.293