Skip to content

Commit a9c2482

Browse files
author
Simon Goldberg
committed
update readme formatting
1 parent 2734a5a commit a9c2482

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
@@ -117,7 +117,7 @@ export BTC_RPC_AUTH=$(aws secretsmanager get-secret-value --secret-id bitcoin_rp
117117
```
118118

119119
#### Single node RPC Call using credentials
120-
To make an RPC call to a single Bitcoin node, use the following command. Replace [Bitcoin-Node-Private-IP] with the actual private IP address of your Bitcoin node:
120+
To make an RPC call to a single Bitcoin node, use the following command. Replace `[Bitcoin-Node-Private-IP]` with the actual private IP address of your Bitcoin node:
121121

122122
```
123123
curl --user "$BTC_RPC_AUTH" \
@@ -127,7 +127,7 @@ curl --user "$BTC_RPC_AUTH" \
127127

128128
#### High Availability (HA) RPC Call using credentials
129129

130-
For high availability setups utilizing an Application Load Balancer (ALB), use the following command. Replace [Load-Balancer-DNS-Name] with your ALB's DNS name:
130+
For high availability setups utilizing an Application Load Balancer (ALB), use the following command. Replace `[Load-Balancer-DNS-Name]` with your ALB's DNS name:
131131

132132
```
133133
curl --user "$BTC_RPC_AUTH" \
@@ -269,7 +269,7 @@ This will update the value of your credentials in Secrets Manager.
269269

270270
**Replacing the Credentials and Restarting the Node to Apply Updates**
271271

272-
- Replace the old `rpcauth` value from the `bitcoin.conf` file with the new one. Make sure that you change the placeholder value for [new rpcauth string with escape char]:
272+
- Replace the old `rpcauth` value from the `bitcoin.conf` file with the new one. Make sure that you change the placeholder value for `[new rpcauth string with escape char]`:
273273

274274
```
275275
sudo docker exec -it bitcoind sh -c "sed -i 's/^rpcauth=.*/rpcauth=[new rpcauth string with escape char]/' /root/.bitcoin/bitcoin.conf"

0 commit comments

Comments
 (0)