Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 1004 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 1004 Bytes

Build Status Coverage Status

BCGraph

BCGraph allows to import the Bitcoin blockchain into a Neo4j graph database and provides multiple tools to analyze the resulting data set.

This project is no longer actively maintained and may not work with the latest version of Bitcoin.

Requirements

  • Bitcoin Core block files (to import data into the graph database)
  • Up to twice the amount of storage that the Bitcoin Core block files require

Install

  • Use maven to install dependencies
  • Copy test.properties to src/main/resources/, rename it to production.properties and fill in the missing directories

Examples

A few examples are available at maltemoeser/BCGraph-Examples.