Expand description
Mainnet-specific constants for block subsidies.
Structsยง
- FUNDING_
STREAMS ๐ - The funding streams for Mainnet as described in:
Constantsยง
- EXPECTED_
NU6_ ๐1_ LOCKBOX_ DISBURSEMENTS_ TOTAL - The expected total amount of the one-time lockbox disbursement on Mainnet. See: https://zips.z.cash/zip-0271#one-timelockboxdisbursement.
- FOUNDER_
ADDRESS_ ๐LIST - List of founder addresses on Mainnet.
- FUNDING_
STREAMS_ ๐NUM_ ADDRESSES - Number of addresses for each funding stream in the Mainnet.
In the spec (protocol specification ยง7.10) this is defined as:
fs.addressindex(fs.endheight - 1)however we know this value beforehand so we prefer to make it a constant instead. - FUNDING_
STREAM_ ๐ECC_ ADDRESSES - List of addresses for the ECC funding stream in the Mainnet.
- FUNDING_
STREAM_ ๐MG_ ADDRESSES - List of addresses for the Major Grants funding stream in the Mainnet.
- FUNDING_
STREAM_ ๐ZF_ ADDRESSES - List of addresses for the Zcash Foundation funding stream in the Mainnet.
- NU6_
1_ ๐LOCKBOX_ DISBURSEMENTS - The one-time lockbox disbursement output addresses and amounts expected in the NU6.1 activation blockโs coinbase transaction on Mainnet.
- NUM_
FOUNDER_ ๐ADDRESSES - Number of founder addresses on Mainnet.
- POST_
NU6_ ๐1_ FUNDING_ STREAMS_ NUM_ ADDRESSES - Number of addresses for each post-NU6.1 funding stream on Mainnet.
In the spec (protocol specification ยง7.10) this is defined as:
fs.addressindex(fs.endheight - 1)however we know this value beforehand so we prefer to make it a constant instead. - POST_
NU6_ ๐1_ FUNDING_ STREAM_ FPF_ ADDRESSES - List of addresses for the Major Grants post-NU6.1 funding stream on Mainnet administered by the Financial Privacy Fund (FPF).
- POST_
NU6_ ๐FUNDING_ STREAMS_ NUM_ ADDRESSES - Number of addresses for each post-NU6 funding stream on Mainnet.
In the spec (protocol specification ยง7.10) this is defined as:
fs.addressindex(fs.endheight - 1)however we know this value beforehand so we prefer to make it a constant instead. - POST_
NU6_ ๐FUNDING_ STREAM_ FPF_ ADDRESSES - List of addresses for the Major Grants post-NU6 funding stream on Mainnet administered by the Financial Privacy Fund (FPF).
- POST_
NU6_ ๐FUNDING_ STREAM_ START_ HEIGHT - The start height of post-NU6 funding streams on Mainnet as described in ZIP-1015.
- POST_
NU6_ ๐FUNDING_ STREAM_ START_ RANGE - The post-NU6 funding stream height range on Mainnet