mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
You Need To Know: Update Text
- Rewrite "Unconfirmed transactions" section - Rewrite "Experimental" section Changes suggested by Saïvann (thanks!)
This commit is contained in:
parent
ae2c7b4caf
commit
36556f1234
3 changed files with 64 additions and 2 deletions
|
@ -175,6 +175,12 @@ table td,table th{
|
|||
padding:10px;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.head{
|
||||
margin:30px 0 30px 0;
|
||||
}
|
||||
|
|
|
@ -23,6 +23,53 @@ id: you-need-to-know
|
|||
<h2 id="instant"><img class="titleicon" src="/img/icons/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
||||
<p>{% translate instanttxt %}</p>
|
||||
|
||||
{% case page.lang %}
|
||||
{% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
|
||||
{% else %}
|
||||
{% comment %}
|
||||
<!-- In the table below, not making arabic numerals a translated string
|
||||
so that we can easily change them if confirmations become more or
|
||||
less reliable. -->
|
||||
{% endcomment %}
|
||||
|
||||
<br>
|
||||
<table class="center">
|
||||
<tr>
|
||||
<th>{% translate confirmations %}</th>
|
||||
<th>{% translate lightweight_wallets %}</th>
|
||||
<th>{% translate bitcoin_core %}</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>0</th>
|
||||
<td colspan="2">{% translate unconfirmed_only_safe %}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>1</th>
|
||||
<td>{% translate somewhat_reliable %}</td>
|
||||
<td>{% translate mostly_reliable %}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>3</th>
|
||||
<td>{% translate mostly_reliable %}</td>
|
||||
<td>{% translate highly_reliable %}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>6</th>
|
||||
<td colspan="2">{% translate high_value_minimum %}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>30</th>
|
||||
<td colspan="2">{% translate alert_recommendation %}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
{% endcase %}
|
||||
|
||||
<h2 id="experimental"><img class="titleicon" src="/img/icons/ico_lab.svg" alt="Icon" />{% translate experimental %}</h2>
|
||||
<p>{% translate experimentaltxt %}</p>
|
||||
|
||||
|
|
|
@ -676,9 +676,18 @@ en:
|
|||
anonymous: "Bitcoin is not anonymous"
|
||||
anonymoustxt: "Some effort is required 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 user behind an address remains unknown until information is revealed during a purchase or in other circumstances. This is one reason why Bitcoin addresses should only be used once. Always remember that it is your responsibility to adopt good practices in order to protect your privacy. <a href=\"#protect-your-privacy#\"><b>Read more about protecting your privacy</b></a>."
|
||||
instant: "Unconfirmed transactions aren't secure"
|
||||
instanttxt: "A Bitcoin transaction is usually deployed within a few seconds and begins to be confirmed in the following 10 minutes. During that time, a transaction can be considered authentic but still reversible. Dishonest users could try to cheat, which means there is a risk when accepting unconfirmated transactions. For large amounts like 1000 US$, it makes sense to wait for 6 confirmations or more. Each confirmation <i>exponentially</i> decreases the risk of a reversed transaction."
|
||||
instanttxt: "Transactions don't start out as irreversible. Instead, they get a <i>confirmation</i> score that indicates how hard it is to reverse them (see table). Each confirmation takes between a few seconds and 90 minutes, with 10 minutes being the average. If the transaction pays too low a fee or is otherwise atypical, getting the first confirmation can take much longer."
|
||||
confirmations: "Confirm­ations"
|
||||
lightweight_wallets: "Lightweight wallets"
|
||||
bitcoin_core: "<a href=\"#download#\">Bitcoin Core</a>"
|
||||
unconfirmed_only_safe: "Only safe if you trust the person paying you"
|
||||
somewhat_reliable: "Somewhat reliable"
|
||||
mostly_reliable: "Mostly reliable"
|
||||
highly_reliable: "Highly reliable"
|
||||
high_value_minimum: "Minimum recommendation for high-value bitcoin transfers"
|
||||
alert_recommendation: "Recommendation during <a href=\"/en/alerts\">emergencies</a> to allow human intervention"
|
||||
experimental: "Bitcoin is still experimental"
|
||||
experimentaltxt: "Bitcoin is an experimental new currency that is in active development. Although it becomes 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."
|
||||
experimentaltxt: "Bitcoin is an experimental new currency that is in active development. Each improvement makes Bitcoin more appealing but also reveals new challenges as Bitcoin adoption grows. During these growing pains you might encounter increased fees, slower confirmations, or even more severe issues. Be prepared for problems and consult a technical expert before making any major investments, but keep in mind that nobody can predict Bitcoin's future."
|
||||
tax: "Government taxes and regulations"
|
||||
taxtxt: "Bitcoin is not an official currency. That said, most jurisdictions still require you to pay income, sales, payroll, and capital gains taxes on anything that has value, including bitcoins. It is your responsibility to ensure that you adhere to <a href=\"https://en.wikipedia.org/wiki/Legality_of_bitcoin_by_country\">tax and other legal or regulatory mandates</a> issued by your government and/or local municipalities."
|
||||
layout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue