Giter Club home page Giter Club logo

bkchaind's Introduction

bkchaind

Blockchain explorer daemon. http://bkchain.org

Features

  • JSON API: block and tx info, address balance, operations and unspent outputs
  • Websocket live blocks/transactions
  • Multicurrency (BTC, LTC, PPC, DOGE)
  • Linux and Visual Studio
  • Grab data directly from both HDD blockchain data (fast initial setup) and bitcon RPC (live mode)
  • Fast, typical blockchain initial import time with SSD: PPC 1 min, LTC approx 10 min, BTC a few hours (can probably be improved)

Install

  • Build with CMake: mkdir build && cd build && cmake .. && make bkchaind
  • Build with MSVC2013: get boost 1.55 in boost_1_55_0 subfolder, build it (static), open bkchaind.sln and build
  • Linux only: since it read data directly from HDD blockchain, a very small patch is required on bitcoind, litecoind, ppcoind or dogecoind (in daemon-patches)

Run

  • Typical command line: --blockchain=C:\Users[yourusername]\AppData\Roaming\Bitcoin --database=btc --write-buffer=128 (all data will go into a "btc" subfolder)

TODO

  • Live address TX
  • Improve code quality, security and comments
  • Various documentation for database formats
  • Other features...
  • ...

Dependencies

Most of them are included:

Donations

Donation appreciated, to support development and server costs

  • BTC: 1LLqMFskaSaZ3w2LuH6dbQaULcy1Bu1b2R
  • PPC: PEiZ7r4KR85izAhfzQKJgJxdQkQ6PPXXEX
  • LTC: LXzHvrRMQVEHj6gvK4rsZ7HGopgqfxS7PS

bkchaind's People

Contributors

bkchain avatar erkmos avatar

Watchers

James Cloos avatar tempbottle avatar  avatar

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.