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

@@ -20,7 +20,7 @@ By default, wallets are created in the `wallets` folder of the data directory, w
| Operating System | Default wallet directory |
| -----------------|:------------------------------------------------------------|
| Linux | `/home/<user>/.bitcoin/wallets` |
| Windows | `C:\Users\<user>\AppData\Roaming\Bitcoin\wallets` |
| Windows | `C:\Users\<user>\AppData\Local\Bitcoin\wallets` |
| macOS | `/Users/<user>/Library/Application Support/Bitcoin/wallets` |
### 1.2 Encrypting the Wallet