Bitcoin Forum
May 04, 2024, 09:19:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: (Bounty) SPEND the funds sent in that 2-of-3 transaction  (Read 1471 times)
Andrew Vorobyov (OP)
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
May 18, 2012, 07:11:56 AM
 #1

If you want to then SPEND the funds sent in that 2-of-3 transaction... that isn't implemented yet

It kind of sucks... I thought it is already done... Can somebody slap RPC call for this??

$100 USD Bounty for this.
1714814387
Hero Member
*
Offline Offline

Posts: 1714814387

View Profile Personal Message (Offline)

Ignore
1714814387
Reply with quote  #2

1714814387
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Pieter Wuille
Legendary
*
qt
Offline Offline

Activity: 1072
Merit: 1174


View Profile WWW
May 19, 2012, 10:38:44 AM
 #2

Spending funds from a 2-of-3 transactions works just fine, assuming all keys are available in a single wallet.

The problem is that obviously you do not want to require having all keys in one place - that would defeat the purpose. In what follows, a signature negotiation protocol (a la BIP10) will probably be suggested/implemented. The problem is not really the signing, it is rather communicating and coordinating among different wallets that requires an infrastructure that doesn't exist yet.

I do Bitcoin stuff.
Andrew Vorobyov (OP)
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
May 19, 2012, 10:52:44 AM
 #3

Let's say we have multi signature transaction.

How can sign through RPC transaction that moves money from multi signature one into some address?

mb300sd
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000

Drunk Posts


View Profile WWW
May 19, 2012, 04:42:41 PM
 #4

For now, use a different private key for each multisig transaction, import the key when your ready to spend.

1D7FJWRzeKa4SLmTznd3JpeNU13L1ErEco
Andrew Vorobyov (OP)
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
May 19, 2012, 05:01:29 PM
 #5

For now, use a different private key for each multisig transaction, import the key when your ready to spend.

Genius!!!
cbeast
Donator
Legendary
*
Offline Offline

Activity: 1736
Merit: 1006

Let's talk governance, lipstick, and pigs.


View Profile
May 19, 2012, 08:50:50 PM
 #6

For now, use a different private key for each multisig transaction, import the key when your ready to spend.

Genius!!!
It's probably a good idea to get a product out there with this capability just to show it can be done.

Any significantly advanced cryptocurrency is indistinguishable from Ponzi Tulips.
Andrew Vorobyov (OP)
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
May 19, 2012, 09:08:55 PM
 #7

It's probably a good idea to get a product out there with this capability just to show it can be done.

Come on... do it
cbeast
Donator
Legendary
*
Offline Offline

Activity: 1736
Merit: 1006

Let's talk governance, lipstick, and pigs.


View Profile
May 19, 2012, 09:49:23 PM
 #8

It's probably a good idea to get a product out there with this capability just to show it can be done.

Come on... do it
Could not an online wallet be configured to perform such a transaction?

Any significantly advanced cryptocurrency is indistinguishable from Ponzi Tulips.
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
May 19, 2012, 09:57:52 PM
 #9

It's probably a good idea to get a product out there with this capability just to show it can be done.

Come on... do it
Could not an online wallet be configured to perform such a transaction?

That's what I was thinking.  Even better, if we had a
Code:
bitcoind signfile filename.trans <address>
rpc command, the online wallet wouldn't have to hold the keys.  The wallet could just allows each user needing to sign to download the transaction in plaintext, run the command, and upload the result.  I don't know if they need to nest their signatures in a specific order or each sign the raw transaction, but the order could be enforced by the server if necessary.

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
Andrew Vorobyov (OP)
Hero Member
*****
Offline Offline

Activity: 558
Merit: 500



View Profile
May 20, 2012, 06:56:28 AM
 #10

No way this will be part of bitcoind. But it can be stand alone program with open source code.

Come on people, we have bounty for this.
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!