Skip to content

Commit

Permalink
Reduce nStakeCombineThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
CartmanSPC committed Sep 3, 2015
1 parent 5c2b9da commit 2565767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ unsigned int nStakeSplitAge = 45 * 24 * 60 * 60; // 45 days
// corresponding stake ~= 27b / 365 / 1440 ~= 50k
// optimally each output stakes once every week so 50k * 52 = 2.6m
// but only a fraction of the total money supply is staked on the network
int64 nStakeCombineThreshold = 2000000 * COIN;
int64 nStakeCombineThreshold = 20000 * COIN;

//////////////////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit 2565767

Please sign in to comment.