mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
Update 03_5_Understanding_the_Descriptor.md
Clarified remote machine, per keblek
This commit is contained in:
parent
f65697f668
commit
00ee0f08bd
@ -112,7 +112,7 @@ You'll note it loops back to the address we started with (as it should).
|
||||
|
||||
## Import a Desciptor
|
||||
|
||||
But, the really important thing about a descriptor is that you can take it to another machine and import it. This is done with the `importmulti` RPC using the `desc` option:
|
||||
But, the really important thing about a descriptor is that you can take it to another (remote) machine and import it. This is done with the `importmulti` RPC using the `desc` option:
|
||||
```
|
||||
remote$ bitcoin-cli importmulti '[{"desc": "pkh([d6043800/0'"'"'/0'"'"'/18'"'"']03efdee34c0009fd175f3b20b5e5a5517fd5d16746f2e635b44617adafeaebc388)#4ahsl9pk", "timestamp": "now", "watchonly": true}]'
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user