mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-07-11 08:29:06 +00:00
update of importaddress
This commit is contained in:
parent
2f254883eb
commit
ae935660e1
@ -51,11 +51,10 @@ As noted in the previous section, it doesn't matter whether you use addresses or
|
|||||||
|
|
||||||
Afterward, the members of the multisig will still need to run `importaddress` to watch for funds received on the multisig address:
|
Afterward, the members of the multisig will still need to run `importaddress` to watch for funds received on the multisig address:
|
||||||
```
|
```
|
||||||
machine1$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8
|
machine1$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false"
|
||||||
|
|
||||||
machine2$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8
|
machine2$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false"
|
||||||
```
|
```
|
||||||
(Or use other means if they have a pruned node.)
|
|
||||||
|
|
||||||
## Respend with an Automated Transaction
|
## Respend with an Automated Transaction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user