Post
Topic
Board Development & Technical Discussion
Re: Largest number of blockchain-heads (single fork) ever observed?
by
fevir
on 28/09/2016, 18:26:17 UTC
Hi,

Thanks for your reply. Indeed, the 'bitcoin-cli getchaintips' command seems to be working.

Just to make sure to get it right, if I perform a (on Linux):
bitcoin-cli getchaintips | grep height | >
and,
sort | uniq -c | head

should provide an overview of the top 10 largest stale blocks of the same height?