Browse Source

increase POW difficulty for user registrations

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
defb9a13a3
  1. 2
      src/chainparams.cpp

2
src/chainparams.cpp

@ -33,7 +33,7 @@ public: @@ -33,7 +33,7 @@ public:
nDefaultPort = 28333;
nRPCPort = 28332;
bnProofOfWorkLimit = CBigNum(~uint256(0) >> 1);
nTxBits = 0x1e03ffff;
nTxBits = 0x1e00ffff;
nSubsidyHalvingInterval = 210000;
// Build the genesis block. Note that the output of the genesis coinbase cannot

Loading…
Cancel
Save