• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Coinbase transactions with more than 2 outputs?

These blocks were mined by p2pool and each output is a payout from the pool to a miner (except the n-2 output - that is a payment to a masternode).

Ah! Ok, thanks. Do you know why the 'N' transaction is 0/Null data? e.g.:

Code:
{
"value" : 0.00000000,
"n" : 62,
"scriptPubKey" : {
"asm" : "OP_RETURN bf6f2d45ef59e69dff1471ad626b681d9fe2206c3752b0a14afde8a35ac52a4e000000000b000000",
"hex" : "6a28bf6f2d45ef59e69dff1471ad626b681d9fe2206c3752b0a14afde8a35ac52a4e000000000b000000",
"type" : "nulldata"
}
}

Is it just one of those p2pool anomalies?
 
Ah! Ok, thanks. Do you know why the 'N' transaction is 0/Null data? e.g.:

Code:
{
"value" : 0.00000000,
"n" : 62,
"scriptPubKey" : {
"asm" : "OP_RETURN bf6f2d45ef59e69dff1471ad626b681d9fe2206c3752b0a14afde8a35ac52a4e000000000b000000",
"hex" : "6a28bf6f2d45ef59e69dff1471ad626b681d9fe2206c3752b0a14afde8a35ac52a4e000000000b000000",
"type" : "nulldata"
}
}

Is it just one of those p2pool anomalies?
That's not "anomalies" :) it's just the way p2pool works, it uses op_return for some internal logic iirc.
 
Back
Top