mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Improve micro payments texts (fixes #247)
Drop useless mention of micro payments Give a better approximation of transaction size Provide examples of potential online services based on micro payments
This commit is contained in:
parent
8058283097
commit
ccc0defd20
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ en:
|
||||||
security: "Most of the security is on client side"
|
security: "Most of the security is on client side"
|
||||||
securitytext: "Most parts of the security are handled by the protocol on the client and Bitcoin network side. Authenticity is verified with digital signatures, and chargebacks are prevented by the Bitcoin network after a short delay. This means no need for PCI compliance, and fraud detection is only required when services or products are delivered instantly."
|
securitytext: "Most parts of the security are handled by the protocol on the client and Bitcoin network side. Authenticity is verified with digital signatures, and chargebacks are prevented by the Bitcoin network after a short delay. This means no need for PCI compliance, and fraud detection is only required when services or products are delivered instantly."
|
||||||
micro: "Cheap micro payments"
|
micro: "Cheap micro payments"
|
||||||
microtext: "Bitcoin offers the lowest payment processing fees for any type of transaction, including micro-payments. This means that it can also be used to design and implement new creative online services that could not exist before only because of financial limitations."
|
microtext: "Bitcoin offers the lowest payment processing fees and usually can be used to send micro payments as low as a few dollars in value. Bitcoin allows to design new creative online services that could not exist before only because of financial limitations. This includes various kinds of tipping systems and automated payment solutions."
|
||||||
serviceslist: "Visit the <a href=\"https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Merchant_Services\">merchant services list</a> on the wiki."
|
serviceslist: "Visit the <a href=\"https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Merchant_Services\">merchant services list</a> on the wiki."
|
||||||
apireference: "Or read bitcoind's <a href=\"https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)\">API reference</a> and <a href=\"https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list\">API calls list</a>."
|
apireference: "Or read bitcoind's <a href=\"https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)\">API reference</a> and <a href=\"https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list\">API calls list</a>."
|
||||||
bitcoin-for-individuals:
|
bitcoin-for-individuals:
|
||||||
|
@ -67,7 +67,7 @@ en:
|
||||||
secure: "Security and control over your money"
|
secure: "Security and control over your money"
|
||||||
securetext: "Bitcoin transactions are secured by military grade cryptography. Nobody can charge you money or make a payment on your behalf. So long as you take the required steps to <a href=\"#secure-your-wallet#\">protect your wallet</a>, Bitcoin can give you control over your money and a strong level of protection against many types of fraud."
|
securetext: "Bitcoin transactions are secured by military grade cryptography. Nobody can charge you money or make a payment on your behalf. So long as you take the required steps to <a href=\"#secure-your-wallet#\">protect your wallet</a>, Bitcoin can give you control over your money and a strong level of protection against many types of fraud."
|
||||||
lowfee: "Almost free to use"
|
lowfee: "Almost free to use"
|
||||||
lowfeetext: "Bitcoin allows you to send and receive payments at very low cost. Except for special cases like micro-payments, there is no enforced fee. It is however recommended to pay a higher voluntary fee for faster confirmation of your transaction and to remunerate the people who operate the Bitcoin network."
|
lowfeetext: "Bitcoin allows you to send and receive payments at very low cost. Except for special cases like very small payments, there is no enforced fee. It is however recommended to pay a higher voluntary fee for faster confirmation of your transaction and to remunerate the people who operate the Bitcoin network."
|
||||||
anonymous: "Protect your identity"
|
anonymous: "Protect your identity"
|
||||||
anonymoustext: "With Bitcoin, there is no credit card number that some malicious actor can collect in order to impersonate you. In fact, it is even possible to send a payment without revealing your identity, almost just like with real money. You should however take note that some effort can be required to <a href=\"#you-need-to-know#\">protect your privacy</a>."
|
anonymoustext: "With Bitcoin, there is no credit card number that some malicious actor can collect in order to impersonate you. In fact, it is even possible to send a payment without revealing your identity, almost just like with real money. You should however take note that some effort can be required to <a href=\"#you-need-to-know#\">protect your privacy</a>."
|
||||||
community:
|
community:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue