diff --git a/contrib/checkpoints.pl b/contrib/checkpoints.pl index 93ea1041c..8d14b1619 100755 --- a/contrib/checkpoints.pl +++ b/contrib/checkpoints.pl @@ -9,7 +9,7 @@ use strict; my $perday = 576; my $hush = "./src/hush-cli"; my $gethash = "$hush getblockhash"; -my $stride = shift || 1000; +my $stride = shift || 5000; my $count = 0; my $blocks = qx{$hush getblockcount}; if($?) {