diff --git a/contrib/sdl_checkpoints.pl b/contrib/sdl_checkpoints.pl index 8b7ea54ea..ecbf38bc0 100755 --- a/contrib/sdl_checkpoints.pl +++ b/contrib/sdl_checkpoints.pl @@ -8,11 +8,11 @@ use warnings; use strict; -my $hush = "./src/hush-cli"; +my $hush = "./src/dragonx-cli"; my $gethash = "$hush getblockhash"; my $gettree = "$hush getblockmerkletree"; -my $start = shift || 300000; -my $end = shift || 840000; +my $start = shift || 10000; +my $end = shift || 1760000; my $stride = shift || 10000; my $blocks = qx{$hush getblockcount};