Resources for multisignature transactions?

3

I am interested in using multisignature transactions to secure my company's coins and I'm wondering what tools are available right now for use with multisignature transactions? I'm especially interested in solutions that work on keys distributed between multiple wallets (no single wallet holds all the keys) and are not currency specific (would work just as well for Bitcoin as for Litecoin or other coins).

I know that the standard bitcoind API is lacking in multisignature support due to this bug.

ThePiachu

Posted 2014-02-26T21:57:51.520

Reputation: 41 594

bitrated.com has a nice implementation of them.user13413 2014-02-27T02:10:45.587

wow, that's a really bad multisig implementation. just sayin – None – 2014-02-27T03:09:52.790

Answers

1

blocktrail has a 2of3 HD Multisig Wallet API, it's setup like: - the 1st key being your primary key to use - the 2nd key being a backup key you store offline and - the 3rd key being a cosign key owned by blocktrail

it only supports bitcoin and bitcoin testnet atm though ...

https://www.blocktrail.com/api/docs#payments_overview

Ruben de Vries

Posted 2014-02-26T21:57:51.520

Reputation: 546

0

I know darkwallet.is supports multisignature transactions and multi-sig wallets. I haven't used them.

honi

Posted 2014-02-26T21:57:51.520

Reputation: 111

why the downvotes?honi 2014-05-05T20:12:09.313

Just guessing here, but it might be due to the typo "darwallet.io", which should probably be darkwallet.io. Also, link-only answers are considered very low quality.

Murch 2014-05-07T08:59:45.293

darkwallet.io doesn't even resolve for me, perhaps the link was supposed to be https://darkwallet.is?

DrAwesome 2014-09-30T15:01:28.807

0

The current multisig solutions are all quite awkward - they don't handle transmitting partially signed transactions too well. But you might want to read up on Armory: http://www.coindesk.com/armorys-lockbox-multisig-storage-escrow/

You could use Orisi oracles for that. Every person "holding" a key would be running an oracle node, and funds would be stored and withdrawn by sending requests from the client. Orisi is now in Alpha, and it would probably a month of programming for one programmer to do it this way, but it's doable and you could probably recruit some help on the forum

kolinko

Posted 2014-02-26T21:57:51.520

Reputation: 245