Skip to content

Instantly share code, notes, and snippets.

@AtHeartEngineer
Created July 23, 2021 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AtHeartEngineer/3c621b6a6a1bbe05cee407be4684344b to your computer and use it in GitHub Desktop.
Save AtHeartEngineer/3c621b6a6a1bbe05cee407be4684344b to your computer and use it in GitHub Desktop.
Geth pruning
#!/usr/bin/env bash
# RUN AS SUDO
systemctl stop geth &&
sudo -u geth geth --datadir /my/data/dir snapshot prune-state &&
systemctl start geth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment