Browse Source

Increase default stride to 5000 blocks

pull/141/head
Duke Leto 4 years ago
parent
commit
63652a543d
  1. 2
      contrib/checkpoints.pl

2
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($?) {

Loading…
Cancel
Save