/opreturn_org

Produce charts for

Primary LanguageRustMIT LicenseMIT

Rustat

Generate statistic charts about the Bitcoin blockchain.

Test

blocks_iterator --network testnet --blocks-dir $HOME/.bitcoin/testnet3/blocks/ --stop-at-height 200000 | ./target/release/opreturn_org --target-dir /tmp/

TODO

  • move to svg created from rust, remove javascript
  • use picocss, put pie chart in grid

DONE

  • 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?