From: Simon <simon@bitcartel.com> Date: Wed, 24 Apr 2019 05:57:30 +0000 (-0700) Subject: Enable ZIP209 on mainnet and set fallback Sprout pool balance. X-Git-Url: https://repo.jachan.dev/VerusCoin.git/commitdiff_plain/fc79a848fba6d8ce51af933ccf7dac807db6f0c3 Enable ZIP209 on mainnet and set fallback Sprout pool balance. --- diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 5857b0776..e0769fcae 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -193,6 +193,14 @@ public: // total number of tx / (checkpoint block height / (24 * 24)) }; + // Hardcoded fallback value for the Sprout shielded value pool balance + // for nodes that have not reindexed since the introduction of monitoring + // in #2795. + nSproutValuePoolCheckpointHeight = 520633; + nSproutValuePoolCheckpointBalance = 22145062442933; + fZIP209Enabled = true; + hashSproutValuePoolCheckpointBlock = uint256S("0000000000c7b46b6bc04b4cbf87d8bb08722aebd51232619b214f7273f8460e"); + // Founders reward script expects a vector of 2-of-3 multisig addresses vFoundersRewardAddress = { "t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd", /* main-index: 0*/