Commit Graph

40 Commits

Author SHA1 Message Date
Marko Bencun
4e4455d2b2
add BitBox02 support 2020-08-26 17:54:52 +02:00
Martin Milata
991a14473d Update docs wrt Trezor T mixed input support 2020-08-20 12:55:23 +02:00
benk10
c8d9db693b Support Trezor and KeepKey toggle passphrase
Add `togglepassphrase` command which toggles the passphrase protection functionality for Trezor and KeepKey devices.
2020-04-15 11:33:26 +03:00
Andrew Chow
c9107b03c9 docs: Update documentation w.r.t multisig 2019-12-20 22:53:06 -05:00
Gregory Sanders
156b1ce6ec Make keypool the default, switch option to --nokeypool 2019-09-13 13:12:43 -04:00
Sjors Provoost
dc0181d2d7
Support Nano Ledger X 2019-08-29 18:53:29 +02:00
Andrew Chow
cc3ab8bb8d
Merge #211: Enable trezor and keepkey change detection for standard single key ouputs
3dd66bd094 Enable trezor and keepkey change detection for standard single key outputs (Andrew Chow)

Pull request description:

  Enable change detection for p2pkh, p2sh-p2wpk, and p2wpkh on the Trezor and Keepkey

  Fixes #170

ACKs for top commit:
  instagibbs:
    utACK 3dd66bd094

Tree-SHA512: 0a706be08e32de03a58be052ba5af1fa1e00577f733f01616f31e5c2b0a8a6e634d5c02145d60802a4bff1a9b82d20473a18a59ad3f78497773d99edc0c14f93
2019-08-20 14:06:41 -04:00
Andrew Chow
3dd66bd094 Enable trezor and keepkey change detection for standard single key outputs
Enable change detection for p2pkh, p2sh-p2wpk, and p2wpkh on the Trezor
and Keepkey
2019-08-19 17:21:23 -04:00
Gregory Sanders
984a5cb9b4 Update Core usage docs with new getkeypool API 2019-07-02 10:26:53 -04:00
Andrew Chow
7201300e92
Merge #161: Mention in Ledger doc that Bitcoin App needs to be running
90f5e32 Mention in Ledger doc that Bitcoin App needs to be running (Jonas Nick)

Pull request description:

ACKs for commit 90f5e3:
  achow101:
    ACK 90f5e32cc3

Tree-SHA512: 051d3e29f3e0d4e2e0ae4273d77fcd20e4adab66da5227438c6fd9972b6f1f0288d49c23dbf4d2efd51155c8bfdfa180dd8fee6fe3d04883ec39e4d09224a345
2019-04-29 13:15:44 -04:00
Jonas Nick
90f5e32cc3 Mention in Ledger doc that Bitcoin App needs to be running 2019-04-29 09:21:59 +00:00
Jonas Nick
483b589eeb Fix keypool refill instructions in docs 2019-04-29 09:02:50 +00:00
Roman Zeyde
9e826909cf
Fix last command format at examples.md 2019-04-20 20:38:16 +03:00
Gregory Sanders
f096c18478 Document how to handle binary format files from command line with bash example 2019-03-15 09:50:02 -04:00
Andrew Chow
d0ac6b9398
Merge #138: Update documentation and change name to Hardware Wallet Interface
376245a Update tests documentation with new tests (Andrew Chow)
0235baf List all command support (Andrew Chow)
7929692 Update Bitcoin Core usage docs to match current software behavior (Andrew Chow)
b7873ac Describe the other files in contrib/ (Andrew Chow)
fc33fc5 List additional dependencies (Andrew Chow)
5e42d3d Rename to Hardware Wallet Interface and describe it a bit more (Andrew Chow)

Pull request description:

  Updates the docs to reflect current behavior and describe the stuff that is currently in the repo.

  Also renames the project from Hardware Wallet Interaction scripts to Hardware Wallet Interface.

