Bằng chứng công việc
Bằng chứng công việc
Consensus Mechanisms
28 tham chiếu
Một cơ chế đồng thuận trong đó các nhà sản xuất khối phải thực hiện công việc tính toán để đề xuất một khối. Bảo mật xuất phát từ chi phí viết lại lịch sử, đòi hỏi phải làm lại công việc.
Xuất hiện trong 28 phần whitepaper
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 ...
Bài viết liên quan
Whitepaper Deep Dive
Whitepaper Bitcoin: Phân tích chi tiết từng phần
Phân tích chuyên sâu whitepaper gốc của Satoshi Nakamoto năm 2008, giải mã từng phần từ tóm tắt đến các phép tính xác s…
Origin StoryBí ẩn Satoshi Nakamoto: Whitepaper Bitcoin đã thay đổi thế giới như thế nào
Câu chuyện về nhà sáng lập ẩn danh đã đăng một bài báo 9 trang trên danh sách email mật mã học và khởi đầu một cuộc các…
Origin StoryLitecoin: 'Bạc so với vàng Bitcoin' của Charlie Lee
Cách một kỹ sư Google tạo ra một fork của Bitcoin với khối nhanh hơn và khai thác Scrypt, thiết lập mẫu cho hàng nghìn …
Technical ExplainerCách khai thác Proof-of-Work thực sự hoạt động: Từ bài toán hash đến phần thưởng khối
Giải thích dễ hiểu về khai thác SHA-256, điều chỉnh độ khó và tại sao Bitcoin tiêu thụ nhiều điện hơn một số quốc gia.