Bitcoin Forum
May 22, 2024, 10:33:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Crowd Funding Via BTC  (Read 859 times)
athomas1 (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 28, 2014, 06:19:02 AM
 #1

I have been trying to search for an answer to my question but have been unable to find one. I may not be using the proper search criteria so forgive me if this has been answered before.

Is it possible to create a transaction where in multiple people can send funds to an address but those funds are not released to the address until a set number of funds are received, but those funds are also not available to be double spent e.g. the funds have transferred to the holding address. I'm not sure if I'm explaining correctly so ill try to make a chart. Does this already have a name?  I am curious about it for crowd funding.

Sender's BTC                                    Purgatory                                      Received BTC

BTC 1 -------------------|The BTC are sent to an address,             |
BTC 2 -------------------| and are effectively in limbo,neither party  |
BTC 3 -------------------| can access them or spend them             |
                                      until 4 BTC are sent to the                    |---------> 4BTC released to use able address
                                      address and then they are released        |

BTC 4 -------------------|                                                        |


Also, ideally you can set purgatory up to expire at a given time and if incomplete simply send the BTC back to original senders.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
April 28, 2014, 06:55:46 AM
 #2

The way I understand it, you are looking for multisignature adresses. This old thread might be a start.

 https://bitcointalk.org/index.php?topic=82213.0


Afaik they dont allow a timer, but you can set them up for n-m. As in n of m have to sign to get the coins somewhere else.

Hope this helps, your table is a bit broken on my phone Wink

Im not really here, its just your imagination.
athomas1 (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 28, 2014, 04:54:39 PM
 #3

Thanks for the link, My understanding is that I can do this with one transaction from one wallet. I was more interested in multiple bitcoins coming from multiple wallets and going into one wallet. Is there any work on that being done? or am I misunderstanding multi signature transactions?
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
April 28, 2014, 05:45:11 PM
 #4

multisignature addresses require multiple parties to sign in order to spend the coins. you can use this in conjunction with an escrow to ensure that the funds only gets sent to you if the funding requirements are met, and if they're not, the senders are refunded.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
April 28, 2014, 05:45:59 PM
 #5

Thanks for the link, My understanding is that I can do this with one transaction from one wallet. I was more interested in multiple bitcoins coming from multiple wallets and going into one wallet. Is there any work on that being done? or am I misunderstanding multi signature transactions?

The way it works is (still by hand afaik) that you make a new multi signature address.
https://en.bitcoin.it/wiki/Address#Multi-signature_addresses

There is a open source code here https://bitcointalk.org/index.php?topic=390046

Than you put as much coins on that address (they start with 3 not with 1) as you want.

Now when you want to spend it, you will have to use "signrawtransaction" to sign as many as you can. The next person does the same and so on until all that are needed are signed. E.g. 2 of 3. only then the money will be transfered to someone else.

https://gist.github.com/gavinandresen/2839617

Best to try it with tiny amounts (if you must) or on the testnet first (probably better).

Im not really here, its just your imagination.
firstlast
Full Member
***
Offline Offline

Activity: 159
Merit: 100



View Profile
April 29, 2014, 12:53:05 AM
 #6

Assurance contracts can handle crowd funding, described here https://en.bitcoin.it/wiki/Contracts#Example_3:_Assurance_contracts, but I don't know if this has been implemented in code yet.

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!