forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Backup & restore
Taylor Gerring edited this page May 15, 2015
·
15 revisions
Default storage locations:
- Mac:
~/Library/Ethereum
- Linux:
~/.ethereum
- Windows:
~/AppData/Roaming/Ethereum"
Accounts are stored in the keystore
subdirectory. The contents of this directory should be transportable between platforms, but is specific to the Go implementation.
To configure the location of Geth's files, the --datadir
parameter can be specified. See CLI Options for more details.
Note: The mining DAG is stored at ~/.ethash so that it can be reused by all clients. You can store this in a different location by using a symbolic link.