mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 23:47:17 +02:00
system: use %LOCALAPPDATA% as default datadir on windows
This commit is contained in:
@@ -28,7 +28,7 @@ Platform | Data directory path
|
||||
---------|--------------------
|
||||
Linux | `$HOME/.bitcoin/`
|
||||
macOS | `$HOME/Library/Application Support/Bitcoin/`
|
||||
Windows | `%APPDATA%\Bitcoin\` <sup>[\[1\]](#note1)</sup>
|
||||
Windows | `%LOCALAPPDATA%\Bitcoin\` <sup>[\[1\]](#note1)</sup>
|
||||
|
||||
2. A custom data directory path can be specified with the `-datadir` option.
|
||||
|
||||
|
Reference in New Issue
Block a user