I found under the mainnet, the command "listunspent" can list the multi-sig address. but under testnet, "listunspent" only list the normal address.
multi-sig address can not be listed by "listunspent" in testnet envirement #4375
issue johnsondiao opened this issue on June 21, 2014-
johnsondiao commented at 5:20 AM on June 21, 2014: none
-
jgarzik commented at 5:29 AM on June 21, 2014: contributor
multi-sig is complicated. The wallet can only be assured that "you" may spend a transaction if it knows all necessary keys to spend.
-
johnsondiao commented at 8:53 AM on June 21, 2014: none
Thank you for your reply. If I want to know how much money in the multi-sig address, and the txid of a multi-sig address, which API can help me ?
-
laanwj commented at 10:30 AM on June 21, 2014: member
@johnsondiao you could use the watch-only functionality in #4045, it's meant for this use case
- laanwj closed this on Jul 31, 2014
- bitcoin locked this on Sep 8, 2021
Contributors