From 345378fbdd79b6c9adfa81dae6e60e3756c3df10 Mon Sep 17 00:00:00 2001 From: Jon Layton Date: Thu, 19 Apr 2018 16:02:17 -0500 Subject: [PATCH] v0.0.1 --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b381463..a8b1a35 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ -# bitcore-install +# bitcore-install - v0.0.1 ### Vendor backend samples for BTCP (Javascript, Bitcore) -Run any one of these in a fresh Ubuntu VM to get started. +Run any one of these in a fresh Ubuntu VM to get started: -`btcp_store_demo.sh` - Creates a bitcore fullnode configured for `store-demo`, as well as block explorer + api +#### `btcp_store_demo.sh` +- Creates a bitcore fullnode configured for `store-demo`, as well as block explorer + api +- **Public AMI:** BTCP-store-demo -`btcp_explorer_demo.sh` - Creates a bitcore fullnode configured for block explorer + api (`insight-ui-btcp` and `insight-api-btcp`) +#### `btcp_explorer_demo.sh` +- Creates a bitcore fullnode configured for block explorer + api (`insight-ui-btcp` and `insight-api-btcp`) -`btcp_fetch_wallet.sh` - Acquires `btcpd` and `btcp-cli`, by either fetching the [source on the explorer-btcp branch](https://github.com/BTCPrivate/BitcoinPrivate/tree/explorer-btcp) and building, or downloading the corresponding release binaries +#### `btcp_fetch_wallet.sh` +- Acquires `btcpd` and `btcp-cli` by either downloading the [latest indexing-enabled binaries](https://github.com/BTCPrivate/BitcoinPrivate/releases/tag/v1.0.11-d3905b0), or by fetching the [source on the explorer-btcp branch](https://github.com/BTCPrivate/BitcoinPrivate/tree/explorer-btcp) and building # Related Repos