mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-26 09:58:22 +00:00
Edited ch11.asciidoc with Atlas code editor
This commit is contained in:
parent
1d470a67e8
commit
39d65a8b6c
@ -18,7 +18,7 @@ Bitcoin's decentralized security model puts a lot of power in the hands of the u
|
||||
|
||||
==== Developing Bitcoin Systems Securely
|
||||
|
||||
The most important principle for bitcoin developers is decentralization. Most developers will be familiar with centralized security models and might be tempted to apply these models to their bitcoin applications, with disastrous results.
|
||||
((("decentralized systems", "bitcoin as")))The most important principle for bitcoin developers is decentralization. Most developers will be familiar with centralized security models and might be tempted to apply these models to their bitcoin applications, with disastrous results.
|
||||
|
||||
Bitcoin's security relies on decentralized control over keys and on independent transaction validation by miners. If you want to leverage bitcoin's security, you need to ensure that you remain within the bitcoin security model. In simple terms: don't take control of keys away from users and don't take transactions off the blockchain.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user