Marmara coinbase initial impl

This commit is contained in:
jl777
2019-01-12 00:29:37 -11:00
parent 46a1c07e5e
commit 2bde89c9ce
6 changed files with 85 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ public:
strNetworkID = "main";
strCurrencyUnits = "KMD";
bip44CoinType = 141; // As registered in https://github.com/satoshilabs/slips/blob/master/slip-0044.md (ZCASH, should be VRSC)
bip44CoinType = 141; // As registered in https://github.com/satoshilabs/slips/blob/master/slip-0044.md
consensus.fCoinbaseMustBeProtected = false; // true this is only true wuth Verus and enforced after block 12800
consensus.nSubsidySlowStartInterval = 20000;
consensus.nSubsidyHalvingInterval = 840000;