Skip to content

Instantly share code, notes, and snippets.

@helderjnpinto
Created April 18, 2018 13:45
Show Gist options
  • Save helderjnpinto/bd71bd8ca00b6c8804dad176b9e8174d to your computer and use it in GitHub Desktop.
Save helderjnpinto/bd71bd8ca00b6c8804dad176b9e8174d to your computer and use it in GitHub Desktop.
geth (used in the Ethereum Wallet) saves its internal states for the main network in the chaindata directory. You can find it in the:
~/.ethereum on Linux
~/Library/Ethereum on OS X
~/AppData/Roaming/Ethereum on Windows
In these directories, there are:
chaindata: production blockchain
testnet: test blockchain
keystore: your keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment