"INFO: Chain download 17% done with 7030 blocks to go, block date 
2018-04-03T11:22:56Z"

How to grab the percentage?

new DownloadProgressTracker() {
    @Override
    public void doneDownload() {
        System.out.println("Finished downloading.");
    }
    @Override
    public void progress(double pct, int blocksSoFar, Date date){
        System.out.println("Progress at "+pct);
    }
};




On Friday, May 18, 2018 at 3:15:41 PM UTC-4, Bobby_Bouche wrote:
>
> What command is appropriate to merely check if the blockchain is fully 
> synced?
>

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to