Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Feb 3, 2024
1 parent 3d81b07 commit b72949f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/full-node/full-node-more.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ Here are the steps to prune the Alephium full node:
### Using Jar File

1. Make sure the Alephium full node is stopped
2. Download `alephium-tools-2.6.1.jar` from https://github.com/alephium/alephium/releases/tag/v2.6.1
2. Download `alephium-tools-x.y.z.jar` from https://github.com/alephium/alephium/releases
3. If you changed the default Alephium home directory, set the the `ALEPHIUM_HOME` environment variable
4. Run the following command `java -cp alephium-tools-2.6.1.jar org.alephium.tools.PruneStorage` to start pruning
4. Run the following command `java -cp alephium-tools-x.y.z.jar org.alephium.tools.PruneStorage` to start pruning
5. Wait until the command finishes execution, the disk space should be reduced to around 20 GB
6. Restart the Alephium full node

### Using Docker

1. Make sure the Alephium full node is stopped
2. Run the following command `docker run -it -v ${YOUR_ALEPHIUM_HOME}:/alephium-home/.alephium alephium/alephium-tools:2.6.1 org.alephium.tools.PruneStorage`
2. Run the following command `docker run -it -v ${YOUR_ALEPHIUM_HOME}:/alephium-home/.alephium alephium/alephium-tools:x.y.z org.alephium.tools.PruneStorage`
3. Wait until the command finishes execution, the disk space should be reduced to around 20 GB
4. Restart the Alephium full node
4. Restart the Alephium full node

0 comments on commit b72949f

Please sign in to comment.