Skip to content

Commit a707c89

Browse files
author
Simon Goldberg
committed
update readme
1 parent 79d8e70 commit a707c89

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

lib/bitcoin-core/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,22 @@ This guide walks you through deploying a Bitcoin Core mainnet node in a **Virtua
1414

1515
#### Cloning the Repository
1616

17-
First, clone the repository from GitHub to get the necessary files and configurations:
17+
First, clone the repository and install the dependencies:
1818

1919
```
2020
git clone https://github.com/aws-samples/aws-blockchain-node-runners.git
21-
cd aws-blockchain-node-runners/lib/bitcoin-core
22-
```
23-
24-
#### Installing Dependencies
25-
26-
Make sure you have AWS CLI installed and configured. Run the following to install any additional dependencies:
27-
28-
```
21+
cd aws-blockchain-node-runners
2922
npm install
3023
```
3124

25+
Before proceeding, ensure you have the AWS CLI installed and configured.
26+
3227
### Configuration Management - Generating RPC Authentication
3328

3429
To interact with the Bitcoin Core RPC endpoint within your isolated VPC environment, run the following command before deploying the Bitcoin Node via CDK:
3530

3631
```
32+
cd aws-blockchain-node-runners/lib/bitcoin-core
3733
node generateRPCAuth.js
3834
```
3935

0 commit comments

Comments
 (0)