MiniblockchainProject / ChainParser

Fast C++ block file parser for mini-blockchain coins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChainParser

ChainParser is a fast block file parser written in C++ for Cryptonite and other mini-blockchain coins. It was originally created to analyze the blockchain when the transaction exploit was discovered.

It is a useful resource for understanding how to parse blocks and transactions and is the foundation for ExplorerParser. It was created in Code::Blocks and has been tested to compile with mingw64 on Windows, the project file is included.

DEPENDENCIES:

  • GMP
  • CryptoPP
  • Sparsepp

Static library files compiled with mingw64 can be found here: https://mega.nz/#!ngs31AJL!NahJ5AF9T_cIOVpb-T-oZe6kAVyI6lYP2ji-EC3H3E8

About

Fast C++ block file parser for mini-blockchain coins

License:GNU General Public License v3.0


Languages

Language:C++ 89.5%Language:C 10.5%