aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2021-03-11 15:26:50 +0100
committerSjors Provoost <sjors@sprovoost.nl>2021-03-11 15:26:50 +0100
commit57ff5a42ab89c2774387b53248bbf5902de086b4 (patch)
tree6ff234cbfa5eb57ead16487a37a884cf798dd9ad
parent03308b2bfaef5cdf2337a1e8f63edf043d98a7c0 (diff)
downloadbitcoin-57ff5a42ab89c2774387b53248bbf5902de086b4.tar.xz
doc: specify minimum HWI version
-rw-r--r--doc/external-signer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/external-signer.md b/doc/external-signer.md
index c91ea9bab7..2b3b378bee 100644
--- a/doc/external-signer.md
+++ b/doc/external-signer.md
@@ -4,7 +4,7 @@ Bitcoin Core can be launched with `-signer=<cmd>` where `<cmd>` is an external t
## Example usage
-The following example is based on the [HWI](https://github.com/bitcoin-core/HWI) tool. Although this tool is hosted under the Bitcoin Core GitHub organization and maintained by Bitcoin Core developers, it should be used with caution. It is considered experimental and has far less review than Bitcoin Core itself. Be particularly careful when running tools such as these on a computer with private keys on it.
+The following example is based on the [HWI](https://github.com/bitcoin-core/HWI) tool. Version 2.0 or newer is required. Although this tool is hosted under the Bitcoin Core GitHub organization and maintained by Bitcoin Core developers, it should be used with caution. It is considered experimental and has far less review than Bitcoin Core itself. Be particularly careful when running tools such as these on a computer with private keys on it.
When using a hardware wallet, consult the manufacturer website for (alternative) software they recommend. As long as their software conforms to the standard below, it should be able to work with Bitcoin Core.