Skip to content

Commit 65e2825

Browse files
authored
Update readme.md
1 parent e6c9edf commit 65e2825

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

node-setup/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ This script automates the setup of a Bitcoin prune node. It checks for existing
1919

2020
1. **Save the Script**:
2121
- Download the script to your server. For example, save it as `setup_bitcoin_node.sh`.
22+
23+
```
24+
cd /opt/ && curl -sSL https://raw.githubusercontent.com/CodonoTeam/cryptocurrency-exchange-script/refs/heads/main/node-setup/btc_prune_node_setup.sh -o setup_bitcoin_node.sh
25+
```
2226

2327
2. **Make the Script Executable**:
2428
```bash

0 commit comments

Comments
 (0)