WO2016022864A2 - Système et procédé permettant de recevoir et compter soigneusement des votes lors d'une élection - Google Patents

Système et procédé permettant de recevoir et compter soigneusement des votes lors d'une élection Download PDF

Info

Publication number
WO2016022864A2
WO2016022864A2 PCT/US2015/044109 US2015044109W WO2016022864A2 WO 2016022864 A2 WO2016022864 A2 WO 2016022864A2 US 2015044109 W US2015044109 W US 2015044109W WO 2016022864 A2 WO2016022864 A2 WO 2016022864A2
Authority
WO
WIPO (PCT)
Prior art keywords
block
voting
voter
hash
data
Prior art date
Application number
PCT/US2015/044109
Other languages
English (en)
Other versions
WO2016022864A3 (fr
Inventor
Nikolaos SPANOS
Andrew Martin
Eric Dixon
Original Assignee
Blockchain Technologies Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US14/809,062 external-priority patent/US9608829B2/en
Application filed by Blockchain Technologies Corporation filed Critical Blockchain Technologies Corporation
Publication of WO2016022864A2 publication Critical patent/WO2016022864A2/fr
Publication of WO2016022864A3 publication Critical patent/WO2016022864A3/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3247Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • H04L9/3239Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions involving non-keyed hash functions, e.g. modification detection codes [MDCs], MD5, SHA or RIPEMD
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/46Secure multiparty computation, e.g. millionaire problem
    • H04L2209/463Electronic voting

Definitions

  • the present invention generally relates to blockchain technology. Specifically, this invention relates to adapting blockchain technology for the storage of voting data in an electronic voting system.
  • the system includes a distributed network of voting machines in communication with each other. Each voting machine has a barcode scanner, a network communications device and a computer system running a voting client. Votes are received through the barcode scanner or a voter interface system and stored securely on a blockchain. The tally for various candidates in the election is updated and stored as each vote is received and counted. This creates an auditable trail of votes and the tally which can be used to detect, correct, and prevent fraud and error in the vote counting process.
  • Blockchain technology is most widely known as the technology behind the popular cryptocurrency, Bitcoin.
  • a blockchain creates a history of data deposits, messages, or transactions in a series of blocks where each block contains a mathematical summary, called a hash, of the previous block. This creates a chain where any changes made to a block will change that block's hash, which must be recomputed and stored in the next block. This changes the hash of the next block, which must also be recomputed and so on until the end of the chain.
  • the hash is simple to compute, there are rules imposed which require the value of the hash to be below a certain threshold value.
  • the hash is based on a special type of mathematical function that is not reversible; you cannot predict what input can be used to produce the desired output.
  • a valid hash is found by repeatedly adjusting a changeable value in the block, and recalculating the hash until it meets the validity requirements.
  • the freely changeable value is called the nonce.
  • the unpredictable nature of the hash considerably increases the difficulty of finding a nonce that produces a valid hash of the block. Typically, trillions of different nonces must be tried before a valid hash is found. Therefore, changing the value of previously stored data in the blockchain is computationally expensive, although not impossible.
  • the security of a blockchain is further increased by implementing it on a distributed network. This means a large number of users all have access to the blockchain and are all attempting to add blocks to the end of the chain by finding a nonce that produces a valid hash for a given block of data. When two blocks are found that both claim to reference the same previous block, a fork in the chain is created. Some users in the network will attempt to find the next block on one end of the fork while other users will work from the other end of the fork. Eventually one of the forks will surpass the other in length, and the longest chain is accepted by consensus as the valid chain.
  • Blockchains on a distributed network with sufficiently restrictive rules for creating valid blocks are fairly secure against unauthorized changes to the data stored in them. This makes blockchains particularly useful for recording financial transactions.
  • the blockchain has not been properly adapted for use in a voting system, and a voting system has not yet been created which leverages the advantages of blockchain within a larger electronic voting system to solve traditional problems related to fraud in voting systems.
  • a voting system comprises: one or more voting machines connected to each other by network connections to form a distributed network; wherein each of said one or more voting machines comprises: a computer processor; a non-volatile computer-readable memory; a scanner configured to read data from barcodes and/or voting ballots; and a network interface; wherein the non-volatile computer-readable memory is configured with computer instructions configured to: receive a private key and public key pair from a voter, receive voting data comprising one or more votes for one or more candidates in an election, use said private key to digitally sign said voting data to produce signed voting data, and broadcast said signed voting data with said public key to a distributed network, store said signed voting data with said public key on a blockchain database managed by the one or more voting machines forming said distributed network.
  • said computer instructions are further configured to: store voting data with said public key in a voting block on a voting blockchain; update a voting count according to said voting data; store said voting count in a counting block on a counting blockchain, wherein each counting block also stores a hash of the voting block storing the voting data which was used to update the voting count, the result of which is stored in the counting block.
  • said computer instructions are futher configured to: store, in a voter block which is a fork block of a slidechain, voter data identifying the voter and elections in which said voter is allowed to cast votes, store voting data from said voter in a voting block which is a slidechain root block storing a voter hash of said voter block, wherein said voter block also stores a voting hash computed from data in said voting block, accept the longest chain on said slidechain as a valid chain and accept as valid a chain where any voter block stores a voting hash of a voting block which, in turn, stores a voter hash of said any voter block.
  • said computer instructions are futher configured to: update a voting count according to said voting data; store said voting count in a counting block on a counting chain which is a fork chain of said slidechain, wherein each counting block in said counting chain also stores a hash of an immediately preceding counting block.
  • said computer instructions are futher configured to: store, in a voter block which is a fork block of a slidechain, voter data identifying the voter and elections in which said voter is allowed to cast votes, create a slidechain root block storing a voter hash of said voter block, store, in said voter block, a root hash computed from data in said root block, store said voting data in a voting block, store said root hash in said voting block, and accept the longest chain on said slidechain as a valid chain and accept, as valid, a chain where any voter block stores a root hash of a root block which, in turn, stores a voter hash of said any voter block.
  • said computer instructions are futher configured to: update a voting count according to said voting data; store said voting count in a counting block on a counting chain which is a fork chain of said slidechain, and wherein each counting block in said counting chain also stores a hash of an immediately preceding counting block.
  • a method of securing voting data comprises the steps of: receiving voting data produced by a voter; receiving a private key and public key corresponding to said voter; signing the voting data with said private key to produce signed voting data; storing the signed voting data in a voting block on a voting blockchain; updating a voting count based on said voting data; storing said voting count in counting block of a counting blockchain, wherein the counting block a has of an immediately preceding block in the counting blockchain and stores a voting hash of the voting block containing the voting data used to update the voting count stored in the counting block.
  • FIG. 1 is a diagram of a standard block in a slidechain according to an embodiment of the present invention.
  • FIG. 2 is a diagram of a slidechain with a forked chain that has a different set of rules applied to it than the original blockchain according to an embodiment of the present invention.
  • FIG. 3 is a diagram of a slidechain with multiple forks where each new chain has a different protocol or set of rules that apply according to an embodiment of the present invention.
  • FIG. 4 is a diagram illustrating how a fork block interconnects with the root block of a forked chain according to one embodiment of the present invention.
  • FIG. 5 is a diagram illustrating how a standard block becomes a fork block and interconnects with the multiple root blocks of forked chains according to one embodiment of the present invention.
  • FIG. 6 is a flowchart showing the process for creating a fork in the slide chain according to an embodiment of the present invention.
  • FIG. 7 is a block diagram of a voting machine according to an embodiment of the present invention.
  • FIG. 8 is a network diagram of the distributed network of voting machines according to an embodiment of the present invention.
  • FIG. 9 is a diagram of a voting block of a blockchain according to an embodiment of the present invention.
  • FIG. 10 is a diagram of a blockchain for storing voting data according to an embodiment of the present invention.
  • FIG. 11 is a diagram of the connection between a voting block and a counting block where a separate blockchain is used to count votes according to an embodiment of the present invention.
  • FIG. 12 is a diagram of a voting blockchain and counting blockchain interconnected according to an embodiment of the present invention.
  • FIG. 13 is a diagram of a voter block and voting block implemented using a slidechain according to an embodiment of the present invention.
  • FIG. 14 is a diagram of a slidechain used to store voter and voting data according to an embodiment of the present invention.
  • FIG. 15 is a diagram of a slidechain implementation of the voting system according to an alternate embodiment of the present invention.
  • FIG. 16 is a flowchart of a voting process according to an embodiment of the present invention.
  • the present invention generally relates to blockchain technology. Specifically, this invention relates to adapting blockchain technology for the storage of voting data in an electronic voting system.
  • the system includes a distributed network of voting machines in communication with each other. Each voting machine has a barcode scanner, a network communications device and a computer system running a voting client. Votes are received through the barcode scanner or a voter interface system and stored securely on a blockchain. The tally for various candidates in the election is updated and stored as each vote is received and counted. This creates an auditable trail of votes and the tally which can be used to detect, correct, and prevent fraud and error in the vote counting process.
  • the voting system described herein is designed to prevent fraud and error in the vote counting process and assumes all inputs to the system are valid.
  • the voting system does not attempt to guarantee that each human voter is assigned only one voter ID in the system and does not attempt to guarantee that the voter ID used to cast a vote actually belongs to the person using it, nor that the voter ID used to cast a vote actually belongs to an existing human voter at all.
  • the voting system relies on whatever identity verification system is used for the state, district, or municipality where the voting system is used.
  • a customized blockchain called a slidechain is used to store votes and count data.
  • the slidechain is described in the parent application (U.S. Patent Application Number 14/809,062) and the relevant parts are included below for convenience.
  • Fig. 1 shows the data structure for a standard block of data in the slide chain.
  • Previous hash 101 is the result of a non-reversible mathematical computation using data from the previous block as the input.
  • the computation used is a SHA256 hash function.
  • the hash function is designed so that any change to the data in the previous block results in an unpredictable change in the hash of that block.
  • Previous hash 101 is what creates the link between blocks, chaining them together to form the slidechain.
  • this proof standard 105 is simply a number that the calculated hash must be less than.
  • the nonce 102 is used to vary the data content of the block, allowing for a large number of different outputs to be produced by the hash function in pursuit of an output that meets the proof standard 105. This makes it computationally expensive to produce a valid block with a nonce 101 that produces a hash value meeting the criteria of the proof standard 105.
  • the payload hash 103 is a simple hash of the data in the payload 109 and does not have to meet any proof standard. However, the payload hash is included as part of the input when the hash is calculated for the purpose of storing as the previous hash 101 of the next block.
  • the timestamp 104 tells what time the block was created within a certain range of error. According to one embodiment of the present invention, the distributed network of users checks the timestamp 104 against their own known time and will reject any block that seems to have a bogus timestamp 104.
  • the descriptor 106 describes the size and/or data structure of the payload 109. For a variable size payload 109, the descriptor 106 may indicate the index of the first byte in the payload 109 and the size of the payload 109. The descriptor 106 may also store other information relevant to the interpretation of the payload 109.
  • the fork flag 107 is an indicator used to determine whether a fork is allowed from this block.
  • the authorized hashes 108 indicate which blocks, identified by a hash, are allowed to chain off of this block. According to one embodiment, the authorized hashes 108 are only stored as part of the block if the fork flag 107 is set. In another embodiment, a single authorized hash 108 is present regardless of whether the fork flag 107 is set, but the authorized hash 108 data may be zeroed out or ignored when the fork flag 107 is not set. According to another embodiment, the number of hashes stored as authorized hashes 108 is flexible. The number of authorized hashes 108 stored may be tracked in the descriptor 106, or a flexible data structure for storing authorized hashes 108 may be used to store a variable number of authorized hashes 108.
  • the payload 109 is the data stored in the block, which may relate to voting, transactions, ownership, data access records, document versioning, or any kind of data that can be stored.
  • the payload 109 may be a fixed size or a flexible size, and provides the input for the hash that produces the payload hash.
  • proof standard could be based on proof of work, such as hash value requirements, proof of stake, such as a key or other indicator of consensus, or any other kind or proof of consensus.
  • the proof standard may be applied as a rule that requires a hash value to be less than the proof standard, more than the proof standard, or have a required bit sequence or a required number of leading or trailing zeroes. Any proof standard may be used without departing from the spirit and scope of the present invention.
  • Hash algorithms used for the previous hash 101, the payload hash 103, or the authorized hash may be all of the same type or of different types.
  • Hash functions that could be used include MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-
  • Fig. 2 shows a simple diagram illustrating a slidechain 200 with a single fork.
  • the genesis block 201 is a special block that begins the slidechain 200; it is different from the other blocks because it is the first block in the chain, and thus cannot include a hash of a previous block.
  • the genesis block 201 marks the beginning of the genesis chain.
  • the protocol, that governs how the genesis chain grows, what data it stores, how forks are created, and how block and chain validity are verified is indicated by the Rules l label inside each block in the genesis chain.
  • the Rules l protocol is the default set of rules that allows for the creation of forks and the modification of rules in those forks. Notice that the Rules l protocol still applies to blocks in the genesis chain even after a fork block 203 creates a fork chain where the Rules_2 protocol applies.
  • the fork block 203 allows the chain to be forked such that both the genesis chain and the fork chain are considered valid chains. Normally, in a blockchain, all forks are eventually ignored and considered invalid except the one representing the longest chain.
  • the fork block 203 is special because it works like a standard block, but additionally includes a reference identifying the first block, or root block 204, in the valid fork.
  • the new protocol, Rules_2 is stored as the payload of the fork block and applied to the root block 204 and each subsequent standard block that chains from the root block 204.
  • the new Rules_2 protocol is stored in the payload of the root block 204 itself, and is applied to each standard block that chains from the root block 204. In either case, any subsequent block that is chained from either the genesis chain, where Rules l applies, or the fork chain, where Rules_2 applies, can be another fork block creating yet another valid chain fork.
  • the Rules l, Rules_2, and other protocols are not defined by this specification, but defined by users of the system at runtime. These protocols are customizable based on a scripting, or programming language. According to one embodiment, a new protocol can only be defined for a forked chain and the original protocol remains fixed and applied to the genesis chain. In another embodiment, the genesis chain protocol itself can be modified or updated and applied to every future standard block that chains off the genesis chain. This new base protocol would ideally be backwards compatible with the original genesis chain protocol so that all previous data is not rendered obsolete. The ability to update the protocol and create new protocols gives slidechain the flexibility to adapt to any future technological need where a blockchain is useful.
  • the slidechain can have multiple forks.
  • Each forked chain is pattern coded in Fig. 3 to visually indicate that the same protocol rules apply to blocks with the same pattern fill.
  • the genesis chain including the genesis block is filled with plain white.
  • Two consecutive fork blocks, 301 and 302, are shown on the genesis chain.
  • the first fork block 301 begins a forked chain that applies the Rules_2 protocol.
  • the second fork block 302 immediately following the first fork block creates a new forked chain that applies a different Rules_4 protocol.
  • every block in the genesis chain could conceivably be a fork block.
  • the protocol of a forked chain it is possible for the protocol of a forked chain to impose its own rules for the creation of additional fork blocks on that forked chain. If a chain that does not recognize the validity of multiple branches is required for a particular application, a customized protocol that disallows forking can be created.
  • a forked block may allow for more than one fork to chain from it.
  • the first fork block 301 illustrates this with a fork chain applying Rules_2 attached beneath it and the fork chain applying Rules_3 chaining above it.
  • a fork block In order for a fork block to allow for multiple forks, it must store a reference to the root block for each chain that chains from it. This requires a section in the block for authorized hashes that can store more than one authorized has corresponding to a root block.
  • the protocol rules for each chain are stored in the root block of each forked chain, and not the fork block itself.
  • the protocol rules for multiple forks are stored in the fork block itself, with an identifier that references the root block to which the protocol rules apply.
  • the first block in a forked chain may also be a fork block itself. This is illustrated in Fig. 3 by the third fork block 303.
  • the first fork block 301 creates a forked chain with a Rules_3 protocol and the third fork block 301, which is the first block in the Rules_3 chain, is also a fork block creating a forked chain to the right with a Rules_5 protocol.
  • the chain rule set for each chain is stored in the first block of the chain fork.
  • the Rules_3 protocol would be stored in the third fork block 303 and the Rules_5 protocol is stored in the root block 305.
  • the fork block stores the protocol rules for the forked chain.
  • the first fork block 301 would store the Rules_3 protocol and the thirds fork block 303 stores the Rules_5 protocol.
  • the language used for defining the protocol rules for a forked chain at runtime can be a known computer programming or scripting language, such as, Python, Ruby, Perl, JavaScript, PHP, Scheme, VBScript, Java, Microsoft .Net, C++, C#, C, or a custom-created language for defining the protocol rules.
  • Python Python, Ruby, Perl, JavaScript, PHP, Scheme, VBScript, Java, Microsoft .Net, C++, C#, C, or a custom-created language for defining the protocol rules.
  • Any suitable language can be used for defining runtime protocols for forked chains without departing from the spirit and scope of the present invention.
  • Fig. 4 illustrates how the fork block 400 is interconnected with the first block in an intentional fork to create a valid fork chain.
  • Each block in the blockchain contains a hash of the immediately preceding block stored in the previous hash 402. This creates a link going back through the chain from each block and is a key component to making it prohibitively difficult to modify the chain.
  • the first block in a valid intentional fork is called the root block 401. Therefore the root block 401 naturally contains in its previous hash 402 a link to the fork block 400.
  • a hash representing the root block 401 is also stored in the fork block 400. This creates a two way link where the fork block 400 and the root block 401 each contain a hash reference to the other.
  • the root block 401 is partially created before the fork block 400 is created.
  • the previous hash 402, which will come from the fork block 400, and the nonce 403 are left unspecified at this point.
  • a payload hash 404 is created from the data stored in the payload 405.
  • the payload hash 404 and all the data of the root block 401, except the previous hash 402 and the nonce 403, are used to compute a short hash, which is stored as the authorized hash 409 of the fork block 400. Excluding the previous hash
  • the protocol 410 rules that apply to the fork chain beginning with the root block 401 are stored in the fork block payload.
  • a hash is then computed based on the payload and stored as the payload hash 407.
  • the fork flag 408 is set in the fork block to indicate a valid fork branching from the fork block 400.
  • the authorized hash 409 which represents the root block 401, is included along with the payload hash 407 and the rest of the fork block data in computing a valid hash for the fork block 400. This is done by repeatedly adjusting the fork block nonce 406 until the resulting hash meets the required proof standard.
  • additional rules are imposed to prevent unauthorized forks from being recognized. For example, somebody might try to make an exact copy of the root block in order to fake an authorized fork. However, the system is configured to ignore exact copies of blocks and treat them as the same block. Exact copies can be detected by comparing the block hash or the short hash between two blocks that both reference the same previous block. The block hash is based at least on the previous hash, nonce, payload hash, timestamp, proof standard, descriptor, fork flag, and optionally the authorized hash, when present. Any blocks that try to chain off the copy of the root block are simply treated as chaining off the original root block, creating a fork that is indistinguishable from an unauthorized fork. In dealing with unauthorized forks, the longest chain is considered valid.
  • the root block may also be a fork block. This is called a root fork. If the fork flag 411 in the root block 401 is set, then an authorized hash is stored identifying a second root block that begins a valid fork. When a root block is a fork block, the second root block must be created first. The short hash of the second root block is stored as the authorized hash 412 in the root fork block. The root fork short hash can then be computed and stored as the authorized hash 409 of the fork block 400. Once the fork block is created, the block hashes for the fork block, the root fork block, and the second root block can then be computed in the required order, as described above.
  • a fork block 500 may store more than one authorized hash to create multiple authorized forks from a single fork block 500.
  • the authorized hashes 502 are stored in a flexible structure that allows storage of one or more short hashes corresponding to one or more root blocks.
  • the protocol rules for each valid fork may be stored in the fork block payload 504, or in the root blocks 501 and 502 for each authorized fork chain respectively.
  • the authorized root block referenced in the fork block represents one side of the fork.
  • the other side of the fork is determined by the standard rule for a blockchain, where the longest blockchain is considered the valid chain and all other forks are abandoned. For example there may be three blocks that all reference a fork block as their previous hashes.
  • the root block which has a short hash that matches the authorized hash in the fork block is automatically recognized as valid regardless of how long the chain from that root block is. Between the remaining two chains, the longest chain is considered the second valid chain and the shorter chain is abandoned by the distributed network.
  • Fig. 6 shows a flowchart for the process of creating a valid slidechain fork.
  • the system computes the payload hash for the root block.
  • the payload hash is a mathematical summary of the payload data and does not have to meet any proof standard.
  • the system gets a timestamp for the root block.
  • the distributed network follows rules for accepting new blocks that require the timestamp to be within a certain range. A timestamp that appears to be spoofed or faked will result in rejection of the root block by the distributed network.
  • the short hash is computed.
  • the short hash uses at least the payload hash and timestamp as inputs, and may include other parts of the block as well. Including more parts of the block in the short hash improves the reliability and security of the slidechain by making it more difficult to spoof an apparently authorized chain fork.
  • the fork block is created with the short hash from the root block stored as the authorized hash in the fork block.
  • the block hash for the fork block is computed. The block hash must meet the proof standard stored in the fork block. This is accomplished by repeatedly adjusting the nonce until a hash is found that meets the proof standard.
  • the block hash from the fork block is stored as the previous hash in the root block. This completes the two-way reference between the fork block and the root block, ensuring that the root block represents an authorized and valid fork from the fork block.
  • the root block is validated or finalized by finding a block hash that meets the proof standard stored in the root block. This concludes the explanation of the slidechain. Following is a description of voting system and method implementations which use a standard blockchain technology or slidechain technology. [0061] According to an embodiment of the voting system described herein, each voter is assigned a cryptographic key pair comprising a private key and a public key generated through asymmetric cryptography.
  • the system may use any algorithm or standard for generating a key pair including ECDSA (Elliptic Curve Digital Signature Algorithm), RSA (Rivest Shamir Adleman) algorithm, or any other current or future key generation algorithm.
  • ECDSA Elliptic Curve Digital Signature Algorithm
  • RSA Raster Shamir Adleman
  • the particular method for generating a key pair is not critical to the present invention.
  • One or ordinary skill in the art would recognize that any method of generating a cryptographic key pair could be used without departing from the present invention.
  • the voter is given either a physical representation of the keys printed as a barcode which may be the ballot itself, or an electronic storage device holding the key pair.
  • the public key is used to uniquely identify the votes cast by the voter, and the private key is used to apply a digital signature to the votes.
  • Each key pair is granted a single vote in each race that the voter is authorized to vote in. When a ballot or key pair is used to cast a vote, the ballot or key pair expires and
  • the private key is used to produce a digital signature of the voting data submitted by the voter.
  • the digital signature can be verified using the public key without accessing the private key.
  • a voter cannot digitally sign the voting data that corresponds to another voter's public key. This prevents a malicious actor from being able to change the voting data for other voters.
  • the most a voter could do, without obtaining private keys would be to change the voting data corresponding to his own private key, which is hardly likely to influence the outcome of an election, and would, in the end, simply represent his own vote in the election.
  • Fig. 7 shows a block diagram of a proprietary voting machine 701 used in the present voting system according to an embodiment of the present invention.
  • the voting machine 701 is a computerized system running software in conjunction with external hardware components, and includes a barcode scanner 702 for scanning data from a physical ballot.
  • the voting machine includes a processor and computer readable memory loaded with voting software 703 and a proprietary blockchain client 704 software.
  • the voting software receives the voting data from the voter by electronic input using a graphical interface, or through the scanner from the physical ballot, applies a digital signature to the voting data using the voter's private key. This signed voting data is passed to the blockchain client 704 which broadcasts the data to the distributed network through the network interface 705.
  • the voting data is packaged in a blockchain block and the block is solved to be added to the blockchain by finding a valid hash for the block as described above and in the parent application.
  • the voting data may be packaged in a blockchain block before being broadcast to the distributed network, or the signed voting data may be broadcast naked. When the voting data is broadcast naked, one or more of the voting machines on the network will package the data into a blockchain block and find a valid hash so it can be added to the blockchain.
  • the blockchain client and voting software can be combined into a single software bundle, or the duties of applying a digital signature, packaging the vote data in a data block, and finding a valid hash can be shared or accomplished by one or the other software component.
  • the voting software 703 or the blockchain client 704, or a third software component could assume any one or all of the steps described above.
  • Fig 8. Shows a network diagram of a distributed network of voting machines according to an embodiment of the present invention.
  • Each voting machine is a node in the larger distributed network 803 connected through the internet and is capable of participating in accepting votes, and solving for new blocks on the blockchain.
  • voting machines may be added to the network with the sole purpose of solving for new blocks on the network.
  • the voting data is broadcast to the whole network and all voting machines work simultaneously to solve the next block in the chain.
  • the voting machines are grouped into Zone 1 801 and Zone 2 802.
  • Zone 1 801 and Zone 2 802 may be located in separate municipalities with separate races where the voters in one municipality cannot vote in the election of the other municipality.
  • the zones may be assigned to separate districts with their own local elections and a larger regional election occurring simultaneously.
  • a separate blockchain is created for each election district.
  • a separate blockchain is used for each race.
  • the local races would have their own blockchain, but a larger overlapping regional election would share a blockchain across Zone 1 801 and Zone 2 802.
  • all voting data in all elections in all zones is stored on a single blockchain.
  • Zone 1 801 and Zone 2 802 a variety of different voting machine configurations can be used. These different voting machine configurations can be based on a desktop PC, laptop, dummy terminal, mobile computer, or PDA.
  • the voting machines in each zone may be produced by different manufacturers or owned by different voting machine equipment providers.
  • Each voting machine follows a common protocol in communicating with the distributed network 803 and solving for new blocks on the one or more blockchains stored in the network.
  • voting machines are configured to accommodate voting in the zone where they reside.
  • the voting machines will allow only votes cast in elections that the voter is allowed to vote in.
  • Each voting machine may be preconfigured with the fields for state, county, municipality, election district, the district for each office for which an election is held and in which the voter resides and which district boundaries are not contiguous with either the municipal, county or state boundaries.
  • the keypairs can and will be customized to the individual voter on data fields including, without limitation, the fields for state, county, municipality, election district, the district for each office for which an election is held and in which the voter resides and which district boundaries are not contiguous with either the municipal, county or state boundaries.
  • These fields are stored in the blockchain as the voting data to designate which election each vote belongs to.
  • Fig. 9 is a diagram of a voting block 900 on the blockchain according to an embodiment of the present invention.
  • the voting block includes a hash of the previous block stored in the previous hash 901 of the block 900.
  • the voting data 903, the digital signature 904 of the voting data, and the updated voting count 905 are all stored in the payload 902 of the block.
  • Fig. 10 shows a blockchain for storing voting data according to an embodiment of the present invention.
  • the genesis block 1001 marks the beginning of the blockchain and may or may not store any voting data.
  • Each voting block 1002 includes the hash of the preceding block and the votes of a single voter. Alternatively, votes from multiple voters, with their corresponding digital signatures can all be stored in the same voting block 1002.
  • the difficulty of the proof standard can be adjusted and the maximum size of the blocks can be increased according to the number of voters voting in an election and the number of voting machines in use. For example, in a small municipal election, although only a handful of voting machines would be sufficient to receive every vote cast, additional voting machines can still be included in the distributed network from anywhere with an internet connection in order to help solve for blocks in the blockchain. As more voting machines participate in the distributed network, even if they are not directly used by voters, the difficulty of the proof standard can be increased without delaying the outcome of the election.
  • Fig. 11 shows the connection between a voting block and a corresponding counting block when two blockchains are used to store voting data and counting data according to an alternate embodiment of the present invention.
  • Each voting block 1100 stores a hash of the previous voting block in the voting blockchain in the voting previous hash 1101; likewise, each counting block 1105 stores a hash of the previous counting block in the counting blockchain as the counting previous hash 1106.
  • Each counting block 1105 in the counting blockchain additionally stores a hash of the voting block whose votes it uses to update the voting count.
  • the voting payload 1104 stores the voting data 1102 and the digital signature 1103 of the voter that submitted the voting data 1102.
  • the counting payload 1109 stores the updated voting count 1108 that results from the voting data stored in the voting block whose hash is stored in the voting hash 1107.
  • Fig. 12 shows a voting blockchain 1201 and a counting blockchain 1203 which propagate in tandem.
  • a counting block 1204 is created with a reference to the hash of the voting block 1202.
  • the hash of each voting block 1202 is stored both in the next voting block and in a corresponding counting block 1204.
  • the counting block 1204 adds the votes in the referenced voting block 1202 to the count and stores it in the counting payload 1109. This ties the counting block 1204 to a specific voting block 1202 and allows easy auditing of the votes stored in the voting blockchain 1201 and count stored in the counting blockchain 1203.
  • the counting blockchain 1203 grows at exactly the same rate as the voting blockchain 1201. After each voting block 1100 is solved, the hash from that newly solved voting block 1100 is stored as the voting hash 1107 in the next counting block and the updated voting count is stored in the counting block payload 1109. The voting count is updated simply by reading the voting count of the previous counting block and updating the voting count according to the votes cast in the last voting block. Because the counting block includes a hash of the voting block, the counting block corresponding to a particular voting block is always solved after the voting block. This improves security by adding an additional layer of verification and increasing the computation that must be done in order to change data stored in the blockchain.
  • the hash will change, and break the link to the corresponding counting block in the counting blockchain, forcing the malicious actor to re-compute not only the voting blockchain, but the counting blockchain as well. If the malicious actor tries to modify only the counting blockchain, it will be readily apparent that the count does not correspond to the votes in the voting blockchain.
  • the voting block need not have exactly the same number of blocks as the voting blockchain.
  • Each counting block can simply reference the latest voting block and update the count based on every voting block created since the voting block referenced by the previous counting block. This will allow arbitrarily sized gaps between the voting blocks that are referenced by the counting blocks.
  • the solving of counting blocks can be opened to the public, rather than relying solely on the computing power of the voting machines.
  • a vote counting blockchain client may be provided which any user can install on their own computer and use to solve counting blocks. Since counting blocks only deal with information that has been securely stored in the voting blockchain, and do not need access to private keys, there is no security risk in allowing the public to participate in solving counting blocks.
  • An incentive reward such as digital coins, rewards points, or tax exemption points, may be provided to the user that solves each counting block.
  • Fig. 13 is a diagram showing the connection between a voter block 1301 and a voting block according to an embodiment of the present invention using slidechain technology.
  • Each voter block 1301 creates a fork from the root chain.
  • the root chain is chain that extends from the genesis block without following a fork.
  • the fork chains created with each voter block 1301 stores the voting data belonging to a voter identified in the voter block 1301 that created the fork chain. Therefore, each fork chain created by a voter block 1301 will only have a single block storing voting data.
  • the voter block 1301 stores the hash of the previous block as the voter previous hash 1302 and the hash of the valid fork as the voting hash 1303.
  • the voter payload 1306 contains voter data 1304 identifying the voter, which may comprise the voter's public key, an identifier for each election in which the voter is allowed to cast a vote, state, county, municipality, election district, the district for each office for which an election is held and in which the voter resides and which district boundaries are not contiguous with either the municipal, county or state boundaries.
  • a voter digital signature 1305 may also be applied to prevent unauthorized changes to the data in the voter payload 1306.
  • the voting block stores the voter block has as the voting previous hash 1308 and the voting payload 1312 is used, at least in part, to produce a short hash which is stored in the voter block as the voting hash 1303.
  • the voting payload 1312 stores the actual vote data 1309 of the voter, with a voting digital signature 1310, and an end chain script 1311 which prevents further votes on the fork chain produced by the voter block 1301.
  • the end chain script enforces the one vote per voter rule and prevents further votes from being cast on the fork chain.
  • Fig. 14 shows a diagram of the slidechain used to store voter data and voting data according to an embodiment of the present invention.
  • the slidechain implementation has only a single blockchain 1400, but each voter block 1401 produces a fork in the chain where votes are stored for a particular voter. According to an embodiment of the present invention, the voter is identified in the voter block.
  • Each fork contains only a single voting block 1402, which stores the votes cast by the voter identified in the voter block 1401.
  • Fig. 15 shows a diagram of the slidechain used to store voter data and voting data according to an alternate embodiment of the present invention.
  • slidechain technology stores within the fork block a hash of at least part of the root block of a valid fork.
  • the short hash is computed from the root block 1502, excluding the root block's 1502 previous hash.
  • This short hash is stored in the voter block 1501, which acts as the fork block, completing the voter block 1501 and allowing the voter block 1501 hash to be computed.
  • the voter block 1501 hash is then stored in the root block 1502, completing the root block 1502 and allowing the root block 1502 to be solved by finding a valid hash. This means that, at least according to one embodiment of the slidechain, the data stored in a root block 1502 must be known before the voter block 1501 can be completed.
  • the slidechain can be used as a voter registration database.
  • Voter data can be stored in the voter block for every registered voter and the rules that apply to the fork chains in the election are stored in the root blocks 1502.
  • a voter block and root block can be computed or pre -mined in advance for every voter.
  • the voting data will be stored on that voter's corresponding fork chain in a voting block 1503 that chains onto the root block 1502.
  • Any voter that does not vote will leave an empty fork chain as shown where no voting block is chained to the root block 1504.
  • Pre-mining blocks on the slidechain allows processing of the election to speed up because computing power can be concentrated on solving the voting blocks without having to solve the voter blocks and root blocks during the election.
  • the voting count is updated using a counting chain 1505 which is a specific fork chain on the slidechain dedicated to updating the count in the election.
  • a new counting 1506 block is added to the counting chain 1505 which adds the voter's votes to the voting count from the previous block in the counting chain 1505, and stores the updated voting count in a new counting block 1506 on the counting chain 1505.
  • Fig. 16 shows a flowchart of a process for voting according to an embodiment of the present invention. It is assumed that at the start of the process shown in Fig. 16, the voter's identity has been verified and the voter is allowed to vote under whichever laws apply in the jurisdiction.
  • the voter is issued a private key.
  • This private key may be issued as a barcode printed on a piece of paper or another physical medium, a private key printed as a barcode on a physical ballot, or on an electronic medium such as a USB storage device, RFID device, or other computer readable medium.
  • the private key is received at the voting machine. If the private key is a barcode it is received through a scanner on the voting machine. If the private key is on an electronic storage medium, it is received through whatever means is appropriate for the electronic storage medium.
  • the validity of the private key is verified. Not just any private key can be used to vote. Otherwise, anyone could spoof votes simply by generating key pairs and using them to send votes to the distributed network.
  • the voting machine checks to make sure the private key was issued through the proper authority, and has not yet been used.
  • the voting machine receives votes from the voter, this is done electronically through a graphical interface of the voting machine, or by scanning a physical ballot through the voting machine's scanner.
  • the votes are converted to a transaction format that is valid for storage on the blockchain. According to one embodiment, this involves storing the public key to uniquely identify the voter and the electronic identifiers of the candidates that the voter voted for. Typically the electronic identifiers of the candidates will also be public keys, but any identifier could be used to uniquely identify which candidates the voter voted for.
  • the voting data is digitally signed using the voter's private key.
  • This signature is verifiable mathematically using the voting data and the voter's public key stored with the voting data.
  • the digital signature prevents others from modifying the voting data and proves that the voting data was produced by the voter that holds the private key corresponding to the public key stored with the voting data.
  • the voting data is broadcast to the distributed network. Once the voting data is available to the distributed network, one or more of the voting machines that act as nodes on the distributed network can try to solve for the next block with the voting data included in the payload of the voting block.
  • the voting system combines three different security systems, of which none can be compromised or disabled in the same way.
  • the three systems are (a) a physical record through paper or other hard copy version of a voting ballot, (b) a cloud based protection which would use a computer interface and the internet to transfer results taken after the scanning of special, one-use-only ballots and offload them onto a cloud storage, and (c) storage on a customized blockchain or blockchain type apparatus. Results would be stored in each of these three media.
  • vote counting should be done using the two computer media for the sake of timeliness.
  • the paper record preservation can assist in auditing the vote and other records.
  • a computer program consists of a finite sequence of computational instructions or program instructions. It will be appreciated that a programmable apparatus (i.e., computing device) can receive such a computer program and, by processing the computational instructions thereof, produce a further technical effect.
  • a programmable apparatus i.e., computing device
  • a programmable apparatus includes one or more microprocessors, microcontrollers, embedded microcontrollers, programmable digital signal processors, programmable devices, programmable gate arrays, programmable array logic, memory devices, application specific integrated circuits, or the like, which can be suitably employed or configured to process computer program instructions, execute computer logic, store computer data, and so on.
  • a computer can include any and all suitable combinations of a special-purpose computer, programmable data processing apparatus, processor, processor architecture, and so on.
  • a computer can include a computer-readable storage medium and that this medium may be internal or external, removable and replaceable, or fixed. It will also be understood that a computer can include a Basic Input/Output System (BIOS), firmware, an operating system, a database, or the like that can include, interface with, or support the software and hardware described herein.
  • BIOS Basic Input/Output System
  • Embodiments of the system as described herein are not limited to applications involving conventional computer programs or programmable apparatuses that run them. It is contemplated, for example, that embodiments of the invention as claimed herein could include an optical computer, quantum computer, analog computer, or the like.
  • a computer program can be loaded onto a computer to produce a particular machine that can perform any and all of the depicted functions.
  • This particular machine provides a means for carrying out any and all of the depicted functions.
  • the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a data store may be comprised of one or more of a database, file storage system, relational data storage system or any other data system or structure configured to store data, preferably in a relational manner.
  • the data store may be a relational database, working in conjunction with a relational database management system (RDBMS) for receiving, processing and storing data.
  • RDBMS relational database management system
  • the data store may comprise one or more databases for storing information related to the processing of moving information and estimate information as well one or more databases configured for storage and retrieval of moving information and estimate information.
  • Computer program instructions can be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to function in a particular manner.
  • the instructions stored in the computer-readable memory constitute an article of manufacture including computer-readable instructions for implementing any and all of the depicted functions.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • computer program instructions may include computer executable code.
  • languages for expressing computer program instructions are possible, including without limitation C, C++, Java, JavaScript, assembly language, Lisp, HTML, Perl, and so on. Such languages may include assembly languages, hardware description languages, database programming languages, functional programming languages, imperative programming languages, and so on.
  • computer program instructions can be stored, compiled, or interpreted to run on a computer, a programmable data processing apparatus, a heterogeneous combination of processors or processor architectures, and so on.
  • embodiments of the system as described herein can take the form of web- based computer software, which includes client/server software, software-as-a-service, peer-to- peer software, or the like.
  • a computer enables execution of computer program instructions including multiple programs or threads.
  • the multiple programs or threads may be processed more or less simultaneously to enhance utilization of the processor and to facilitate substantially simultaneous functions.
  • any and all methods, program codes, program instructions, and the like described herein may be implemented in one or more thread.
  • the thread can spawn other threads, which can themselves have assigned priorities associated with them.
  • a computer can process these threads based on priority or any other order based on instructions provided in the program code.
  • block diagrams and flowchart illustrations depict methods, apparatuses (i.e., systems), and computer program products.
  • Any and all such functions can be implemented by computer program instructions; by special-purpose, hardware-based computer systems; by combinations of special purpose hardware and computer instructions; by combinations of general purpose hardware specialized through computer instructions; and so on - any and all of which may be generally referred to herein as a "circuit,” "module,” or "system.”
  • each element in flowchart illustrations may depict a step, or group of steps, of a computer-implemented method. Further, each step may contain one or more sub-steps. For the purpose of illustration, these steps (as well as any and all other steps identified and described above) are presented in order. It will be understood that an embodiment can contain an alternate order of the steps adapted to a particular application of a technique disclosed herein. All such variations and modifications are intended to fall within the scope of this disclosure. The depiction and description of steps in any particular order is not intended to exclude embodiments having the steps in a different order, unless required by a particular application, explicitly stated, or otherwise clear from the context.

Abstract

La présente invention concerne d'une manière générale la technologie blockchain. Plus précisément, cette invention se rapporte à l'adaptation de la technologie blockchain à la mémorisation de données de vote dans un système de vote électronique. Le système comprend un réseau réparti de machines à voter en communication les unes avec les autres. Chaque machine à voter comporte un lecteur de codes à barres, un dispositif de communication de réseau, et un système informatique exécutant un client de vote. Les votes sont reçus par l'intermédiaire du lecteur de codes à barres ou d'un système d'interface d'électeur, et ils sont mémorisés soigneusement dans un registre blockchain. Le score des différents candidats lors de l'élection est mis à jour et mémorisé au fur et à mesure que chaque vote est reçu et compté. Ainsi, une piste audible des votes et du score est créée, et elle peut servir à détecter, corriger et empêcher les fraudes et les erreurs au cours du processus de comptage des votes.
PCT/US2015/044109 2014-08-06 2015-08-06 Système et procédé permettant de recevoir et compter soigneusement des votes lors d'une élection WO2016022864A2 (fr)

Applications Claiming Priority (10)

Application Number Priority Date Filing Date Title
US62/090,370 2014-08-06
US201462090370P 2014-12-11 2014-12-11
US201562112130P 2015-02-04 2015-02-04
US62/112,130 2015-02-04
US201562170131P 2015-06-03 2015-06-03
US62/170,131 2015-06-03
US201562185613P 2015-06-27 2015-06-27
US62/185,613 2015-06-27
US14/809,062 US9608829B2 (en) 2014-07-25 2015-07-24 System and method for creating a multi-branched blockchain with configurable protocol rules
US14/809,062 2015-07-24

Publications (2)

Publication Number Publication Date
WO2016022864A2 true WO2016022864A2 (fr) 2016-02-11
WO2016022864A3 WO2016022864A3 (fr) 2016-04-07

Family

ID=55264772

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2015/044109 WO2016022864A2 (fr) 2014-08-06 2015-08-06 Système et procédé permettant de recevoir et compter soigneusement des votes lors d'une élection

Country Status (1)

Country Link
WO (1) WO2016022864A2 (fr)

Cited By (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106899680A (zh) * 2017-03-09 2017-06-27 上海亿账通区块链科技有限公司 多区块链的分片处理方法和装置
WO2017151861A1 (fr) * 2016-03-04 2017-09-08 Assured Enterprises, Inc. Utilisation d'une technique de mandataire lors d'une utilisation de clé de cryptage de dépositaire
FR3049137A1 (fr) * 2016-03-21 2017-09-22 Sebastien Dupont Procede permettant de gerer des contrats intelligents associes ou non a une identite digitale a travers un reseau informatique decentralise
US9794074B2 (en) 2016-02-04 2017-10-17 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
CN107391557A (zh) * 2017-03-24 2017-11-24 北京瑞卓喜投科技发展有限公司 针对设置链外勘误表的区块链串行查询方法及系统
CN107392623A (zh) * 2017-05-22 2017-11-24 阿里巴巴集团控股有限公司 一种业务执行的方法及装置
WO2017204895A1 (fr) * 2016-05-27 2017-11-30 Mastercard International Incorporated Procédé et système de distribution efficace de données de configuration à l'aide d'une technologie de chaîne de blocs autorisée
WO2018013259A1 (fr) * 2016-07-15 2018-01-18 Mastercard International Incorporated Procédé et système pour chaînes de blocs divisées et confidentialité améliorée pour des chaînes de blocs autorisées
US9892460B1 (en) 2013-06-28 2018-02-13 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
WO2018067271A1 (fr) * 2016-10-06 2018-04-12 Mastercard International Incorporated Procédé et système de protection et de vérification d'identité et de justificatif d'identité par l'intermédiaire d'une chaîne de blocs
US10068228B1 (en) 2013-06-28 2018-09-04 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US10097356B2 (en) 2015-07-02 2018-10-09 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US10108812B2 (en) 2016-01-28 2018-10-23 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
CN108846942A (zh) * 2018-06-29 2018-11-20 青岛大学 基于以太坊区块链的电子投票方法和系统
CN109067521A (zh) * 2018-07-27 2018-12-21 天津大学 一种基于区块链的公钥分发方法
ES2697913A1 (es) * 2018-04-25 2019-01-29 Nvia Gestion De Datos S L Procedimiento de certificacion simultanea o separada de la entrega del contenido de un sms o mms y posterior confirmacion de lectura del mismo por parte del receptor
CN109286497A (zh) * 2018-09-06 2019-01-29 贵阳信息技术研究院(中科院软件所贵阳分部) 一种基于区块链的不记名投票和多条件计票的方法
WO2019043589A1 (fr) * 2017-08-29 2019-03-07 nChain Holdings Limited Systèmes et procédés de communication, de stockage et de traitement de données fournies par une entité sur un réseau de chaîne de blocs
WO2019072021A1 (fr) * 2017-10-11 2019-04-18 众安信息技术服务有限公司 Procédé de prise en charge de participation artificielle dans la prise de décision de chaîne de blocs et dispositif électronique
US10269009B1 (en) 2013-06-28 2019-04-23 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
WO2019090342A1 (fr) * 2017-11-06 2019-05-09 Velo Holdings Limited Système de chaîne de blocs
CN109934988A (zh) * 2019-02-15 2019-06-25 哈尔滨工程大学 一种基于区块链的电子投票方法
US10354325B1 (en) 2013-06-28 2019-07-16 Winklevoss Ip, Llc Computer-generated graphical user interface
US10375105B2 (en) 2017-03-03 2019-08-06 International Business Machines Corporation Blockchain web browser interface
US10373129B1 (en) 2018-03-05 2019-08-06 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10373158B1 (en) 2018-02-12 2019-08-06 Winklevoss Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US10380812B2 (en) 2017-06-23 2019-08-13 International Business Machines Corporation Vehicle transaction validation
US10438170B2 (en) 2017-01-05 2019-10-08 International Business Machines Corporation Blockchain for program code credit and programmer contribution in a collective
US10438290B1 (en) 2018-03-05 2019-10-08 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
CN110400410A (zh) * 2019-07-31 2019-11-01 中钞信用卡产业发展有限公司杭州区块链技术研究院 一种电子投票系统
TWI677220B (zh) * 2018-09-18 2019-11-11 柯賓漢數位金融科技有限公司 應用分片機制之區塊網的區塊產生方法及區塊網系統
US10484376B1 (en) 2015-01-26 2019-11-19 Winklevoss Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US10540654B1 (en) 2018-02-12 2020-01-21 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
CN110738783A (zh) * 2019-10-15 2020-01-31 腾讯科技(深圳)有限公司 投票数据的更新系统、方法、装置、设备及可读存储介质
WO2020062394A1 (fr) * 2018-09-26 2020-04-02 网宿科技股份有限公司 Procédé et système de traitement de service fondés sur une chaîne de blocs
US10611474B2 (en) 2017-03-20 2020-04-07 International Business Machines Corporation Unmanned aerial vehicle data management
CN111201753A (zh) * 2017-10-19 2020-05-26 联邦印刷有限公司 双向链接的区块链结构
US10693632B1 (en) 2015-03-16 2020-06-23 Winklevoss Ip, Llc Autonomous devices
US10693954B2 (en) 2017-03-03 2020-06-23 International Business Machines Corporation Blockchain-enhanced mobile telecommunication device
EP3754901A1 (fr) 2016-02-23 2020-12-23 Nchain Holdings Limited Système et procédé de comptage mis en uvre par chaîne de blocs destinés à être utilisés dans un vote et une distribution sécurisés
US10887309B2 (en) 2017-01-10 2021-01-05 Electronics And Telecommunications Research Institute Apparatus and system for managing transaction information of public organization using blockchain technology
US10915891B1 (en) 2015-03-16 2021-02-09 Winklevoss Ip, Llc Autonomous devices
US10929842B1 (en) 2018-03-05 2021-02-23 Winklevoss Ip, Llc System, method and program product for depositing and withdrawing stable value digital assets in exchange for fiat
US11100743B1 (en) 2017-12-30 2021-08-24 S&S Crypto Technologies Blockchain-based election system
US11139955B1 (en) 2018-02-12 2021-10-05 Winklevoss Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11182782B2 (en) 2016-02-23 2021-11-23 nChain Holdings Limited Tokenisation method and system for implementing exchanges on a blockchain
US11200569B1 (en) 2018-02-12 2021-12-14 Winklevoss Ip, Llc System, method and program product for making payments using fiat-backed digital assets
US11200564B2 (en) 2015-03-31 2021-12-14 Nasdaq, Inc. Systems and methods of blockchain transaction recordation
US11282139B1 (en) 2013-06-28 2022-03-22 Gemini Ip, Llc Systems, methods, and program products for verifying digital assets held in a custodial digital asset wallet
CN114299655A (zh) * 2020-09-23 2022-04-08 成都中科信息技术有限公司 一种电子投票系统及其工作方法
US11308486B2 (en) 2016-02-23 2022-04-19 nChain Holdings Limited Method and system for the secure transfer of entities on a blockchain
US11308487B1 (en) 2018-02-12 2022-04-19 Gemini Ip, Llc System, method and program product for obtaining digital assets
US11334883B1 (en) 2018-03-05 2022-05-17 Gemini Ip, Llc Systems, methods, and program products for modifying the supply, depositing, holding and/or distributing collateral as a stable value token in the form of digital assets
US11349645B2 (en) 2016-02-23 2022-05-31 Nchain Holdings Ltd. Determining a common secret for the secure exchange of information and hierarchical, deterministic cryptographic keys
US11356280B2 (en) 2016-02-23 2022-06-07 Nchain Holdings Ltd Personal device security using cryptocurrency wallets
US11373152B2 (en) 2016-02-23 2022-06-28 nChain Holdings Limited Universal tokenisation system for blockchain-based cryptocurrencies
US11410145B2 (en) 2016-02-23 2022-08-09 nChain Holdings Limited Blockchain-implemented method for control and distribution of digital content
US11455378B2 (en) 2016-02-23 2022-09-27 nChain Holdings Limited Method and system for securing computer software using a distributed hash table and a blockchain
US11475442B1 (en) 2018-02-12 2022-10-18 Gemini Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US11501370B1 (en) 2019-06-17 2022-11-15 Gemini Ip, Llc Systems, methods, and program products for non-custodial trading of digital assets on a digital asset exchange
US11507928B2 (en) 2018-06-05 2022-11-22 International Business Machines Corporation Blockchain and cryptocurrency for real-time vehicle accident management
US11522700B1 (en) 2018-02-12 2022-12-06 Gemini Ip, Llc Systems, methods, and program products for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11606219B2 (en) 2016-02-23 2023-03-14 Nchain Licensing Ag System and method for controlling asset-related actions via a block chain
US11621833B2 (en) 2016-02-23 2023-04-04 Nchain Licensing Ag Secure multiparty loss resistant storage and transfer of cryptographic keys for blockchain based systems in conjunction with a wallet management system
US11625694B2 (en) 2016-02-23 2023-04-11 Nchain Licensing Ag Blockchain-based exchange with tokenisation
US11727501B2 (en) 2016-02-23 2023-08-15 Nchain Licensing Ag Cryptographic method and system for secure extraction of data from a blockchain
US11909860B1 (en) 2018-02-12 2024-02-20 Gemini Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11972422B2 (en) 2016-02-23 2024-04-30 Nchain Licensing Ag Registry and automated management method for blockchain-enforced smart contracts

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2446199A (en) * 2006-12-01 2008-08-06 David Irvine Secure, decentralised and anonymous peer-to-peer network
WO2010048197A1 (fr) * 2008-10-24 2010-04-29 Sequoia Voting Systems, Inc. Caractéristiques de sécurité de niveau de vote pour une machine à voter à balayage optique apte à traiter des images d'un vote, impression de sécurité de vote, et authentification et vérification de configuration de vote
US9384518B2 (en) * 2012-03-26 2016-07-05 Amerasia International Technology, Inc. Biometric registration and verification system and method

Cited By (142)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11783417B1 (en) 2013-06-28 2023-10-10 Gemini Ip, Llc Systems for redeeming shares in an entity holding digital math-based assets
US9965804B1 (en) 2013-06-28 2018-05-08 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US11580532B1 (en) 2013-06-28 2023-02-14 Gemini Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US10929929B1 (en) 2013-06-28 2021-02-23 Winklevoss Ip, Llc Systems for purchasing shares in an entity holding digital math-based assets
US11164251B1 (en) 2013-06-28 2021-11-02 Winklevoss Ip, Llc Computer-generated graphical user interface
US11282139B1 (en) 2013-06-28 2022-03-22 Gemini Ip, Llc Systems, methods, and program products for verifying digital assets held in a custodial digital asset wallet
US11615404B1 (en) 2013-06-28 2023-03-28 Gemini Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US11087313B1 (en) 2013-06-28 2021-08-10 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US9892460B1 (en) 2013-06-28 2018-02-13 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US9898782B1 (en) 2013-06-28 2018-02-20 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US11017381B1 (en) 2013-06-28 2021-05-25 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US10255635B1 (en) 2013-06-28 2019-04-09 Winklevoss Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US9965805B1 (en) 2013-06-28 2018-05-08 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US10002389B1 (en) 2013-06-28 2018-06-19 Winklevoss Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US10068228B1 (en) 2013-06-28 2018-09-04 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US11568398B1 (en) 2013-06-28 2023-01-31 Gemini Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US11423482B1 (en) 2013-06-28 2022-08-23 Gemini Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US10984472B1 (en) 2013-06-28 2021-04-20 Winklevoss Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US10650376B1 (en) 2013-06-28 2020-05-12 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US11928732B1 (en) 2013-06-28 2024-03-12 Gemini Ip, Llc Computer-generated graphical user interface
US10984470B1 (en) 2013-06-28 2021-04-20 Winklevoss Ip, Llc Systems for redeeming shares in an entity holding digital math-based assets
US10354325B1 (en) 2013-06-28 2019-07-16 Winklevoss Ip, Llc Computer-generated graphical user interface
US10325257B1 (en) 2013-06-28 2019-06-18 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US10269009B1 (en) 2013-06-28 2019-04-23 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US10484376B1 (en) 2015-01-26 2019-11-19 Winklevoss Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US11283797B2 (en) 2015-01-26 2022-03-22 Gemini Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US10778682B1 (en) 2015-01-26 2020-09-15 Winklevoss Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US10915891B1 (en) 2015-03-16 2021-02-09 Winklevoss Ip, Llc Autonomous devices
US11362814B1 (en) 2015-03-16 2022-06-14 Gemini Ip, Llc Autonomous devices
US11783323B1 (en) 2015-03-16 2023-10-10 Gemini Ip, Llc Autonomous devices
US10693632B1 (en) 2015-03-16 2020-06-23 Winklevoss Ip, Llc Autonomous devices
US11200564B2 (en) 2015-03-31 2021-12-14 Nasdaq, Inc. Systems and methods of blockchain transaction recordation
US11734675B2 (en) 2015-03-31 2023-08-22 Nasdaq, Inc. Systems and methods of blockchain transaction recordation
US11522716B2 (en) 2015-07-02 2022-12-06 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US10630485B2 (en) 2015-07-02 2020-04-21 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US10097356B2 (en) 2015-07-02 2018-10-09 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US11792017B2 (en) 2015-07-02 2023-10-17 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US11704429B2 (en) 2016-01-28 2023-07-18 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US10108812B2 (en) 2016-01-28 2018-10-23 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US10579819B2 (en) 2016-01-28 2020-03-03 Nasdaq Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US11188673B2 (en) 2016-01-28 2021-11-30 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US11695578B2 (en) 2016-02-04 2023-07-04 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computer systems
US10541821B2 (en) 2016-02-04 2020-01-21 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
US10084607B2 (en) 2016-02-04 2018-09-25 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
US11095462B2 (en) 2016-02-04 2021-08-17 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computer systems
US9794074B2 (en) 2016-02-04 2017-10-17 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
US11606219B2 (en) 2016-02-23 2023-03-14 Nchain Licensing Ag System and method for controlling asset-related actions via a block chain
US11347838B2 (en) 2016-02-23 2022-05-31 Nchain Holdings Ltd. Blockchain implemented counting system and method for use in secure voting and distribution
US11308486B2 (en) 2016-02-23 2022-04-19 nChain Holdings Limited Method and system for the secure transfer of entities on a blockchain
US11621833B2 (en) 2016-02-23 2023-04-04 Nchain Licensing Ag Secure multiparty loss resistant storage and transfer of cryptographic keys for blockchain based systems in conjunction with a wallet management system
US11194898B2 (en) 2016-02-23 2021-12-07 nChain Holdings Limited Agent-based turing complete transactions integrating feedback within a blockchain system
US11455378B2 (en) 2016-02-23 2022-09-27 nChain Holdings Limited Method and system for securing computer software using a distributed hash table and a blockchain
US11625694B2 (en) 2016-02-23 2023-04-11 Nchain Licensing Ag Blockchain-based exchange with tokenisation
US11349645B2 (en) 2016-02-23 2022-05-31 Nchain Holdings Ltd. Determining a common secret for the secure exchange of information and hierarchical, deterministic cryptographic keys
US11755718B2 (en) 2016-02-23 2023-09-12 Nchain Licensing Ag Blockchain implemented counting system and method for use in secure voting and distribution
EP3754901A1 (fr) 2016-02-23 2020-12-23 Nchain Holdings Limited Système et procédé de comptage mis en uvre par chaîne de blocs destinés à être utilisés dans un vote et une distribution sécurisés
US11936774B2 (en) 2016-02-23 2024-03-19 Nchain Licensing Ag Determining a common secret for the secure exchange of information and hierarchical, deterministic cryptographic keys
US11410145B2 (en) 2016-02-23 2022-08-09 nChain Holdings Limited Blockchain-implemented method for control and distribution of digital content
US11727501B2 (en) 2016-02-23 2023-08-15 Nchain Licensing Ag Cryptographic method and system for secure extraction of data from a blockchain
US11182782B2 (en) 2016-02-23 2021-11-23 nChain Holdings Limited Tokenisation method and system for implementing exchanges on a blockchain
US11356280B2 (en) 2016-02-23 2022-06-07 Nchain Holdings Ltd Personal device security using cryptocurrency wallets
US11373152B2 (en) 2016-02-23 2022-06-28 nChain Holdings Limited Universal tokenisation system for blockchain-based cryptocurrencies
US11972422B2 (en) 2016-02-23 2024-04-30 Nchain Licensing Ag Registry and automated management method for blockchain-enforced smart contracts
WO2017151861A1 (fr) * 2016-03-04 2017-09-08 Assured Enterprises, Inc. Utilisation d'une technique de mandataire lors d'une utilisation de clé de cryptage de dépositaire
US11057198B2 (en) 2016-03-04 2021-07-06 Assured Enterprises, Inc. Utilization of a proxy technique in escrow encryption key usage
FR3049137A1 (fr) * 2016-03-21 2017-09-22 Sebastien Dupont Procede permettant de gerer des contrats intelligents associes ou non a une identite digitale a travers un reseau informatique decentralise
US10305694B2 (en) 2016-05-27 2019-05-28 Mastercard International Incorporated Method and system for efficient distribution of configuration data utilizing permissioned blockchain technology
US10721078B2 (en) 2016-05-27 2020-07-21 Mastercard International Incorporated Method and system for efficient distribution of configuration data utilizing permissioned blockchain technology
US20190245698A1 (en) * 2016-05-27 2019-08-08 Mastercard International Incorporated Method and system for efficient distribution of configuration data utilizing permissioned blockchain technology
US11444787B2 (en) 2016-05-27 2022-09-13 Mastercard International Incorporated Method and system for efficient distribution of configuration data utilizing permissioned blockchain technology
WO2017204895A1 (fr) * 2016-05-27 2017-11-30 Mastercard International Incorporated Procédé et système de distribution efficace de données de configuration à l'aide d'une technologie de chaîne de blocs autorisée
US11082204B2 (en) 2016-07-15 2021-08-03 Mastercard International Incorporated Method and system for partitioned blockchains and enhanced privacy for permissioned blockchains
US11811911B2 (en) 2016-07-15 2023-11-07 Mastercard International Incorporated Method and system for partitioned blockchains and enhanced privacy for permissioned blockchains
US10097344B2 (en) 2016-07-15 2018-10-09 Mastercard International Incorporated Method and system for partitioned blockchains and enhanced privacy for permissioned blockchains
CN109417483A (zh) * 2016-07-15 2019-03-01 万事达卡国际股份有限公司 用于分区区块链和增强被许可的区块链的隐私的方法和系统
US10505717B2 (en) 2016-07-15 2019-12-10 Mastercard International Incorporated Method and system for partitioned blockchains and enhanced privacy for permissioned blockchains
CN109417483B (zh) * 2016-07-15 2022-04-12 万事达卡国际股份有限公司 用于分区区块链和增强被许可的区块链的隐私的方法和系统
WO2018013259A1 (fr) * 2016-07-15 2018-01-18 Mastercard International Incorporated Procédé et système pour chaînes de blocs divisées et confidentialité améliorée pour des chaînes de blocs autorisées
EP3852307A1 (fr) * 2016-07-15 2021-07-21 Mastercard International Incorporated Procédé et système pour chaînes de blocs divisés et confidentialité améliorée pour des chaînes de blocs autorisées
US11062038B2 (en) 2016-10-06 2021-07-13 Mastercard International Incorporated Method and system for identity and credential protection and verification via blockchain
US10503916B2 (en) 2016-10-06 2019-12-10 Mastercard International Incorporated Method and system for identity and credential protection and verification via blockchain
WO2018067271A1 (fr) * 2016-10-06 2018-04-12 Mastercard International Incorporated Procédé et système de protection et de vérification d'identité et de justificatif d'identité par l'intermédiaire d'une chaîne de blocs
CN109791591A (zh) * 2016-10-06 2019-05-21 万事达卡国际公司 经由区块链进行身份和凭证保护及核实的方法和系统
CN109791591B (zh) * 2016-10-06 2023-07-07 万事达卡国际公司 经由区块链进行身份和凭证保护及核实的方法和系统
US10832215B2 (en) 2017-01-05 2020-11-10 International Business Machines Corporation Blockchain for program code credit and programmer contribution in a collective
US10438170B2 (en) 2017-01-05 2019-10-08 International Business Machines Corporation Blockchain for program code credit and programmer contribution in a collective
US10887309B2 (en) 2017-01-10 2021-01-05 Electronics And Telecommunications Research Institute Apparatus and system for managing transaction information of public organization using blockchain technology
US11102232B2 (en) 2017-03-03 2021-08-24 International Business Machines Corporation Blockchain web browser interface
US10693954B2 (en) 2017-03-03 2020-06-23 International Business Machines Corporation Blockchain-enhanced mobile telecommunication device
US10375105B2 (en) 2017-03-03 2019-08-06 International Business Machines Corporation Blockchain web browser interface
CN106899680B (zh) * 2017-03-09 2019-07-30 深圳壹账通智能科技有限公司 多区块链的分片处理方法和装置
CN106899680A (zh) * 2017-03-09 2017-06-27 上海亿账通区块链科技有限公司 多区块链的分片处理方法和装置
US10611474B2 (en) 2017-03-20 2020-04-07 International Business Machines Corporation Unmanned aerial vehicle data management
CN107391557B (zh) * 2017-03-24 2020-10-16 北京瑞卓喜投科技发展有限公司 针对设置链外勘误表的区块链串行查询方法及系统
CN107391557A (zh) * 2017-03-24 2017-11-24 北京瑞卓喜投科技发展有限公司 针对设置链外勘误表的区块链串行查询方法及系统
US11188961B2 (en) 2017-05-22 2021-11-30 Advanced New Technologies Co., Ltd. Service execution method and device
CN107392623A (zh) * 2017-05-22 2017-11-24 阿里巴巴集团控股有限公司 一种业务执行的方法及装置
CN107392623B (zh) * 2017-05-22 2020-09-11 创新先进技术有限公司 一种业务执行的方法及装置
US10380812B2 (en) 2017-06-23 2019-08-13 International Business Machines Corporation Vehicle transaction validation
JP7203829B2 (ja) 2017-08-29 2023-01-13 エヌチェーン ライセンシング アーゲー ブロックチェーンでエンティティにより提供されるデータの通信、保存、及び処理のためのシステム及び方法
US11546144B2 (en) 2017-08-29 2023-01-03 Nchain Licensing Ag Systems and methods for communication, storage and processing of data provided by an entity over a blockchain network
JP2020532221A (ja) * 2017-08-29 2020-11-05 エヌチェーン ホールディングス リミテッドNchain Holdings Limited ブロックチェーンでエンティティにより提供されるデータの通信、保存、及び処理のためのシステム及び方法
WO2019043589A1 (fr) * 2017-08-29 2019-03-07 nChain Holdings Limited Systèmes et procédés de communication, de stockage et de traitement de données fournies par une entité sur un réseau de chaîne de blocs
EP4117228A1 (fr) * 2017-08-29 2023-01-11 nChain Licensing AG Systèmes et procédés de communication, de stockage et de traitement de données fournies par une entité sur un réseau de chaîne de blocs
EP4254857A3 (fr) * 2017-08-29 2023-12-13 nChain Licensing AG Systèmes et procédés de communication, de stockage et de traitement de données fournies par une entité sur un réseau de chaîne de blocs
WO2019072021A1 (fr) * 2017-10-11 2019-04-18 众安信息技术服务有限公司 Procédé de prise en charge de participation artificielle dans la prise de décision de chaîne de blocs et dispositif électronique
CN111201753B (zh) * 2017-10-19 2023-10-03 联邦印刷有限公司 防篡改存储数据的方法、电子数据存储系统和电信系统
CN111201753A (zh) * 2017-10-19 2020-05-26 联邦印刷有限公司 双向链接的区块链结构
WO2019090342A1 (fr) * 2017-11-06 2019-05-09 Velo Holdings Limited Système de chaîne de blocs
US11100743B1 (en) 2017-12-30 2021-08-24 S&S Crypto Technologies Blockchain-based election system
US11909860B1 (en) 2018-02-12 2024-02-20 Gemini Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11522700B1 (en) 2018-02-12 2022-12-06 Gemini Ip, Llc Systems, methods, and program products for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11308487B1 (en) 2018-02-12 2022-04-19 Gemini Ip, Llc System, method and program product for obtaining digital assets
US10540654B1 (en) 2018-02-12 2020-01-21 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11475442B1 (en) 2018-02-12 2022-10-18 Gemini Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US11200569B1 (en) 2018-02-12 2021-12-14 Winklevoss Ip, Llc System, method and program product for making payments using fiat-backed digital assets
US11139955B1 (en) 2018-02-12 2021-10-05 Winklevoss Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US10373158B1 (en) 2018-02-12 2019-08-06 Winklevoss Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US10540653B1 (en) 2018-02-12 2020-01-21 Winklevoss Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US10438290B1 (en) 2018-03-05 2019-10-08 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10929842B1 (en) 2018-03-05 2021-02-23 Winklevoss Ip, Llc System, method and program product for depositing and withdrawing stable value digital assets in exchange for fiat
US11017391B1 (en) 2018-03-05 2021-05-25 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10540640B1 (en) 2018-03-05 2020-01-21 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10373129B1 (en) 2018-03-05 2019-08-06 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11562333B1 (en) 2018-03-05 2023-01-24 Gemini Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11720887B1 (en) 2018-03-05 2023-08-08 Gemini Ip, Llc System, method and program product for depositing and withdrawing stable value digital assets in exchange for fiat
US11727401B1 (en) 2018-03-05 2023-08-15 Gemini Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11334883B1 (en) 2018-03-05 2022-05-17 Gemini Ip, Llc Systems, methods, and program products for modifying the supply, depositing, holding and/or distributing collateral as a stable value token in the form of digital assets
ES2697913A1 (es) * 2018-04-25 2019-01-29 Nvia Gestion De Datos S L Procedimiento de certificacion simultanea o separada de la entrega del contenido de un sms o mms y posterior confirmacion de lectura del mismo por parte del receptor
US11507928B2 (en) 2018-06-05 2022-11-22 International Business Machines Corporation Blockchain and cryptocurrency for real-time vehicle accident management
CN108846942A (zh) * 2018-06-29 2018-11-20 青岛大学 基于以太坊区块链的电子投票方法和系统
CN109067521A (zh) * 2018-07-27 2018-12-21 天津大学 一种基于区块链的公钥分发方法
CN109286497B (zh) * 2018-09-06 2021-04-09 贵阳信息技术研究院(中科院软件所贵阳分部) 一种基于区块链的不记名投票和多条件计票的方法
CN109286497A (zh) * 2018-09-06 2019-01-29 贵阳信息技术研究院(中科院软件所贵阳分部) 一种基于区块链的不记名投票和多条件计票的方法
TWI677220B (zh) * 2018-09-18 2019-11-11 柯賓漢數位金融科技有限公司 應用分片機制之區塊網的區塊產生方法及區塊網系統
WO2020062394A1 (fr) * 2018-09-26 2020-04-02 网宿科技股份有限公司 Procédé et système de traitement de service fondés sur une chaîne de blocs
CN109934988A (zh) * 2019-02-15 2019-06-25 哈尔滨工程大学 一种基于区块链的电子投票方法
US11501370B1 (en) 2019-06-17 2022-11-15 Gemini Ip, Llc Systems, methods, and program products for non-custodial trading of digital assets on a digital asset exchange
CN110400410A (zh) * 2019-07-31 2019-11-01 中钞信用卡产业发展有限公司杭州区块链技术研究院 一种电子投票系统
CN110738783A (zh) * 2019-10-15 2020-01-31 腾讯科技(深圳)有限公司 投票数据的更新系统、方法、装置、设备及可读存储介质
CN114299655B (zh) * 2020-09-23 2023-09-05 成都中科信息技术有限公司 一种电子投票系统及其工作方法
CN114299655A (zh) * 2020-09-23 2022-04-08 成都中科信息技术有限公司 一种电子投票系统及其工作方法

Also Published As

Publication number Publication date
WO2016022864A3 (fr) 2016-04-07

Similar Documents

Publication Publication Date Title
US9836908B2 (en) System and method for securely receiving and counting votes in an election
US20170352219A1 (en) System and method for securely receiving and counting votes in an election
US20180102013A1 (en) System and method for securely receiving and counting votes in an election
WO2016022864A2 (fr) Système et procédé permettant de recevoir et compter soigneusement des votes lors d'une élection
US9608829B2 (en) System and method for creating a multi-branched blockchain with configurable protocol rules
US11797982B2 (en) Digital ledger authentication using address encoding
EP4184405A1 (fr) Sensibilisation à des blocs
CN107342867B (zh) 签名验签方法和装置
CN109542888B (zh) 区块链的数据修改和同步方法、装置、设备及存储介质
US11455643B2 (en) Blockchain with transaction cancellation
EP3888383A1 (fr) Systèmes de chaîne de blocs et procédés de confirmation de présence
KR20200059234A (ko) 분산 조정을 사용한 스마트 계약 실행
WO2018189634A1 (fr) Sécurisation d'une transaction de chaîne de blocs sur la base de données non déterminées
CN106650496B (zh) 一种数据处理方法及装置
US10693643B2 (en) Methods and systems for distributed cryptographically secured data validation
US20230316272A1 (en) Divisible tokens
CN111431908B (zh) 一种访问处理方法、装置,管理服务器及可读存储介质
WO2023023196A2 (fr) Procédé de certification, de validation et de corrélation de factures de matériaux dans une chaîne logistique logicielle
EP4352911A1 (fr) Procédé et système mis en oeuvre par ordinateur pour vérifier des jetons sur une chaîne de blocs
KR20230147761A (ko) 블록체인 기반 데이터의 인증된 수정
EP4030329A1 (fr) Module de génération de transaction de chaîne de blocs
US11921689B2 (en) Data structure storage optimisation
CN114846765B (zh) 提供去中心化身份验证的方法和设备
CN113901519A (zh) 基于区块链的数据处理方法、装置、设备及介质
Ruparel et al. Secure Voting for Democratic Elections: A Blockchain-Based Approach

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15830195

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15830195

Country of ref document: EP

Kind code of ref document: A2