Comment on Why Is It Taking 20 Minutes to Mine This Bitcoin Block?Comments−jlhawn8yI wrote a quick little program to sort of prove this to myself: https://play.golang.org/p/fITZrZgzTT7While the average difference in time between one record and the next is 10, the weighted average over the entire duration is 20.−jlhawn8yI updated it with some comments explaining what's going on: https://play.golang.org/p/xEnlcwBX4CN
Comments
I wrote a quick little program to sort of prove this to myself: https://play.golang.org/p/fITZrZgzTT7
While the average difference in time between one record and the next is 10, the weighted average over the entire duration is 20.
I updated it with some comments explaining what's going on: https://play.golang.org/p/xEnlcwBX4CN