What clients support escrow transactions apart from Blockchain's MyWallet?

7

5

By escrow transactions I mean basic 2 of 3 multi-signature transaction like here https://blockchain.info/wallet/escrow

Are there any other bitocoin clients where I can do this?

Alexey Kalmykov

Posted 2013-05-29T07:59:09.840

Reputation: 744

Note that MyWallet does not currently seem to support escrow transactions. Whilst the documentation you have linked to still exists, I cannot seem to initiate any escrow transactions on MyWallet, and I believe I've seen some statement to the effect that it was removed because it caused too much confusion.pyramids 2013-11-13T09:59:28.433

How important is this feature for you? The main reason I haven't written a Bitcoin client myself yet is my impression that the market was saturated with existing solutions. But the apparent lack of good options makes me wonder if I should reconsider...pyramids 2013-11-13T10:52:11.663

Answers

4

Electrum allows to escrow transaction but requires you to use the command line interface.

I found this gist explaining how to do it.

nolith

Posted 2013-05-29T07:59:09.840

Reputation: 191

The same appears to be true for the reference client (see ryepdx's answer). But in either case it seems rather spartanic, more like using an API (and programming a bit oneself!) than what I'd expect in user experience even from a non-GUI client. Is there any client that has proper support for it, with something that could be called a user experience rather than being a feed-the-output-back-in-several times programming-like exercise?pyramids 2013-11-13T17:25:53.820

1

Not exactly a duplicate of this question, so I'm not marking it as such, but I think that question does answer yours. In a nutshell, the Bitcoin reference client can do this. You have to use the command line or JSON-RPC, though. Gavin Andresen wrote a script for it.

ryepdx

Posted 2013-05-29T07:59:09.840

Reputation: 129

0

Here are a couple options available to you. I am not associated with any of these sites and would recommend you do your research before proceeding with any of them. Providing any said research to other readers would be helpful for the community.

BTCrow (btcrow.com/‎)

BitMit (https://www.bitmit.net/)

BitCoin Escrow (http://thebitcoinescrow.com/)

FlipBit (http://flipbit.com/)

Cheers!

Kevin Meehan

Posted 2013-05-29T07:59:09.840

Reputation: 124

7Thanks but I'm looking for a client which can do mutlisig transactions for escrow, without any specific thirdparty escrow service.Alexey Kalmykov 2013-05-29T21:58:32.873