You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
121
121
122
122
```
123
123
curl --user "$BTC_RPC_AUTH" \
@@ -127,7 +127,7 @@ curl --user "$BTC_RPC_AUTH" \
127
127
128
128
#### High Availability (HA) RPC Call using credentials
129
129
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:
131
131
132
132
```
133
133
curl --user "$BTC_RPC_AUTH" \
@@ -269,7 +269,7 @@ This will update the value of your credentials in Secrets Manager.
269
269
270
270
**Replacing the Credentials and Restarting the Node to Apply Updates**
271
271
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]`:
273
273
274
274
```
275
275
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