Hi!
Followed instructions to setup p2pool on Ubuntu 12.04 LTS VM - started without any problems (to avoid bitcoind DB sync I just copied existing database from the other server). The only one thing which failed was one time donation - bitcoind complained about insufficient funds, because the
wget -O-
http://SERVER_IP:9332/patron_sendmany/5.0returned JSON with a lot of addresses and sums for them, but I have only one miner connected! Why so many addresses?
I verified payout address - it is ok:
cat ~/p2pool/data/bitcoin/cached_payout_address
14Y2AKxxNsKkTj4Y615qQfYXTxfiguDHbc
bitcoind getaddressesbyaccount p2pool
[
"14Y2AKxxNsKkTj4Y615qQfYXTxfiguDHbc"
]
bitcoind getreceivedbyaddress 14Y2AKxxNsKkTj4Y615qQfYXTxfiguDHbc
0.00000000
Pointed my miner (75Gh avg) to my pool. After a while graphs shows ~6.0 mBTC in the "Current payout to default address" section, but the pool balance still is zero. Is this a glitch or hidden/donated payouts?
Thanks in advance!