aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 04:28:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 04:28:39 +0100
commit30a2230117be67644a3d746693b52adc420e8f86 (patch)
tree56f85084bf8481d441be9d061ef01c0df663843c
parent61ac0e32ea3202e28fa6bac4603480c2c86c3754 (diff)
downloadwww-30a2230117be67644a3d746693b52adc420e8f86.tar.gz
www-30a2230117be67644a3d746693b52adc420e8f86.zip
faq
-rw-r--r--faq.html.j217
1 files changed, 17 insertions, 0 deletions
diff --git a/faq.html.j2 b/faq.html.j2
index 1fd29e9b..6f49d32b 100644
--- a/faq.html.j2
+++ b/faq.html.j2
@@ -2,9 +2,26 @@
2{% block body_content %} 2{% block body_content %}
3<div class="container"> 3<div class="container">
4<h2>How is Taler related to Bitcoin or Blockchains?</h2> 4<h2>How is Taler related to Bitcoin or Blockchains?</h2>
5<p>
6Taler does not use any Blockchain technology or Bitcoin directly. Taler is not
7based on proof-of-work or any other distributed consensus mechanism. Instead
8Taler is based on blind signatures.</p>
9
10<p>It would be possible, however, withdraw Bitcoins into a Taler wallet (with an approproate exchange),
11which would give some benefits ofer plain Bitcoin, such as instant confirmation times.</p>
5 12
6<h2>Where is the balance in my wallet stored?</h2> 13<h2>Where is the balance in my wallet stored?</h2>
14<p>Your wallet stores tokens that are blindly signed by an exchange.
15Until your spend balance with a merchant, the exchange holds it in escrow.</p>
7 16
8<h2>What if my wallet gets lost?</h2> 17<h2>What if my wallet gets lost?</h2>
18<p>Since the digital tokens of value in your wallet are anonymized,
19the exchange can not assist you in restoring a lost or stolen wallet. Just
20like with a physical wallet for cash, you are responsible for keeping it safe.</p>
21
22<p>The risk of losing a wallet can be mitigated by backups or keeping the balance reasonably low.</p>
23
24<p>In case of a compromise of one of your devices, an attacker that spends coins on your behalf will
25make it possible for you to know that you've been compromised, which can be an advantage.</p>
9</div> 26</div>
10{% endblock body_content %} 27{% endblock body_content %}