• News
  • Reports
Bitcoin Whitepaper
Part1. English
AAbstract
IIntroduction
TTransactions
TTimestamp Server
PProof of Work
NNetwork
IIncentive
RReclaiming Disk Space
SSimplified Payment Verification
CCombining and Splitting Value
PPrivacy
CCalculations
CConclusion
RReferences
Part2. Korean
초초록
서서론
거거래
타타임스탬프 서버
작작업증명
네네트워크
인인센티브
디디스크 공간 회수
간간소화된 결제 검증
가가치 합치기와 나누기
프프라이버시
계계산
결결론
참참고문헌
Part3. 比特币白皮书 (Bitcoin Whitepaper - Chinese)
摘摘要 (Abstract)
引引言 (Introduction)
交交易 (Transactions)
时时间戳服务器 (Timestamp Server)
工工作量证明 (Proof-of-Work)
网网络 (Network)
激激励机制 (Incentive)
回回收磁盘空间 (Reclaiming Disk Space)
简简化支付验证 (Simplified Payment Verification)
合合并与拆分价值 (Combining and Splitting Value)
隐隐私 (Privacy)
计计算 (Calculations)
结结论 (Conclusion)
参参考文献 (Reference)
Part4. Whitepaper de Bitcoin
RResumen (Abstract)
IIntroducción (Introduction)
TTransacciones (Transactions)
SServidor de Marca de Tiempo (Timestamp Server)
PPrueba de Trabajo (Proof-of-work)
RRed (Network)
IIncentivo (Incentive)
RRecuperación de Espacio en Disco (Reclaiming Disk Space)
VVerificación de Pago Simplificada (Simplified Payment Verification)
CCombinar y Dividir Valor (Combining and Splitting Value)
PPrivacidad (Privacy)
CCálculos (Calculations)
CConclusión (Conclusion)
RReferencias (Reference)
Part5. French
AAbstrait (Abstact)
IIntroduction (Introduction)
TTransactions (Transactions)
SServeur d’horodatage (Timestamp Server)
PPreuve-de-travail (Proof-of-Work)
RRéseau (Network)
PPrime d’incitation (Incentive)
RRécupérer de l'espace disque (Reclaiming Disk Space)
VVérification simplifiée des paiements (Simplified Payment Verification)
CCombinaison et division des valeurs (Combining and Splitting Value)
VVie privée (Privacy)
CCalculs (Calculations)
CConclusion (Conclusion)
RReferences (References)
Part6. Glossary
terms of use
privacy policy

[email protected]

Copyright 2024. COMU All Rights Reserved

Bitcoin Whitepaper
Part1. English
AAbstract
IIntroduction
TTransactions
TTimestamp Server
PProof of Work
NNetwork
IIncentive
RReclaiming Disk Space
SSimplified Payment Verification
CCombining and Splitting Value
PPrivacy
CCalculations
CConclusion
RReferences
Part2. Korean
초초록
서서론
거거래
타타임스탬프 서버
작작업증명
네네트워크
인인센티브
디디스크 공간 회수
간간소화된 결제 검증
가가치 합치기와 나누기
프프라이버시
계계산
결결론
참참고문헌
Part3. 比特币白皮书 (Bitcoin Whitepaper - Chinese)
摘摘要 (Abstract)
引引言 (Introduction)
交交易 (Transactions)
时时间戳服务器 (Timestamp Server)
工工作量证明 (Proof-of-Work)
网网络 (Network)
激激励机制 (Incentive)
回回收磁盘空间 (Reclaiming Disk Space)
简简化支付验证 (Simplified Payment Verification)
合合并与拆分价值 (Combining and Splitting Value)
隐隐私 (Privacy)
计计算 (Calculations)
结结论 (Conclusion)
参参考文献 (Reference)
Part4. Whitepaper de Bitcoin
RResumen (Abstract)
IIntroducción (Introduction)
TTransacciones (Transactions)
SServidor de Marca de Tiempo (Timestamp Server)
PPrueba de Trabajo (Proof-of-work)
RRed (Network)
IIncentivo (Incentive)
RRecuperación de Espacio en Disco (Reclaiming Disk Space)
VVerificación de Pago Simplificada (Simplified Payment Verification)
CCombinar y Dividir Valor (Combining and Splitting Value)
PPrivacidad (Privacy)
CCálculos (Calculations)
CConclusión (Conclusion)
RReferencias (Reference)
Part5. French
AAbstrait (Abstact)
IIntroduction (Introduction)
TTransactions (Transactions)
SServeur d’horodatage (Timestamp Server)
PPreuve-de-travail (Proof-of-Work)
RRéseau (Network)
PPrime d’incitation (Incentive)
RRécupérer de l'espace disque (Reclaiming Disk Space)
VVérification simplifiée des paiements (Simplified Payment Verification)
CCombinaison et division des valeurs (Combining and Splitting Value)
VVie privée (Privacy)
CCalculs (Calculations)
CConclusion (Conclusion)
RReferences (References)
Part6. Glossary
terms of use
privacy policy

[email protected]

Copyright 2024. COMU All Rights Reserved

Proof-of-Work

To implement 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 posts. The proof-of-work involves scanning for a value that when hashed, such as with SHA-256, the hash begins with a number of zero bits. The average work required is exponential in the number of zero bits required and can be verified by executing a single hash. For our timestamp network, we implement the proof-of-work by incrementing a nonce in the block until a value is found that gives the block's hash the required zero bits. Once the CPU effort has been expended to make it satisfy the proof-of-work, the block cannot be changed without redoing the work. As later blocks are chained after it, the work to change the block would include redoing all the blocks after it.

proof-of-work

The proof-of-work also solves the problem of determining representation in majority decision making. If the majority were based on one-IP-address-one-vote, it could be subverted by anyone able to allocate many IPs. Proof-of-work is essentially one-CPU-one-vote. The majority decision is represented by the longest chain, which has the greatest proof-of-work effort invested in it. If a majority of CPU power is controlled by honest nodes, the honest chain will grow the fastest and outpace any competing chains. To modify a past block, an attacker would have to redo the proof-of-work of the block and all blocks after it and then catch up with and surpass the work of the honest nodes. We will show later that the probability of a slower attacker catching up diminishes exponentially as subsequent blocks are added. To compensate for increasing hardware speed and varying interest in running nodes over time, the proof-of-work difficulty is determined by a moving average targeting an average number of blocks per hour. If they're generated too fast, the difficulty increases.

Back to List

Previous

Timestamp Server

Next

Network

Trending Now

  • 1
    Bitcoin
  • 2
    Trump

    1

  • 3
    stablecoin

    1

  • 4
    digital assets

    6

  • 5
    US Senate

    5

  • 6
    tariffs

    4

  • 7
    Socialinfratech

    3

  • 8
    investment sentiment

    2

  • 9
    stock market

    1

  • 10
    Coinbase