1). Field of the Invention
This invention relates to a computer system and method for storing and transacting bitcoin.
2). Discussion of Related Art
The Bitcoin network is a peer-to-peer payment system having a plurality of nodes that are connected to one another. Bitcoin exchange computer systems allow for users to exchange local currency into or out of bitcoin. Users send payments by broadcasting digitally signed messages to the Bitcoin network. Users may, for example, send and receive payments using mobile applications on mobile devices, client software or a web browser.
Transactions do not explicitly identify the payor and payee by name or wallet. Instead, a bitcoin transaction transfers ownership to a new address, referred to as a “Bitcoin address”. The Bitcoin address is derived from the public portion of one or more cryptographic key pairs. The private portion of a key pair is not disclosed to the public. To send bitcoin sent to an address, a user broadcasts a payment message that is digitally signed with the associated private key.
Participants known as “miners” at miner computer systems verify and timestamp transactions into a shared public database called a “block chain”. The miners are rewarded with transaction fees and newly minted bitcoin for their effort. The miner computer systems are specialized computers that append blocks of transactions to the block chain. Solving a cryptographic puzzle required to append a block carries a reward plus fees included in transactions in the block.
Host computer systems reside at various nodes and may host accounts or “wallets” that allow users to make and accept payments using bitcoin. The wallet stores the public key of the Bitcoin address and its associated private key.
It may be a security concern for users that the private keys of their Bitcoin addresses may be stolen from their wallets. Existing systems do not provide a solution for maintaining security over private keys while still allowing the users to checkout on a merchant page and making payments using their wallets.
Key Ceremony
The invention provides a host computer system including a key ceremony application configured to create a for-distribution master key, store the for-distribution master key in the memory, split the for-distribution master key into N shares, distribute the N shares among N custodians, clear the for-distribution master key from the memory.
The invention also provides a method of distributing security data to custodians including creating, by a key ceremony application, a for-distribution master key, storing, by the key ceremony application, the for-distribution master key in the memory, splitting, by the key ceremony application, the for-distribution master key into N shares, distributing, by the key ceremony application, the N shares among N custodians and clearing, by the key ceremony application, the for-distribution master key from the memory.
The invention further provides a computer-readable medium having stored thereon a set of instructions that, when executed by a processor of a computer carries out a method of distributing security data to custodians including creating, by a key ceremony application, a for-distribution master key, storing, by the key ceremony application, the for-distribution master key in the memory, splitting, by the key ceremony application, the for-distribution master key into N shares, distributing, by the key ceremony application, the N shares among N custodians and clearing, by the key ceremony application, the for-distribution master key from the memory.
API Key Generation
The invention also provides a host computer system including an application programmable interface (API) key generator forming part of a service and configured to receive a plurality of requests to create an API key, generate, upon a determination by the API key generator, that the plurality of requests to create an API key is at least equal to a minimum number (M) requests, an API key, store the API key and provide an output of the API key, and a web application configured to receive the API key, store the API key, receive a request, and communicate with the service in response to receiving the request, including providing the API key stored by the web application to the service, the service adapted to receive the API key from the web application, and execute a procedure only if the API key received from the web server matches the API key stored by the service.
The invention further provides a method of transacting bitcoin including receiving, by a service, a plurality of requests to create an application programmable interface (API) key, generating, by the service, upon a determination by the service that the plurality of requests to create an API key is at least equal to a minimum number (M) requests, an API key, storing, by the service, the API key, providing, by the service, an output of the API key, receiving, by a web application, the API key, storing, by the web application, the API key, receiving, by the web application, a request, communicating, by the web application, with the service in response to receiving the request, including providing the API key stored by the web application to the service, receiving, by the service, the API key from the web application and executing, by the service, a procedure only if the API key received from the web server matches the API key stored by the service.
The invention also provides a computer-readable medium having stored thereon a set of instructions that, when executed by a processor of a computer carries out a method of transacting bitcoin including receiving, by a service, a plurality of requests to create an application programmable interface (API) key, generating, by the service, upon a determination by the service that the plurality of requests to create an API key is at least equal to a minimum number (M) requests, an API key, storing, by the service, the API key, providing, by the service, an output of the API key, receiving, by a web application, the API key, storing, by the web application, the API key, receiving, by the web application, a request, communicating, by the web application, with the service in response to receiving the request, including providing the API key stored by the web application to the service, receiving, by the service, the API key from the web application and executing, by the service, a procedure only if the API key received from the web server matches the API key stored by the service.
Checkout and Payment
The invention further provides a host computer system including a web application configured to receive, prior to receiving a request for payment, a request for address, and requests an address from the service, a checkout module configured to receive the request for address, generate the address and the private key in response to the request for address, store the address and the encrypted private key in association with one another, and provide the address to the web application, the web application configured to receive the address from the service, transmit the address to the customer computer system, receive a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generate an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request for payment, requesting a signing of the unsigned transaction to create a signed transaction and a payment module configured to receive the request for signing the transaction, determine the address corresponding to the bitcoin address in the unsigned transaction, determine the private key stored in association with the address, sign the transaction with the private key to create the signed transaction, and provide the signed transaction to the web service, the web service receiving the signed transaction, and broadcasting the signed transaction over the bitcoin network.
The invention also provides a method of transacting bitcoin including receiving by a web application prior to receiving a request for payment, a request for address, requesting, by the web application, an address from a service, receiving, by the service, the request for address, generating, by the service, an address and a private key in response to the request for address, storing, by the service, the address and the private key in association with one another, providing, by the service, the address to the web application, receiving, by the web application, the address from the service, transmitting, by the web application, the address to the customer computer system, receiving, by a web application, a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generating, by the web application, an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request for payment, requesting, by the web application, a signing of the unsigned transaction to create a signed transaction, receiving, by the service, the request for signing the transaction, determining, by the service, the address corresponding to the bitcoin address in the unsigned transaction, determining, by the service, the private key stored in association with the address, signing, by the service, the transaction with the private key to create the signed transaction, providing, by the service, the signed transaction to the web service, receiving, by the web application, the signed transaction and broadcasting, by the web application, the signed transaction over the bitcoin network.
The invention further provides a computer-readable medium having stored thereon a set of instructions that, when executed by a processor of a computer carries out a method of transacting bitcoin including receiving by a web application prior to receiving a request for payment, a request for address, requesting, by the web application, an address from a service, receiving, by the service, the request for address, generating, by the service, an address and a private key in response to the request for address, storing, by the service, the address and the private key in association with one another, providing, by the service, the address to the web application, receiving, by the web application, the address from the service, transmitting, by the web application, the address to the customer computer system, receiving, by a web application, a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generating, by the web application, an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request for payment, requesting, by the web application, a signing of the unsigned transaction to create a signed transaction, receiving, by the service, the request for signing the transaction, determining, by the service, the address corresponding to the bitcoin address in the unsigned transaction, determining, by the service, the private key stored in association with the address, signing, by the service, the transaction with the private key to create the signed transaction, providing, by the service, the signed transaction to the web service, receiving, by the web application, the signed transaction and broadcasting, by the web application, the signed transaction over the bitcoin network.
Private Key Decryption
The invention also provides a host computer system including a service, a master key loader configured to store an operational master key in memory of the service, a database having an address and an encrypted private key stored in association with one another, a web application configured to receive a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generate an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request from payment, and request a signing of the unsigned transaction to create a signed transaction and a payment module configured to receive the request for signing the transaction, determine the address corresponding to the bitcoin address in the unsigned transaction, determine the encrypted private key stored in association with the address, decrypt the encrypted private key with the operational master key to generate a decrypted private key, and sign the transaction with the decrypted private key to create the signed transaction, the web application configured to receive the signed transaction, and broadcast the signed transaction over the bitcoin network.
The invention further provides a method of transacting bitcoin including storing, by a service, an operational master key in memory of a service and storing, by the service, the address and the encrypted private key in association with one another, receiving, by a web application, a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generating, by the web application, an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request from payment, requesting, by the web application, a signing of the unsigned transaction to create a signed transaction, receiving, by the service, the request for signing the transaction, determining, by the service, the address corresponding to the bitcoin address in the unsigned transaction, determining, by the service, the encrypted private key stored in association with the address, decrypting, by the service, the encrypted private key with the operational master key to generate a decrypted private key, signing, by the service, the transaction with the decrypted private key to create the signed transaction, receiving, by the web application, the signed transaction and broadcasting, by the web application, the signed transaction over the bitcoin network.
The invention also provides a computer-readable medium having stored thereon a set of instructions that, when executed by a processor of a computer carries out a method of transacting bitcoin including storing, by a service, an operational master key in memory of a service and storing, by the service, the address and the encrypted private key in association with one another, receiving, by a web application, a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generating, by the web application, an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request from payment, requesting, by the web application, a signing of the unsigned transaction to create a signed transaction, receiving, by the service, the request for signing the transaction, determining, by the service, the address corresponding to the bitcoin address in the unsigned transaction, determining, by the service, the encrypted private key stored in association with the address, decrypting, by the service, the encrypted private key with the operational master key to generate a decrypted private key, signing, by the service, the transaction with the decrypted private key to create the signed transaction, receiving, by the web application, the signed transaction and broadcasting, by the web application, the signed transaction over the bitcoin network.
Freeze Logic
The invention further provides a host computer system including a database having an address and a private key stored in association with one another, a web application receiving a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generating an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request from payment, and requesting a signing of the unsigned transaction to create a signed transaction and a payment module configured to receive the request for signing the transaction, determine the address corresponding to the bitcoin address in the unsigned transaction, determining the private key stored in association with the address, detect a freeze flag on-state, disallow signing of the transaction in response to detecting the freeze flag on-state, detect a freeze flag off-state, and allow signing of the transaction with the private key in response to detecting the freeze flag off-state, the web application receiving the signed transaction, and broadcasting the signed transaction over the bitcoin network.
The invention also provides a method of transacting bitcoin including storing, by a service, the address and the encrypted private key in association with one another, receiving, by a web application, a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generating, by the web application, an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request from payment, requesting, by the web application, a signing of the unsigned transaction to create a signed transaction, receiving, by the service, the request for signing the transaction, determining, by the service, the address corresponding to the bitcoin address in the unsigned transaction, determining, by the service, the private key stored in association with the address, detecting, by the service, a freeze flag on-state, disallowing, by the service, signing of the transaction in response to detecting the freeze flag on-state, detecting, by the service, a freeze flag off-state, allowing, by the service, signing of the transaction in response to detecting the freeze flag off-state, receiving, by the web application, the signed transaction and broadcasting, by the web application, the signed transaction over the bitcoin network.
The invention further provides a computer-readable medium having stored thereon a set of instructions that, when executed by a processor of a computer carries out a method of transacting bitcoin including storing, by a service, the address and the encrypted private key in association with one another, receiving, by a web application, a request for payment to a bitcoin address, the request for payment including an amount of bitcoin to be paid, generating, by the web application, an unsigned transaction in response to receiving the request for payment, the unsigned transaction including the amount of bitcoin to be paid in the request from payment, requesting, by the web application, a signing of the unsigned transaction to create a signed transaction, receiving, by the service, the request for signing the transaction, determining, by the service, the address corresponding to the bitcoin address in the unsigned transaction, determining, by the service, the private key stored in association with the address, detecting, by the service, a freeze flag on-state, disallowing, by the service, signing of the transaction in response to detecting the freeze flag on-state, detecting, by the service, a freeze flag off-state, allowing, by the service, signing of the transaction in response to detecting the freeze flag off-state, receiving, by the web application, the signed transaction and broadcasting, by the web application, the signed transaction over the bitcoin network.
The invention is further described by way of example with reference to the accompanying drawings, wherein:
At any point in time after the master key is loaded, the system can be frozen (Step 20). The system can be unfrozen after it has been frozen (Step 22) using keys from the key ceremony (Step 10). The checkout process (Step 16) can be carried out when the system is frozen and when the system is unfrozen. The payment process (Step 18) can only be carried out when the system is unfrozen and not when the system is frozen.
At 36, the key ceremony application 26 creates N custodian TLS keys. The custodian TLS keys are all different from one another.
At 38, the key ceremony application 26 creates a TLS certificate authority (CA). At 40, the certificate authority creates a service TLS key.
At 42, the key ceremony application 26 creates N bundles. Each bundle includes a respective share of the for-distribution master key, a respective custodian TLS key, and the service TLS key. Through an interactive script process between each custodian, 1 to N, and the key ceremony application 26, a respective custodian provides a respective passphrase to the key ceremony application 26. The key ceremony application 26 then encrypts the respective bundle for the respective custodian with their respective passphrase. The key ceremony application 26 then sends the respective encrypted bundles 28 to the respective custodians 1 to N. At 44, each custodian receives and keeps a bundle encrypted with their passphrase. The respective passphrase is only known to the respective custodian. At 46, the laptop 24 clears all secrets, including the for-distribution master key, the custodian TLS keys and the service TLS key. The for-distribution master key (in the form of master key shares), custodian TLS keys and service TLS key are now only present in the encrypted bundles 28 held by the respective custodians 1 to N, for security purposes.
TLS is an open protocol for securing communications. TLS is used to communicate with the services 50. The client and the service 50 have public/private key pairs to encrypt messages. The certificate of the service 50 is used to communicate the specific key that it owns the client's certificate communicates the key that it owns. The certificates are issued by the CA. Client and server keys can be created right away, as well as the CA, but the client needs the CA and the client key, and the server certificate needs the CA and the server key.
After the master key 64 has been created the service 50, the custodians 1 to M disconnect from the service 50. At no point was the operational master key 64 shared with any one of the custodians 1 to M.
The service 50 then encrypts the API key with the master key 64 and stores the API in an encrypted form as an encrypted API key 88 in the database 52. The web application 48 can communicate with the service 50. Any communication or request from the web application 48 with or to the service 50 includes the API key 86. When the service 50 receives the API key 86 from the web application 48, the service first decrypts the encrypted API key 88 with the master key 64 and determines whether the decrypted API key 88 is the same as the API key 86 received from the web application 48. If the API keys do not match, the service 50 does not execute any actions by the checkout module 58, payment module 60 or freeze logic 62. Only if the API keys match does the service 50 execute procedures by the checkout module 58, payment module 60 or freeze logic 62 as requested by the web application 48.
At 105, the checkout module 58 provides the address (“B”) through the load balancer 98 to the web application 48. When the web application 48 receives the address, the web application 48, at 106, sends the address to the customer computer system 90. The address then shows up within the previously empty bitcoin address field 94.
The private key is encrypted and stored within the database 52 without any human intervention and the private key is never shared with the web application 48. The checkout module 58 only executes the checkout process as described with reference to reference numerals 103, 104 and 105 if the web application 48 provides the API key 86 to the service 50 and the API key 86 received from the web application 48 matches the API key that was previously stored by the service 50 in the database 52 in encrypted form with reference to
At 103, the web application 48 sends the transaction through the load balancer 98 to one of the services 50. The web application 48 asks the service 50 to sign the transaction. The request from the web application 48 to the service 50 includes the API key 86. The service 50 authenticates the API key 86 and, only if authenticated, executes a payment process by the payment module 60.
At 114, the payment module 60 looks up the respective private key. The payment module 60 compares the address “B” in the transaction with the addresses in the database 52. When a match is found, the payment module 60 extracts the respective encrypted private key from the address “B” found in the database 52. The payment module 60 then decrypts the private key with the operational master key 64. At 115, the payment module 60 signs the transaction with the decrypted private key to create a signed transaction. At 106, the service 50 returns the signed transaction to the web application 48 via the load balancer 98. When the web application 48 receives the signed transaction, the web application 48, at 107, broadcasts the signed transaction to the bitcoin network 110. Further details of bitcoin transactions are described in U.S. patent application Ser. No. 14/660,296, filed on Mar. 17, 2015, which is incorporated herein in its entirety.
At 226, N custodians are assembled for purposes of unfreezing the service 50. The custodians may for example be assembled using a web interface that is provided by the freeze logic 62 and displayed within browsers of the respective custodians. At 227, each custodian sends an authenticated request to unfreeze the service to the service 50. Each request includes a respective custodian TLS key and the TLS key of the service 50 for purposes of encrypted authentication. Reference numeral 230 represents one TLS key that is received from one of the custodians. The service 50 then authenticates the request using the respective TLS key 230.
At 228, after the freeze logic 62 has received M requests to unfreeze the service, wherein M is 1<M<=N, the freeze logic 62 of the service 50 resets the freeze flag 220 to the freeze flag off-state. When the freeze flag is set to freeze flag off-state, the payment module 60 can again sign transactions. When the transaction that was queued at 225 is submitted by the web application 48 to the service 50 for signature, the payment module 60 proceeds to sign and return the transaction as described with reference to
The exemplary computer system 900 includes a processor 930 (e.g., a central processing unit (CPU), a graphics processing unit (GPU), or both), a main memory 932 (e.g., read-only memory (ROM), flash memory, dynamic random access memory (DRAM) such as synchronous DRAM (SDRAM) or Rambus DRAM (RDRAM), etc.), and a static memory 934 (e.g., flash memory, static random access memory (SRAM, etc.), which communicate with each other via a bus 936.
The computer system 900 may further include a video display 938 (e.g., a liquid crystal displays (LCD) or a cathode ray tube (CRT)). The computer system 900 also includes an alpha-numeric input device 940 (e.g., a keyboard), a cursor control device 942 (e.g., a mouse), a disk drive unit 944, a signal generation device 946 (e.g., a speaker), and a network interface device 948.
The disk drive unit 944 includes a machine-readable medium 950 on which is stored one or more sets of instructions 952 (e.g., software) embodying any one or more of the methodologies or functions described herein. The software may also reside, completely or at least partially, within the main memory 932 and/or within the processor 930 during execution thereof by the computer system 900, the memory 932 and the processor 930 also constituting machine readable media. The software may further be transmitted or received over a network 954 via the network interface device 948.
While certain exemplary embodiments have been described and shown in the accompanying drawings, it is to be understood that such embodiments are merely illustrative and not restrictive of the current invention, and that this invention is not restricted to the specific constructions and arrangements shown and described since modifications may occur to those ordinarily skilled in the art.
This is application is a continuation of U.S. patent application Ser. No. 16/034,716, filed on 13 Jul. 2018, which is a divisional of U.S. patent application Ser. No. 15/838,003, filed on 11 Dec. 2017, now issued as U.S. Pat. No. 10,050,779, which is a divisional of U.S. patent application Ser. No. 15/647,889, filed on 12 Jul. 2017, now U.S. Pat. No. 9,882,715, which is a divisional of U.S. patent application Ser. No. 14/716,100, filed on 19 May 2015, now U.S. Pat. No. 9,735,958, which are all incorporated in their entirety by this reference.
Number | Name | Date | Kind |
---|---|---|---|
5884274 | Walker | Mar 1999 | A |
6125186 | Saito | Sep 2000 | A |
6952683 | Gerhard | Oct 2005 | B1 |
6959394 | Brickell | Oct 2005 | B1 |
7644037 | Ostrovsky | Jan 2010 | B1 |
7689500 | Cottrell | Mar 2010 | B2 |
7689550 | Lee | Mar 2010 | B2 |
7970823 | Moeller | Jun 2011 | B2 |
8055575 | Grody | Nov 2011 | B2 |
8111648 | Gandham | Feb 2012 | B2 |
8117648 | Slaton | Feb 2012 | B2 |
8606703 | Dorsey | Dec 2013 | B1 |
8839386 | Gilboy | Sep 2014 | B2 |
8855318 | Patnala | Oct 2014 | B1 |
9071429 | Roth | Jun 2015 | B1 |
9135787 | Russell | Sep 2015 | B1 |
9224262 | Fine | Dec 2015 | B2 |
9495668 | Juels | Nov 2016 | B1 |
9892460 | Winklevoss | Feb 2018 | B1 |
10068228 | Winklevoss | Sep 2018 | B1 |
10256983 | Bauer et al. | Apr 2019 | B1 |
10469309 | Gupta et al. | Nov 2019 | B1 |
10504080 | Melika | Dec 2019 | B2 |
20010034605 | Hoffman | Oct 2001 | A1 |
20010050990 | Sudia | Dec 2001 | A1 |
20020023053 | Szoc | Feb 2002 | A1 |
20020116611 | Zhou | Aug 2002 | A1 |
20030048906 | Vora | Mar 2003 | A1 |
20050138374 | Zheng | Jun 2005 | A1 |
20060168663 | Viljoen | Jul 2006 | A1 |
20070223706 | Gantman | Sep 2007 | A1 |
20070255943 | Kern et al. | Nov 2007 | A1 |
20080091586 | Cottrell | Apr 2008 | A1 |
20080263363 | Jueneman | Oct 2008 | A1 |
20090037405 | Lee | Feb 2009 | A1 |
20090144810 | Gilboy | Jun 2009 | A1 |
20090205036 | Slaton | Aug 2009 | A1 |
20090254750 | Bono | Oct 2009 | A1 |
20100054458 | Schneider | Mar 2010 | A1 |
20100175061 | Maeda | Jul 2010 | A1 |
20100235588 | Maeda | Sep 2010 | A1 |
20110071958 | Grody | Mar 2011 | A1 |
20110087582 | Pak | Apr 2011 | A1 |
20110106675 | Perlman | May 2011 | A1 |
20110202755 | Orsini | Aug 2011 | A1 |
20110251941 | Dunwoody | Oct 2011 | A1 |
20120136782 | Norman | May 2012 | A1 |
20120150750 | Law | Jun 2012 | A1 |
20120239556 | Magruder | Sep 2012 | A1 |
20130010966 | Li | Jan 2013 | A1 |
20130065670 | Michaelson | Mar 2013 | A1 |
20130166455 | Feigelson | Jun 2013 | A1 |
20130191632 | Spector | Jul 2013 | A1 |
20130246261 | Purves | Sep 2013 | A1 |
20130290710 | Broder | Oct 2013 | A1 |
20130318347 | Moffat | Nov 2013 | A1 |
20130339738 | Shaw | Dec 2013 | A1 |
20130343546 | Shibutani | Dec 2013 | A1 |
20140019352 | Shrivastava | Jan 2014 | A1 |
20140025473 | Cohen | Jan 2014 | A1 |
20140052617 | Chawla | Feb 2014 | A1 |
20140057599 | Hazari | Feb 2014 | A1 |
20140082749 | Holland | Mar 2014 | A1 |
20140108223 | Xiao | Apr 2014 | A1 |
20140156512 | Rahman | Jun 2014 | A1 |
20140172633 | Dogin | Jun 2014 | A1 |
20140229739 | Roth | Aug 2014 | A1 |
20140274327 | Fine | Sep 2014 | A1 |
20140279436 | Dorsey | Sep 2014 | A1 |
20140289118 | Kassemi | Sep 2014 | A1 |
20140297537 | Kassemi | Oct 2014 | A1 |
20140304171 | Mertens | Oct 2014 | A1 |
20150033301 | Pianese | Jan 2015 | A1 |
20150039444 | Hardin | Feb 2015 | A1 |
20150050987 | Huang | Feb 2015 | A1 |
20150120569 | Belshe | Apr 2015 | A1 |
20150127495 | Houri | May 2015 | A1 |
20150170112 | DeCastro | Jun 2015 | A1 |
20150178693 | Solis | Jun 2015 | A1 |
20150209678 | Edwards | Jul 2015 | A1 |
20150220928 | Allen | Aug 2015 | A1 |
20150227897 | Loera | Aug 2015 | A1 |
20150228004 | Bednarek | Aug 2015 | A1 |
20150262139 | Shtylman | Sep 2015 | A1 |
20150262171 | Langschaedel et al. | Sep 2015 | A1 |
20150262173 | Durbin | Sep 2015 | A1 |
20150287026 | Yang | Oct 2015 | A1 |
20150294308 | Pauker | Oct 2015 | A1 |
20150302401 | Metral | Oct 2015 | A1 |
20150310424 | Myers | Oct 2015 | A1 |
20150365283 | Ronca et al. | Dec 2015 | A1 |
20160034896 | O'Brien | Feb 2016 | A1 |
20160085955 | Lerner | Mar 2016 | A1 |
20160086418 | Smolen | Mar 2016 | A1 |
20160171570 | Dogin | Jun 2016 | A1 |
20160203572 | McConaghy | Jul 2016 | A1 |
20160261411 | Yau | Sep 2016 | A1 |
20160277398 | Gregg et al. | Sep 2016 | A1 |
20160321654 | Lesavich | Nov 2016 | A1 |
20160380767 | Hayashi | Dec 2016 | A1 |
20170063531 | Sullivan | Mar 2017 | A1 |
20170161439 | Raduchel | Jun 2017 | A1 |
20180024740 | Miller et al. | Jan 2018 | A1 |
20180075453 | Durvasula | Mar 2018 | A1 |
20180191503 | Alwar | Jul 2018 | A1 |
20180248704 | Coode | Aug 2018 | A1 |
20180367316 | Cheng | Dec 2018 | A1 |
20190236245 | Desarzens et al. | Aug 2019 | A1 |
20200019685 | Takahashi | Jan 2020 | A1 |
20200044833 | Shpurov et al. | Feb 2020 | A1 |
Number | Date | Country |
---|---|---|
2634738 | Sep 2013 | EP |
2007109002 | Apr 2007 | JP |
2014190323 | Nov 2014 | WO |
2018127606 | Jul 2018 | WO |
Entry |
---|
“How do YOU store a digital backup of your bip39 mnemonic?”, https://www.reddit.com/r/Bitcoin/comments/58zst0/how_do_you_store_a_digital_backup_of_your_bip39/, posted by udaggertreatment 4 years ago, May 2017. |
Altimore, Pat , et al., “Azure Blockchain Workbench architecture”, https://docs.microsoft.com/en-us/azure/blockchain/workbench/architecture#transaction-builder-and-signer, Azure Blockchain, Microsoft Docs, Sep. 5, 2019. |
Baldwin, M., et al., “Quickstart: Set and retrieve a secret from Azure Key Vault using the Azure portal”, https://docs.microsoft.com/en-us/azure/key-vault/secrets/quick-create-portal, Azure Quickstart, Microsoft Docs, Sep. 3, 2019. |
Bauer, Roderick, “Securing Your Cryptocurrency”, Backblaze, May 10, 2018. |
Kasarabada, Lavanya, “Announcing Storage Service Encryption with customer managed keys general availability”, https://azure.microsoft.com/en-us/blog, posted Mar. 7, 2018. |
Swanson, William , et al., “A Single-Sign-On Security Platform for Private and Decentralized Applications”, https://edge.app/wp-content/uploads/2019/01/Edge-White-Paper-01-22-2019.pdf, Edge, White Paper, Jan. 22, 2019. |
“A plea to exchanges . . . lets do 2 factor right!” Bitcoin Forum, download from https://bitcointalk.org/index.php?topic=109424.0%E2%80%93%20Stephen%20Gomick%20NOV%205%20%2712%20at%2016:56 (posted Sep. 14, 2012), (10 pages). |
“Bitcoin Explained Like You're Five Part 3—Cryptography”, https://chrispacia.wordpress.com/2013/09/07/bitcoin-cryptography-digital-signatures-explained/, 2013, (21 pages). |
“Bitcoin Explained Like You're Five, Part 4—Securing Your Wallet”, https://chrispacia.wordpress.com/2013/09/29/bitcoin-explained-like-youre-five-part-4-securing-your-wallet/, dated Sep. 29, 2013) (Year: 2013), (15 pages). |
“BlockchainCreate”, http://blockchain.info:80/wallet/faq, dated Jan. 9, 2012, (5 pages). |
Neuman, Nick, “KeySplit—Tackling the hard parts of being your own bank”, https://medium.com/@nickneuman/keysplit-private-key-security-for-cryptocurrency-owners-d1653ea9631d, Feb. 24, 2018. |
“How to sell Lindens” dated Mar. 6, 2013 (Year: 2013). |
“NIST”, Archived NIST Technical Series Publication, dated Jul. 2012, sp 800-57_part1_rev3_general.pdf, (148 pages). |
“Off-the-chain transactions”, downloaded from http://gavintech.blogspot.com/2012/07/off-chain-transactions.html, dated Jul. 3, 2012 (Year: 2012), (4 pages). |
Bradbury, Danny , “BitGo Safe Aims to Secure Bitcoin Wallets with Multi-Signature Transactions”, CoinDesk, The Voice of Digital Currency, http://web.archive.org/web/20140108021304/http://www.coindesk.com/, published Dec. 19, 2013. |
“Securing your wallet”, download from https://bitcoin.org/en/secure-yourwallet (post from 2013), (4 pages). |
“Transaction Fees (Transaction fees and negative balances”, downloaded from https://bitcointalk.org/index.php?topic=6856.0 dated Apr. 30, 2011-May 1, 2011, (Year:2011), (3 pages). |
“What is the coin selection algorithm”, downloaded from https://web.archive.org/web/20130228073524/https://bitcoin.stackexchange.com/questions/1077/what-is-the-coin-selection-algorithm dated Feb. 27, 2014. |
“NPL4, Importing Bitcoin from a paper wallet into Electrum”, https://thecleverest.com/, dated Mar. 12, 2014. |
“Wholesale Payment Systems: Interbank Payment and Messaging System, Fedwire and Clearing House Interbank Payment Systems (CHIPS)”, http://www.ffiec.gov/ffiecinfobase/booklets/Wholesale/02.html, Dec. 16, 2005, (3 pages). |
International Search Report and Written Opinion of the ISA dated Dec. 18, 2019 for PCT/US19/52371. |
“How Bitcoin Works”, downloaded from https://www.forbes.com/sites/investopedia/2013/08/01/how-bitcoin-works/#284bd94a17ff, dated Aug. 1, 2013, attached as PDF file (Year: 2013). |
“Blockchain How do off chain transactions work? downloaded from https://bitcoin.stackexchange.com/questions/123530/how-do-off-chain-transactions-work, year 2013”. |
Beal, Alex, “Backing Up Sensitive Data With Secret Sharing”, downloaded from https:www.usrsb.in/secret-sharing-backup.html, dated Feb. 23, 2013) (Year: 2013), (8 pages). |
“Wholesale Payment Systems: Interbank Payment and Messaging System, Fedwire and Clearing House Interbank Payment Systems (CHIPS)”, https://www.ffiec.gov/ffiecinfobase/booklets/Wholesale/02.html, Dec. 16, 2005, 3 pages), Feb. 9, 2018 00:00:00.0. |
Computer Arch (http://www.math.uaa.alaska.edu/˜afkjm/cs101 /handouts/ComputerArch.pdf attached as pdf, dated Sep. 10, 2009). |
Dion, Derek A., “I'll gladly trade you two bits on Tuesday for a byte today: Bitcoin, regulating fraud in the e-conomy of Hacker-cash”, Journal of Law, Technology & Policy, vol. 2013, pp. 165-201. |
Douget, Joshua J., “The Nature of the Form:Legal and Regulatory issues surrounding the Bitcoin digital currency system”, Louisiana Law Review, vol. 73, No. 1 Summer 2013, pp. 1118-1153. |
International Search Report and Written Opinion for PCT Application No. PCT/US2019/027857 dated Jul. 15, 2019. |
Meiklejohn, Sarah et al., “A fistful of bitcoins: Characterizing Payments among men with no names”, 2013, (8 pages). |
“Securing your wallet”, downloaded from https://bitcoin.org/en/secure-your-wallet (post from2013), (4 pages), Feb. 9, 2018 00:00:00.0. |
Ouaddah et al. “FairAccess: a new Blockchain-based access control framework for the 1-20 Internet of Things.” In: Security and Communication Networks. Feb. 19, 2017. |
Wallace, Benjamin, “The rise and fall of bitcoin”, Magazine, WIRED, https://www.wired.com/2011 /11 /mf_bitcoin/all/1., Nov. 23, 2011, pp. 1-17. |
Number | Date | Country | |
---|---|---|---|
20200220717 A1 | Jul 2020 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15838003 | Dec 2017 | US |
Child | 16034716 | US | |
Parent | 15647889 | Jul 2017 | US |
Child | 15838003 | US | |
Parent | 14716100 | May 2015 | US |
Child | 15647889 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 16034716 | Jul 2018 | US |
Child | 16823843 | US |