mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
document use of asb export-bitcoin-wallet (#1280)
* document use of asb export-bitcoin-wallet Add to the `asb` document @delta1's text on exporting the Bitcoin wallet descriptor and importing the descriptor into Sparrow Wallet. TODO: maybe it would make sense to add the images to Git, instead of linking to files on Github? * bring asb/README.md into compliance with dprint * update bullet point formatting in asb/README.md * run * add images to git --------- Co-authored-by: icyfestive <> Co-authored-by: Byron Hambly <byron@hambly.dev>
This commit is contained in:
parent
0b5a26a5e8
commit
8d8c938a94
@ -164,3 +164,38 @@ May 01 01:32:05.018 INFO Tor found. Setting up hidden service.
|
|||||||
May 01 01:32:07.475 INFO /onion3/z4findrdwtfbpoq64ayjtmxvr52vvxnsynerlenlfkmm52dqxsl4deyd:9939
|
May 01 01:32:07.475 INFO /onion3/z4findrdwtfbpoq64ayjtmxvr52vvxnsynerlenlfkmm52dqxsl4deyd:9939
|
||||||
May 01 01:32:07.476 INFO /onion3/z4findrdwtfbpoq64ayjtmxvr52vvxnsynerlenlfkmm52dqxsl4deyd:9940
|
May 01 01:32:07.476 INFO /onion3/z4findrdwtfbpoq64ayjtmxvr52vvxnsynerlenlfkmm52dqxsl4deyd:9940
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Exporting the Bitcoin wallet descriptor
|
||||||
|
|
||||||
|
First use `swap` or `asb` with the `export-bitcoin-wallet` subcommand.
|
||||||
|
|
||||||
|
Output example:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{"descriptor":"wpkh(tprv8Zgredacted.../84'/1'/0'/0/*)","blockheight":2415616,"label":"asb-testnet"}
|
||||||
|
```
|
||||||
|
|
||||||
|
The wallet can theoretically be directly imported into
|
||||||
|
[bdk-cli](https://bitcoindevkit.org/bdk-cli/installation/) but it is easier to
|
||||||
|
use Sparrow Wallet.
|
||||||
|
|
||||||
|
Sparrow wallet import works as follows:
|
||||||
|
|
||||||
|
- File -> New wallet -> Give it a name
|
||||||
|
- Select "New or Imported Software Wallet"
|
||||||
|
- Click "Enter Private Key" for "Master Private Key (BIP32)"
|
||||||
|
- Enter the `xprv...` or `tprv...` part of the descriptor (example above is `tprv8Zgredacted...`:
|
||||||
|
|
||||||
|
![image](enter-master-private-key.png)
|
||||||
|
|
||||||
|
- Click "Import"
|
||||||
|
- Leave the derivation path as `m/84'/0'/0'` and click "Import Keystore" button
|
||||||
|
- Click "Apply" and then supply password
|
||||||
|
|
||||||
|
![image](import-keystore.png)
|
||||||
|
|
||||||
|
- Click Transactions tab
|
||||||
|
- ???
|
||||||
|
- Profit!
|
||||||
|
|
||||||
|
![image](transactions-tab.png)
|
||||||
|
BIN
docs/asb/enter-master-private-key.png
Normal file
BIN
docs/asb/enter-master-private-key.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
docs/asb/import-keystore.png
Normal file
BIN
docs/asb/import-keystore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 KiB |
BIN
docs/asb/transactions-tab.png
Normal file
BIN
docs/asb/transactions-tab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
Loading…
Reference in New Issue
Block a user