We found a block !!!
Tue May 28 2013 21:53:21 GMT+0200 (Mitteleuropäische Sommerzeit ) 402334 000000000894834c5541ed8d289a693736677d7bf8f28412405e4f1878ebd70b
edit : no payout though, not sure if that's working properly?
I'm not sure either. Now reading the logs. It definetly tried to submit it to bitbard, but then... I need a couple of minutes...
Oh crap
I shouldn't have changed coinbase type to pubkeyhash.
The situation is like this.
Bitcoin/Bitbar/etc. address is encoded 160-bit hash of the public key. In Bitcoin, it is enough to provide coinbase (generation transaction) output. In PPC/NVC/BTB, coinbase type must be TX_PUBKEY, not TX_PUBKEYHASH, which means that you need full public key to create coinbase, not its 160-bit hash. So when a worker specifies its address as a username, the node cannot give it coins from the coinbase. Type of coinase outputs was TX_PUBKEY in NVC p2pool, so it didn't create payouts for workers. I changed it to TX_PUBKEYHASH, and as a result, the block was not accepted by bitbard. i will now change it back to TX_PUBKEY, so nodes can only mine to their own address. Worker names/addresses will be ignored (just like it is in NVC p2pool).