From 0f23236f43173726828adcb3fd518c08d56edbd2 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 12 Jun 2014 18:17:56 -0500 Subject: [PATCH] Make subsidy halving interval for simnet 210000. This value matches testnet and mainnet and makes more sense because it allows way more coins to be generated which is useful during simulation testing. NOTE: this will invalidate existing simnet chains, but since they are only intended to be short lived for the duration of a simulation test, this is a non-issue. --- params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params.go b/params.go index 76708370..caf2d672 100644 --- a/params.go +++ b/params.go @@ -241,7 +241,7 @@ var SimNetParams = Params{ GenesisHash: &simNetGenesisHash, PowLimit: simNetPowLimit, PowLimitBits: 0x207fffff, - SubsidyHalvingInterval: 150, + SubsidyHalvingInterval: 210000, ResetMinDifficulty: true, // Checkpoints ordered from oldest to newest.