Can I send from a transparent address to any shielded address, or only to a shielded address that belongs to my wallet?
What is the current block subsidy?
Is the dev tax 20% of the block subsidy or 20% of the total block reward (subsidy + fees)
Looking at the coinbase transactions we can see that the block reward always consists of 2 outputs, one which is a fixed 0.125 ZEC and the other which varies a bit. I assume the 0.125 ZEC is the dev tax since it’s constant. But in none of the cases is the 0.125 ZEC actually 20% of the block reward?
In the case of block 3127609 for example the total block reward is 1.3768696 of which 20% would be 0.27537392 not 0.125?
What’s going on here? And if 8% is supposed to go to the Zcash Community Grants and 12% to a lock box why is there only 1 output for the dev tax? And 0.125 ZEC is neither 8% or 12% percent of 1.3768696 either.
Excluding transaction fees, the current Block Reward is 1.5625 ZEC.
The current Founders’ Reward is 0.3125 ZEC (20%), 0.125 ZEC (8%) goes to Major Grants Fund for independent developers, 0.1875 ZEC (12%) goes to Lockbox for Electric Coin Company and Zcash Foundation: Reaching Consensus - Electric Coin Company .
Miners get all transaction fees. In the case of block 3127609, the miners get 1.25 ZEC (80% of Block Reward) and 0.0018696 ZEC (Transaction fees). Adding the Major Grants Fund (0.125 ZEC), the total amount would be 1.3768696 ZEC. It seems your Zcash explorer doesn’t show the Lockbox reward (0.1875 ZEC). Use this explorer instead: Zcash block 3127609 .
Thank you. Bizar that the explorer listed on z.cash does not show the lockbox. This lockbox is not a usual wallet and it does not receive UTXOs? It seems to be part of the protocol.
Do you know if this is a multisig and so who has the keys? Same fore the Grants fund is that a multisig and who has the keys?
I don’t even know if Zcash supports multisig actually.
The lockbox supply is on there somewhere. Zechub dashboard has good metrics. You can also get this info yourself from a full node api such as getblock io or you can run one yourself.
With a hosted node (like getblock io), all you really need is ‘curl’, it’s pretty easy.