Powerful2100 / Java-Bitcoin-Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java-Bitcoin-Explorer

It's a fun project that explore the bitcoin network quickly:

Prerequisite

First off you need to download the jar file for the library at https://bitcoinj.github.io/ Then, download SLF4J (https://www.slf4j.org/download.html), extract it, and get the file called slf4j-simple-x.y.z.jar Add these two jar files to your classpath and you are ready to go.

Let’s start from a simple example: compute (and then plot) the number of transactions per day. This is the code, heavily commented, just go through it.

alt text

About


Languages

Language:Java 100.0%