Skip to content

Commit

Permalink
Add setup instructions to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
btcdrak committed Feb 27, 2016
1 parent a89810b commit af2db60
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Bitcoin Core + addrindex
========================

This fork is Bitcoin Core with an additional feature which allows querying arbitrary addresses.

To use add the following to your `bitcoin.conf`:

txindex=1
addrindex=1

First run will require a full reindex of the blockchain. After that, the `searchrawtransactions` will be available.

Bitcoin Core integration/staging tree
=====================================
-------------------------------------

[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)

Expand Down

0 comments on commit af2db60

Please sign in to comment.