mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
506 B
9 lines
506 B
6 years ago
|
Miscellaneous RPC changes
|
||
|
------------
|
||
|
|
||
|
- The RPC `createwallet` now has an optional `blank` argument that can be used to create a blank wallet.
|
||
|
Blank wallets do not have any keys or HD seed.
|
||
|
They cannot be opened in software older than 0.18.
|
||
|
Once a blank wallet has a HD seed set (by using `sethdseed`) or private keys, scripts, addresses, and other watch only things have been imported, the wallet is no longer blank and can be opened in 0.17.x.
|
||
|
Encrypting a blank wallet will also set a HD seed for it.
|