mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
increase POW difficulty for user registrations
This commit is contained in:
parent
432535bd6d
commit
defb9a13a3
@ -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…
Reference in New Issue
Block a user