Tree-SHA512: b5bd81110ac6181011629c39dad3bbca1bfb2ddc05f5d190a9d91685c30de0d535c3d0e893b510638eb963adffe63db388a84a19a377fbb9ec820ce4aa2fc55f
2019-03-11 10:24:50 -04:00
Andrew Chow
0235baf377 List all command support 2019-03-09 01:17:05 -05:00
Andrew Chow
7929692c9d Update Bitcoin Core usage docs to match current software behavior 2019-03-09 01:17:05 -05:00
Andrew Chow
b99385c8e2 Add version number to __init__.py and docs to update that 2019-03-08 18:05:10 -05:00
Andrew Chow
77257a18da Add build scripts and documentation for building releases
Adds builds scripts that are used to build releases deterministically.
Also adds documentation that explains the release process and what
the build scripts do.
2019-03-08 00:17:33 -05:00
Andrew Chow
aac8243579 Update Bitcoin Core usage docs
Master has everything, all PRs have been merged into master
2019-02-15 14:54:52 -05:00
Andrew Chow
bd8840d58e Change links to bitcoin-core 2019-01-30 17:48:04 -05:00
Andrew Chow
50e72ade35 Update documentation for keepkey
All commands are implemented for the keepkey, so update the docs to
reflect that
2019-01-12 21:45:42 -05:00
Andrew Chow
cde7dfef41 Update documentation for Trezor 2019-01-09 12:47:56 -05:00
Andrew Chow
f3dcf95548 Update Coldcard docs for signmessage 2019-01-04 19:23:52 -05:00
Andrew Chow
0c6de407ff Update documentation to reflect displayaddress implementations 2019-01-04 19:22:23 -05:00
Andrew Chow
2c22bdc6a4
Merge #82: Add and implement device setup, wipe, restore, and backup commands for all devices
b88db63 Update documentation (Andrew Chow)
176e808 Show "Not Initialized" for unintialized devices (Andrew Chow)
88349f2 Implement setup, wipe, restore, and backup for Keepkey (Andrew Chow)
cc3a6ca Implement setup, wipe, restore. and backup for Digital Bitbox (Andrew Chow)
b9d179a Implement setup, wipe, restore, and backup for Trezor (Andrew Chow)
6641c24 Implement setup, wipe, restore, and backup for Coldcard with tests (Andrew Chow)
ca17a85 Implement setup, wipe, restore, and backup commands for Ledger (Andrew Chow)
0fd4608 Add backup command and device class methods for backing up (Andrew Chow)
22fff28 Add a restore command and device class restore method to devices (Andrew Chow)
67236e9 Add a wipe command (Andrew Chow)
8a0d36e Add setup command and update device class methods with arguments (Andrew Chow)

Pull request description:

  This PR adds the commands: `setup`, `wipe`, `restore`, and `backup` as well as implementations of them for all devices.

  For some devices, some of these commands are not supported and thus only an error is returned. For Trezor and Keepkey, these commands are interactive. This will be fixed in a future PR.

  The documentation has been updated to reflect these and other (displayaddress) changes.

Tree-SHA512: 61063efe4ac9101d0cc10d932a3227f84658575a07a5913baf62fbc94e6bac6a3aca1f95731980617fe127e04eb51f560f86b9aed11cabb69a2053a3bb8b460a
2019-01-04 19:20:52 -05:00
fivepiece
e02e70416b fixup bitcoin-core-usage.md
* fix "range" syntax
* add "watchonly" to the examples
2019-01-02 20:28:30 +02:00
Andrew Chow
b88db63075 Update documentation
Update device specific docs to include setup and wipe commands.

Updated the features table in the readme to reflect these changes
and other feature changes that have already occurred.
2018-12-29 17:01:58 -05:00
Riccardo Casatta
e36d4b2644
Update bitcoin-core-usage.md 2018-11-26 11:34:27 +01:00
Gregory Sanders
26c57b3323 rename options to desctiptor-matching ones 2018-11-16 10:28:54 -05:00
Andrew Chow
c1b1e08106 Add documentation for using HWI with Bitcoin Core 2018-11-10 00:57:48 -05:00
Jonathan Cross
621d2bfffd
Examples: Typos and simplification 2018-10-27 18:17:16 +02:00
Gabriele Domenichini
21e4122636 Added "Bitcoin Core", formatting and typos corrected. 2018-09-12 10:13:27 +02:00
gabridome
9f7c71c215
Merge branch 'master' into master 2018-09-11 12:38:59 +02:00
Gabriele Domenichini
6589a95a4c Errors corrected, repetitions reduced
There's now an explanation before the examples, so
it is not necessary to repeat it for each BIP.
2018-09-11 12:28:07 +02:00
Gabriele Domenichini
35c8d2e9ab Extracting xpubs from hwww and using them with Bitcoin Core 2018-09-10 18:32:50 +02:00
Gabriele Domenichini
5c29bedc07 Extracting xpubs from hwww and using them with Bitcoin Core 2018-09-07 20:22:56 +02:00
Andrew Chow
398427ea70 Update coldcard docs 2018-08-28 23:44:59 -04:00
Andrew Chow
ba96a47650 Add usage documentation 2018-08-24 23:14:35 -04:00
Andrew Chow
740492273c Add device specifc docs 2018-08-24 23:14:35 -04:00