Update checkpoints

This commit is contained in:
fekt
2024-11-17 22:01:21 -05:00
parent 3ccd8bd6cb
commit 7117e7a7a1

View File

@@ -8,11 +8,11 @@
use warnings; use warnings;
use strict; use strict;
my $hush = "./src/hush-cli"; my $hush = "./src/dragonx-cli";
my $gethash = "$hush getblockhash"; my $gethash = "$hush getblockhash";
my $gettree = "$hush getblockmerkletree"; my $gettree = "$hush getblockmerkletree";
my $start = shift || 300000; my $start = shift || 10000;
my $end = shift || 840000; my $end = shift || 1760000;
my $stride = shift || 10000; my $stride = shift || 10000;
my $blocks = qx{$hush getblockcount}; my $blocks = qx{$hush getblockcount};