Created
April 18, 2018 13:45
-
-
Save helderjnpinto/bd71bd8ca00b6c8804dad176b9e8174d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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