Bitcoin Forum
May 14, 2024, 12:57:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Service to enhance Bitcoin security through multisig P2SH and spending policies  (Read 635 times)
jseims (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 09, 2014, 12:50:25 AM
 #1

My friend and I recently launched a service

https://api.trustedcoin.com/#/

and we're looking for feedback on how it could be made more useful.

Quick example of how it works, if you call:

Code:
curl --header 'Content-Type: application/json' --data-binary 
        '{"primary_key": "0345fb7c9a8eb70e9c83d5695cf6d93c5453ed83456badf166ebb77bf8b923e74f",
          "policy": {
                       "type": "latency", "delay_in_seconds": 86400, "contacts": [
                                 {"email" : "joe.random@example.com"},
                                 {"sms" : "+14923922934"}]}}' https://api.trustedcoin.com/1/cosigner

We will give you a multisignature P2SH address with the following properties:

  • You have one of the private keys, we have another, so any theft would have to compromise both our servers to succeed.
  • When you ask us to sign a transaction from this address, we will alert "joe.random@example.com" as well as "+14923922934" and allow 24 hours to cancel the transaction.

Our goal is to make it easier to build secure Bitcoin applications by allowing people to express policy logic around how their bitcoins can be spent.

Please let us know your thoughts!

Thanks,

Josh
1715648272
Hero Member
*
Offline Offline

Posts: 1715648272

View Profile Personal Message (Offline)

Ignore
1715648272
Reply with quote  #2

1715648272
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715648272
Hero Member
*
Offline Offline

Posts: 1715648272

View Profile Personal Message (Offline)

Ignore
1715648272
Reply with quote  #2

1715648272
Report to moderator
1715648272
Hero Member
*
Offline Offline

Posts: 1715648272

View Profile Personal Message (Offline)

Ignore
1715648272
Reply with quote  #2

1715648272
Report to moderator
fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 275


View Profile
January 22, 2014, 02:16:06 PM
 #2

I like the idea of this. You're going to run into trouble because many of the clients don't support signing transactions like this. BitcoinD/QT works, but I've been unsuccessful getting electrum to work without all keys in the wallet..

I think someone needs to code a simple client (and definitely a phone app) that accepts a raw transaction, the 3 public keys, and a private key to sign with.

Bitwasp Developer.
jaime
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


División de Poderes s.XXI es Descentralización


View Profile WWW
June 16, 2014, 11:32:57 AM
 #3

I think someone needs to code a simple client (and definitely a phone app) that accepts a raw transaction, the 3 public keys, and a private key to sign with.

Do you know if there's something like this already?

fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 275


View Profile
June 16, 2014, 11:04:36 PM
 #4

Actually yes, some scripts of mine will do it, though yoy may need to modify it into what you want. I'll write something to prompt for everything; I think the prompt_multisig one has the raw tx/json hard coded and prompts for keys and redeemscript.. https://github.com/Bit-Wasp/bitcoin-lib-php/tree/master/examples

There is one to sign txs given an electrum seed!

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!