Is the block reward correct as shown in explorer.zcha.in?

For eg: Block 5500 https://explorer.zcha.in/blocks/0000000251f5a224e87afbe0ac5dda39bd4f097c2465df08e8cc7f3ff935610d

t1KHa9CJeCy3b9rUX2BhqkFJXSxSSrhM7LJ 2.75088652 ZEC t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd 0.6875 ZEC

The founder’s reward appears to be correct but shouldn’t the miner’s portion only be 2.75?

Interesting… Block 5765 https://explorer.zcha.in/blocks/000000024df3ef0496c2b8b4a03e90e9593660d69f48995cd0d6a14520d336b0 shows the rewards I would expect - 2.8825 ZEC & 0.720625 ZEC

Aaand back out of step again…

https://explorer.zcha.in/blocks/00000002a38522c4c62df3a28fff433562bbba3bd3563b0765e9e017dab261ff

I believe the miner’s reward for block 5794 should be 2.897 but it’s shown as 2.89738952

Pretty sure that’s consistent with network state, unless there’s some issue with the RPC call.

zcash-cli getrawtransaction 3e36a7c075acbd6f344dda890ab0bd53312cb473c7fa5b6b650d58e1fc72bbf4 1


{
hex : 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0402a21600ffffffff02c810451100000000232103bfd6938cd21ab7fbd85be7af2d0d0310f804a1a36b5f384e74be9d85212cefb2ac281e51040000000017a9147d46a730d31f97b1930d3368a967c309bd4d136a8700000000,
txid : 3e36a7c075acbd6f344dda890ab0bd53312cb473c7fa5b6b650d58e1fc72bbf4,
version : 1,
locktime : 0,
vin : [
    {
        coinbase : 02a21600,
        sequence : 4294967295
    }
],
vout : [
    {
        value : 2.89738952,
        n : 0,
        scriptPubKey : {
            asm : 03bfd6938cd21ab7fbd85be7af2d0d0310f804a1a36b5f384e74be9d85212cefb2 OP_CHECKSIG,
            hex : 2103bfd6938cd21ab7fbd85be7af2d0d0310f804a1a36b5f384e74be9d85212cefb2ac,
            reqSigs : 1,
            type : pubkey,
            addresses : [
                t1emzuNbemjqnEhEue74NL3BxsR4cA1ajfP
            ]
        }
    },
    {
        value : 0.72425000,
        n : 1,
        scriptPubKey : {
            asm : OP_HASH160 7d46a730d31f97b1930d3368a967c309bd4d136a OP_EQUAL,
            hex : a9147d46a730d31f97b1930d3368a967c309bd4d136a87,
            reqSigs : 1,
            type : scripthash,
            addresses : [
                t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd
            ]
        }
    }
],
vjoinsplit : [
],
blockhash : 00000002a38522c4c62df3a28fff433562bbba3bd3563b0765e9e017dab261ff,
confirmations : 20,
time : 1478464689,
blocktime : 1478464689

}

Are you sure these aren’t just transaction fees @Voluntary?

1 Like

Oops. I forgot about those. Thank you for pointing that out.