Bitcoin Forum
June 18, 2025, 08:50:17 PM *
News: Pizza day contest voting
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Multi signature scrow system. Help Please!  (Read 620 times)
Barrack Obama (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 31, 2014, 03:21:53 PM
 #1

Hello guys,

I am in the works of creating a bitcoin auction site.

I'm having a lot of trouble understanding how to make a multi signature escrow system.

Heres what Im looking for:

When a user wants to purchase item he has to pay 1% commision fee then he sends his bitcoins to a escrow address. I want there to be 3 possible signatures, with two being enough to send the payment through to the vendor.

The buyer gets 1 signature, the vendor gets 1 signature, and we get 1 signature.

Are there wallets that support this?

Does a system like this already exist?

Would anyone be interested in building one, or explaining to me how to do it for some Bitcoins?

Appreciate it!
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1030


Sine secretum non libertas


View Profile
February 01, 2014, 06:46:18 AM
 #2

http://www.bitrated.com

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 295


View Profile
February 01, 2014, 09:30:06 AM
 #3

Only bitcoind/qt. Electrum supports paying to them, but does not support signing. Best thing you can do is train your customers to use https://coinb.in/multisig - which handles keypair generation and signing. It's a very nice tool. I've tested it out, it's useful as once you pay to the multisig address, you can do all the rest in your browser without messing with the bitcoin client any more, since all you need to do is sign, which is stateless and doesn't depend on the blockchain.

If you want to try implement a multisig system, I've written a basic one in PHP. https://github.com/Bit-Wasp/multisig

Bitwasp Developer.
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!