mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 15:52:06 +02:00
system: use %LOCALAPPDATA% as default datadir on windows
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user