Code Monkey home page Code Monkey logo

blockexplorer-bitcoind's Introduction

This repository contains pre-compiled binaries of legacy bitcoin-qt versions with a special "getblock" patch that allows bitcoin's blockupdate.php script to get a dump of raw block data.

Why does this exist?

The getblock patch was needed for older versions of bitcoin-qt because until bitcoin-qt 0.8.X support was missing for getting raw block data.

Unfortunately the output format and RPC API for getblock in bitcoin-qt 0.8.X is substantially different from the output format produced by the older patched bitcoin-qt, which means blockexplorer still depends on the old patched bitcoind.

The plan is to update blockexplorer code so that it can use bitcoin-qt 0.8.X instead. Then we will no longer need this repository. Until that happens, the older patched version is still a dependency.

Note that a workaround is required for the older patched bitcoind to be compatible with newer versions:

http://bitcoin.org/may15.html

cat /var/local/lib/bitcoin-qt/DB_CONFIG
set_lk_max_locks 537000

cat /var/local/lib/bitcoin-qt-testnet/testnet3/DB_CONFIG
set_lk_max_locks 537000

blockexplorer-bitcoind's People

Contributors

lirazsiri avatar

Watchers

 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.