Skip to content

Commit 7cf4620

Browse files
authored
Update README.md
Signed-off-by: racket2000 <[email protected]>
1 parent bb00a03 commit 7cf4620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/bitcoin-core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ npx cdk deploy HABitcoinCoreNodeStack
7575
By deploying as an **outbound-only node**, data transfer costs are significantly reduced since the node does not serve blockchain data to external peers. With its outbound connections, the node(s) are able to maintain full blockchain synchronization.
7676

7777
---
78-
### Accessing and Using RPC with a Single Node Bitcoin Core Instance
78+
### Accessing and Using bitcoin-cli on a Bitcoin Core Instance
7979

8080
To interact with your Bitcoin Core instance, you'll need to use AWS Systems Manager, as direct SSH access is not available.
8181

@@ -104,9 +104,9 @@ sudo docker exec -it bitcoind bitcoin-cli getblockchaininfo
104104
- You can use similar commands to execute other RPC methods supported by Bitcoin Core.
105105

106106
---
107-
### Secure RPC with AWS Secrets Manager
107+
### Secure RPC Access with AWS Secrets Manager
108108

109-
To securely interact with the Bitcoin Core RPC endpoint from a private subnet within your isolated VPC environment, AWS Secrets Manager is leveraged for credential storage and retrieval.
109+
For a client to securely interact with the Bitcoin Core RPC endpoint from a private subnet within your isolated VPC environment, AWS Secrets Manager is leveraged for credential storage and retrieval.
110110

111111
**Important**: Ensure that you execute the following commands from within a private subnet in the Bitcoin Core Node VPC. A VPC CloudShell environment is suitable for testing purposes.
112112

0 commit comments

Comments
 (0)