paint-brush
Bitcoin White Paper: 12. Conclusionby@BitcoinWhitePaper
473 reads
473 reads

Bitcoin White Paper: 12. Conclusion

by BitcoinWhitePaperJune 27th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

We have proposed a system for electronic transactions without relying on trust. We started with the usual framework of coins made from digital signatures, but is incomplete without a way to prevent double-spending. To solve this, we proposed a peer-to-peer network using proof-of-work to record a public history of transactions. The network is robust in its unstructured simplicity. Nodes work all at once with little coordination, since messages are not routed to any particular place and only need to be delivered on a best effort basis.

Coin Mentioned

Mention Thumbnail
featured image - Bitcoin White Paper: 12. Conclusion
BitcoinWhitePaper HackerNoon profile picture

We have proposed a system for electronic transactions without relying on trust. We started with the usual framework of coins made from digital signatures, which provides strong control ofownership, but is incomplete without a way to prevent 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 impractical for an attacker to change if honest nodescontrol a majority of CPU power. The network is robust in its unstructured simplicity. Nodes work all at once with little coordination. They do not need to be identified, since messages arenot routed to any particular place and only need to be delivered on a best effort basis. Nodes canleave and rejoin the network at will, accepting the proof-of-work chain as proof of whathappened while they were gone. They vote with their CPU power, expressing their acceptance ofvalid blocks by working on extending them and rejecting invalid blocks by refusing to work onthem. Any needed rules and incentives can be enforced with this consensus mechanism.