From 8061a1909fbded5fed576d491fb860d6a49fa1b8 Mon Sep 17 00:00:00 2001 From: Gun Gun Febrianza Date: Sun, 20 Mar 2022 18:15:02 +0700 Subject: [PATCH] Fix Data Directory Location (#24566) After looking into the newest geth version and installed geth on my windows os, i found the location of data directory is on : %LOCALAPPDATA%\Ethereum not %APPDATA%\Ethereum --- docs/_install-and-build/Backup--restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_install-and-build/Backup--restore.md b/docs/_install-and-build/Backup--restore.md index 7a6eed0d79..6d038572d1 100644 --- a/docs/_install-and-build/Backup--restore.md +++ b/docs/_install-and-build/Backup--restore.md @@ -12,7 +12,7 @@ directory locations are platform specific: * Mac: `~/Library/Ethereum` * Linux: `~/.ethereum` -* Windows: `%APPDATA%\Ethereum` +* Windows: `%LOCALAPPDATA%\Ethereum` Accounts are stored in the `keystore` subdirectory. The contents of this directories should be transportable between nodes, platforms, implementations (C++, Go, Python).