0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-01 09:35:52 -05:00

Compare commits

...

2 commits

Author SHA1 Message Date
cobratbq
3cf12b040c
Merge cca20be8f1 into 8fa10edcd1 2025-01-31 02:39:21 +01:00
Danny van Heumen
cca20be8f1 doc: external-signer, createwallet RPC call requires eight argument
The eight argument 'true' is necessary to invoke the external signer upon
creating the wallet. The parameter defaults to 'false' otherwise.
2024-08-23 00:42:19 +02:00

View file

@ -37,7 +37,7 @@ The master key fingerprint is used to identify a device.
Create a wallet, this automatically imports the public keys:
```sh
$ bitcoin-cli createwallet "hww" true true "" true true true
$ bitcoin-cli -named createwallet wallet_name="hww" disable_private_keys=true passphrase="" descriptors=true external_signer=true
```
### Verify an address