Skip to content

Commit 210d050

Browse files
authored
Add clean up instructions
Signed-off-by: racket2000 <[email protected]>
1 parent ec039e6 commit 210d050

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lib/bitcoin-core/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,20 @@ Keep your node healthy by monitoring logs and configurations:
324324
- Regularly rotate secrets and always remove old `rpcauth` entries before restarting the node.
325325
- Use **CloudWatch** to monitor node performance and detect issues promptly.
326326

327+
---
328+
329+
### Cleaning up
330+
To destroy the single node and HA configurations, you can run the following commands:
331+
332+
```
333+
#Delete Single Node Infra
334+
cdk destroy SingleNodeBitcoinCoreStack
335+
336+
#Delete HA Infra
337+
cdk destroy HABitcoinCoreNodeStack
338+
```
339+
340+
327341
---
328342

329343
### Conclusion

0 commit comments

Comments
 (0)