system: use %LOCALAPPDATA% as default datadir on windows

This commit is contained in:
Matthew Zipkin
2023-02-08 13:23:28 -05:00
parent 312f54278f
commit 855dd8d592
4 changed files with 12 additions and 5 deletions

View File

@@ -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.