Commit Graph

28 Commits

Author SHA1 Message Date
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