Preuve de travail
Preuve de travail
Consensus Mechanisms
28 références
Un mécanisme de consensus dans lequel les producteurs de blocs doivent effectuer un travail de calcul pour proposer un bloc. La sécurité vient du coût de la réécriture de l’histoire, qui nécessite de refaire le travail.
Apparaît dans 28 sections de livres blancs
Abstract
...ork timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work. The...
Proof-of-Work
...t a distributed timestamp server on a peer-to-peer basis, we will need to use a proof-of-work system similar to Adam Back's Hashcash [^6], rather than newspaper or Usenet po...
Network
...llects new transactions into a block.
3. Each node works on finding a difficult proof-of-work for its block.
4. When a node finds a proof-of-work, it broadcasts the block to...
Simplified Payment Verification
...work node. A user only needs to keep a copy of the block headers of the longest proof-of-work chain, which he can get by querying network nodes until he's convinced he has t...
Calculations
...; i <= k; i++)
poisson *= lambda / i;
sum -= poisson * (1 - pow(q / p, z - k));
}
return sum;
}
```
Running some results, we can see th...
Conclusion
...revent double-spending. To solve this, we proposed a peer-to-peer network using proof-of-work to record a public history of transactions that quickly becomes computationally...
Introduction and Existing Concepts
...raphy with a consensus algorithm for keeping track of who owns coins, known as "proof of work." The mechanism behind proof of work was a breakthrough in the space because it...
Mining
... of the previous block and less than 2 hours into the future.
3. Check that the proof of work on the block is valid.
4. Let `S[0]` be the state at the end of the previous bl...
Blockchain and Mining
...preserving network security.
The mining algorithm works similarly to Bitcoin's proof-of-work, requiring miners to find a nonce such that the hash of the block is below a ce...
Miscellanea And Concerns
...ifferent nodes process different subsets of transactions, and a transition from proof-of-work to proof-of-stake consensus, which could enable more efficient block production...
Technology Stack
...ed, immutable ledger maintained by a decentralized network of miners performing proof-of-work computation. As of 2016, the Bitcoin network represents the most battle-tested ...
Proof of Reserves
... Revoke Tokens (destruction) transactions that have been confirmed by Bitcoin's proof-of-work consensus. The blockchain provides a perfect, continuously updated accounting o...
Abstract
...while maintaining provable safety guarantees against Byzantine failures. Unlike proof-of-work systems that require massive computational expenditure and suffer from probabil...
Introduction
...ted payment system could operate without a trusted central authority by using a proof-of-work consensus mechanism. In Bitcoin, nodes compete to solve computationally expensi...
Existing Consensus Algorithms
...r open, permissionless networks where adversarial participants are expected.
**Proof-of-Work (Bitcoin).** Bitcoin's Nakamoto consensus uses proof-of-work to achieve Byzanti...
Unique Node Lists
...ode List (UNL) is the mechanism by which RPCA achieves Sybil resistance without proof-of-work. In a naive voting system where each node has equal influence, an attacker coul...
Discussion
... identifying areas where future improvements may be possible.
**Latency versus proof-of-work.** Compared to Bitcoin's proof-of-work consensus, RPCA achieves consensus laten...
Conclusion
...er than requiring global agreement among all nodes or computationally expensive proof-of-work, RPCA achieves consensus in a matter of seconds while maintaining provable safe...
References
...kamoto, S. (2008). "Bitcoin: A Peer-to-Peer Electronic Cash System." Introduced proof-of-work consensus as a solution to the double-spending problem in digital currency, ena...
Abstract
...to a widely used digital currency with a vibrant community. Built on the Scrypt proof-of-work algorithm, Dogecoin features fast block times, low transaction fees, and an inf...
Background
...ate of a shared ledger without requiring a trusted central authority. Bitcoin's proof-of-work mechanism, based on the SHA-256 hashing algorithm, provided a Sybil-resistant m...
Technical Specifications
Dogecoin operates on a proof-of-work consensus mechanism using the Scrypt hashing algorithm. Scrypt was chosen throu...
Network Architecture
...he most significant changes in Dogecoin's history was the adoption of Auxiliary Proof of Work (AuxPoW), commonly known as merge mining, in August 2014 with the release of Do...
Development History
...tial protocol upgrade in Dogecoin's history was the implementation of Auxiliary Proof of Work (AuxPoW) in version 1.8, released in September 2014. This change enabled merge ...
Conclusion
...strating pragmatic engineering in service of the project's survival. The Scrypt proof-of-work algorithm, one-minute block time, and inflationary monetary policy combine to c...
Technical Specifications
...shares the fundamental technical architecture of Bitcoin, including the SHA-256 proof-of-work consensus mechanism, the UTXO transaction model, the secp256k1 elliptic curve f...
Network Architecture
... unilateral control over the protocol.
Mining on Bitcoin Cash uses the SHA-256 proof-of-work algorithm, identical to Bitcoin. This means that the same ASIC mining hardware ...
Articles associés
Whitepaper Deep Dive
Whitepaper de Bitcoin : Une analyse section par section
Une analyse approfondie du whitepaper original de Satoshi Nakamoto publié en 2008, décortiquant chaque section du résum…
Origin StoryLe mystère de Satoshi Nakamoto : Comment le whitepaper de Bitcoin a changé le monde
L'histoire du créateur pseudonyme qui a publié un article de 9 pages sur une liste de diffusion de cryptographie et lan…
Origin StoryLitecoin : L'« argent face à l'or de Bitcoin » selon Charlie Lee
Comment un ingénieur de Google a créé un fork de Bitcoin avec des blocs plus rapides et le minage Scrypt, établissant l…
Technical ExplainerComment fonctionne réellement le minage Proof-of-Work : Des hash puzzles aux récompenses de bloc
Une explication accessible du minage SHA-256, de l'ajustement de la difficulté et de la raison pour laquelle Bitcoin co…