Update checkpoints
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user