mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Small improvements in the text about anonymity
Use a shorter and straightforward title and a clearer explanation
This commit is contained in:
parent
d6e6d67a7b
commit
837567b7ae
2 changed files with 4 additions and 4 deletions
|
@ -29,8 +29,8 @@ title: Some things you need to know - Bitcoin
|
|||
<h2><img src="/img/ico_irreversible.svg" alt="Irreversible" />Bitcoin payments are irreversible</h2>
|
||||
<p>Any transaction you issue with Bitcoin cannot be reversed. It can only be refunded by the person receiving the funds. That means you should take care to do business with people or organizations you know and trust. But don't worry, Bitcoin can detect typos and usually won't let you send money to an invalid address.</p>
|
||||
|
||||
<h2><img src="/img/ico_anon.svg" alt="Anonymous" />Bitcoin is not anonymous without efforts</h2>
|
||||
<p>All Bitcoin transactions are stored publicly and permanently on the network, which means anybody can see the balance and the transactions of any Bitcoin address. However, it is not possible to associate a Bitcoin address with its physical owner unless the owner demonstrated that they own it. This is why it is recommended to use many different Bitcoin addresses; in fact, you should create a new one each time you receive money. This is especially important for public uses such as websites. You might also want to consider hiding your computer's IP address with a tool like <a href="https://www.torproject.org/">Tor</a> so that it cannot be logged by others.</p>
|
||||
<h2><img src="/img/ico_anon.svg" alt="Anonymous" />Bitcoin is not anonymous</h2>
|
||||
<p>Some effort is required in order to protect your privacy with Bitcoin. All Bitcoin transactions are stored publicly and permanently on the network, which means anyone can see the balance and transactions of any Bitcoin address. However, the identity of the owner cannot be associated with their Bitcoin address, until personal information is revealed by the owner during an exchange. This is why it is recommended for Bitcoin owners to use many different Bitcoin addresses; in fact, you should create a new one each time you receive money. This is especially important for public uses such as websites. You might also want to consider hiding your computer's IP address with a tool like <a href="https://www.torproject.org/">Tor</a> so that it cannot be logged by others.</p>
|
||||
|
||||
<h2><img src="/img/ico_lab.svg" alt="Experimental" />Bitcoin is still experimental</h2>
|
||||
<p>Bitcoin is an experimental new currency that is in active development. Although it becomes less and less experimental as usage grows, you should keep in mind that Bitcoin is a new invention that is exploring ideas that have never been attempted before. As such, its future cannot be predicted by anyone.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue