OSDN Git Service

for publish (#515)
[bytom/vapor.git] / consensus / general.go
index 9e2205b..b413c78 100644 (file)
@@ -158,7 +158,14 @@ var MainNetParams = Params{
                {BeginBlock: 1, EndBlock: 63072000, Subsidy: 9512938},
        },
        SoftForkPoint:  map[uint64]uint64{SoftFork001: 10461600},
-       MovStartHeight: 42000000,
+       MovStartHeight: 43354800,
+       MovRewardPrograms: []MovRewardProgram{
+               {
+                       BeginBlock: 1,
+                       EndBlock:   126144000,
+                       Program:    "00141d00f85e220e35a23282cfc7f91fe7b34bf6dc18",
+               },
+       },
 }
 
 // TestNetParams is the config for vapor-testnet