Bitcoin Forum
May 07, 2024, 02:25:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Multisig Listunspent not showing  (Read 1495 times)
dave111223 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1001


View Profile WWW
June 20, 2014, 07:35:40 AM
Last edit: June 20, 2014, 07:53:52 AM by dave111223
 #1

I'm just starting to play around with multisig and I'm having an issue with listunspent not showing the multisig addresses (using Bitcoin Core 0.9.2)

Setup: 1 online machine (with full blockchain) and 1 offline machine.

Steps taken:

1) On each machine generate an address ('getnewaddress')

2) On each machine also get the pubkey for the address via validateaddress (and backup the private keys)

3) On the online machine do "addmultisigaddress" for a 2-of-2 with both pubkeys
Code:
bitcoin-cli addmultisigaddress 2 '["pubkey1","pubkey2"]'

4) On the online machine do "createmultisig"
Code:
bitcoin-cli createmultisig 2 '["pubkey1","pubkey2"]'

5) From another (unrelated) machine send some coins to the newly created multisig address

6) The coins show up in blockchain.info, but in listtransactions and listunspent on the online machine it does not list the transaction?

I was reading that in order for the multisig address to show in the unspent list then all the private keys need to be available for the multisig address...but this makes no sense as it would negate the point on the multisig address if you have the private keys stored together.
1715048702
Hero Member
*
Offline Offline

Posts: 1715048702

View Profile Personal Message (Offline)

Ignore
1715048702
Reply with quote  #2

1715048702
Report to moderator
1715048702
Hero Member
*
Offline Offline

Posts: 1715048702

View Profile Personal Message (Offline)

Ignore
1715048702
Reply with quote  #2

1715048702
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715048702
Hero Member
*
Offline Offline

Posts: 1715048702

View Profile Personal Message (Offline)

Ignore
1715048702
Reply with quote  #2

1715048702
Report to moderator
Oldminer
Legendary
*
Offline Offline

Activity: 1022
Merit: 1001



View Profile
September 13, 2014, 04:55:23 AM
 #2

I'm just starting to play around with multisig and I'm having an issue with listunspent not showing the multisig addresses (using Bitcoin Core 0.9.2)

Setup: 1 online machine (with full blockchain) and 1 offline machine.

Steps taken:

1) On each machine generate an address ('getnewaddress')

2) On each machine also get the pubkey for the address via validateaddress (and backup the private keys)

3) On the online machine do "addmultisigaddress" for a 2-of-2 with both pubkeys
Code:
bitcoin-cli addmultisigaddress 2 '["pubkey1","pubkey2"]'

4) On the online machine do "createmultisig"
Code:
bitcoin-cli createmultisig 2 '["pubkey1","pubkey2"]'

5) From another (unrelated) machine send some coins to the newly created multisig address

6) The coins show up in blockchain.info, but in listtransactions and listunspent on the online machine it does not list the transaction?

I was reading that in order for the multisig address to show in the unspent list then all the private keys need to be available for the multisig address...but this makes no sense as it would negate the point on the multisig address if you have the private keys stored together.

Did you ever figure this one out  Huh

If you like my post please feel free to give me some positive rep https://bitcointalk.org/index.php?action=trust;u=18639
Tip me BTC: 1FBmoYijXVizfYk25CpiN8Eds9J6YiRDaX
dave111223 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1001


View Profile WWW
September 13, 2014, 05:32:38 AM
 #3

Nope
amirza
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 10, 2015, 09:29:16 AM
 #4

listunspent only provides the transactions which can be spent using this wallet.
Unfortunately, this makes it a bit useless for multisigs...

see https://bitcointalk.org/index.php?topic=245261.0
dave111223 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1001


View Profile WWW
January 10, 2015, 10:37:18 AM
 #5

Actually Bitcoin Core 0.10 now provides the ability to add multisig addresses as "watch-only" via the "importaddress" command.

This is a great addition (thanks core devs).  Once you have imported a multisig addresses the unspent outputs will show in the "listunspent" with an "spendable: false" tag.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!