From 4dc664200b794b3c3d583b09f98d67ede54d25e5 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 1 Jul 2016 09:53:08 -0400 Subject: [PATCH 1/3] Update links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b71ec76ae..cd21234ee 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ This will create a directory with configuration files for your node and install There are several add-on services available to extend the functionality of Bitcore: -- [Insight API](https://github.com/bitpay/insight-api/tree/v0.3.0) -- [Insight UI](https://github.com/bitpay/insight/tree/v0.3.0) +- [Insight API](https://github.com/bitpay/insight-api) +- [Insight UI](https://github.com/bitpay/insight) - [Bitcore Wallet Service](https://github.com/bitpay/bitcore-wallet-service) ## Documentation From 716cee68eeb974952799164bcbe0ff9c9bb8d0ab Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 5 Jul 2016 10:11:52 -0400 Subject: [PATCH 2/3] Link directly to repository without redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd21234ee..e20897755 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This will create a directory with configuration files for your node and install There are several add-on services available to extend the functionality of Bitcore: - [Insight API](https://github.com/bitpay/insight-api) -- [Insight UI](https://github.com/bitpay/insight) +- [Insight UI](https://github.com/bitpay/insight-ui) - [Bitcore Wallet Service](https://github.com/bitpay/bitcore-wallet-service) ## Documentation From f6e0783f55f638a8f1ddd136c581bbb8f706ba14 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 5 Jul 2016 10:12:44 -0400 Subject: [PATCH 3/3] Update links to bitcoin bitcore branch --- README.md | 4 ++-- docs/services/bitcoind.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e20897755..0df35b5af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Bitcore Node ============ -A Bitcoin full node for building applications and services with Node.js. A node is extensible and can be configured to run additional services. At the minimum a node has an interface to [Bitcoin Core with additional indexing](https://github.com/bitpay/bitcoin/tree/0.12-bitcore) for more advanced address queries. Additional services can be enabled to make a node more useful such as exposing new APIs, running a block explorer and wallet service. +A Bitcoin full node for building applications and services with Node.js. A node is extensible and can be configured to run additional services. At the minimum a node has an interface to [Bitcoin Core with additional indexing](https://github.com/bitpay/bitcoin/tree/0.12.1-bitcore) for more advanced address queries. Additional services can be enabled to make a node more useful such as exposing new APIs, running a block explorer and wallet service. ## Install @@ -10,7 +10,7 @@ npm install -g bitcore-node bitcore-node start ``` -Note: For your convenience, we distribute bitcoind binaries for x86_64 Linux and x86_64 Mac OS X. Upon npm install, the binaries for your platform will be downloaded. For more detailed installation instructions, or if you want to compile the project yourself, then please see the Bitcore branch of [Bitcoin Core with additional indexing](https://github.com/bitpay/bitcoin/tree/0.12-bitcore). +Note: For your convenience, we distribute bitcoind binaries for x86_64 Linux and x86_64 Mac OS X. Upon npm install, the binaries for your platform will be downloaded. For more detailed installation instructions, or if you want to compile the project yourself, then please see the Bitcore branch of [Bitcoin Core with additional indexing](https://github.com/bitpay/bitcoin/tree/0.12.1-bitcore). ## Prerequisites diff --git a/docs/services/bitcoind.md b/docs/services/bitcoind.md index 238a12bd9..99d0a1339 100644 --- a/docs/services/bitcoind.md +++ b/docs/services/bitcoind.md @@ -1,6 +1,6 @@ # Bitcoin Service -The Bitcoin Service is a Node.js interface to [Bitcoin Core](https://github.com/bitcoin/bitcoin) for querying information about the bitcoin block chain. It will manage starting and stopping `bitcoind` or connect to several running `bitcoind` processes. It uses a branch of a [branch of Bitcoin Core](https://github.com/bitpay/bitcoin/tree/0.12-bitcore) with additional indexes for querying information about addresses and blocks. Results are cached for performance and there are several additional API methods added for common queries. +The Bitcoin Service is a Node.js interface to [Bitcoin Core](https://github.com/bitcoin/bitcoin) for querying information about the bitcoin block chain. It will manage starting and stopping `bitcoind` or connect to several running `bitcoind` processes. It uses a branch of a [branch of Bitcoin Core](https://github.com/bitpay/bitcoin/tree/0.12.1-bitcore) with additional indexes for querying information about addresses and blocks. Results are cached for performance and there are several additional API methods added for common queries. ## Configuration