GithubHelp home page GithubHelp logo

pallas1 / explorerparser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miniblockchainproject/explorerparser

0.0 3.0 0.0 746 KB

Fast C++ block file parser which creates db files for MiniExplorer

License: GNU General Public License v3.0

C++ 89.56% C 10.42% Makefile 0.01%

explorerparser's Introduction

ExplorerParser

ExplorerParser is a fast block file parser written in C++ which creates db files for MiniExplorer. It was created in Code::Blocks and has been tested to compile with mingw64 on Windows, the project file is included.

The binary should be placed in the root directory of the explorer. The first time you run the parser the first argument should be -firstrun and the second argument should be your coin data directory.

The 2nd argument may need to be encapsulated in quotes on Windows. Command line example:

ExplorerParser -firstrun "C:\Users\MyName\AppData\Roaming\Cryptonite\blocks"

On an average machine it should take around 30 minutes to finish computing and saving the explorer db files the first time you run it. To update the db files any time after that use the -update argument.

To compute a rich list of the top 1000 richest addresses use the -richlist argument. The second argument should always be the coin data directory and is always required regardless of the first argument.

DEPENDENCIES:

  • GMP
  • CryptoPP
  • Sparsepp

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.