Generate statistic charts about the Bitcoin blockchain.
blocks_iterator --network testnet --blocks-dir $HOME/.bitcoin/testnet3/blocks/ --stop-at-height 200000 | ./target/release/opreturn_org --target-dir /tmp/
- move to svg created from rust, remove javascript
- use picocss, put pie chart in grid
- move to 1000 blocks as labels (with date between parenthesis) so period more rightly compared
- merge periods until there are less than N points on the chart. N=100? more? Latest point could be estimated by duplicating latest complete value?