diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-17 15:17:53 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-17 15:17:53 +0200 |
commit | cd8af8170fa259e77ff673b5d640ae9b60e9e024 (patch) | |
tree | aa474db34ca33e6866d662bcf3ee616d20375f55 /doc/paper/taler.tex | |
parent | e00e7ec7503c21874d7093deca49961f3bc21e62 (diff) |
add more comparison
Diffstat (limited to 'doc/paper/taler.tex')
-rw-r--r-- | doc/paper/taler.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex index a79585411..f27b0d061 100644 --- a/doc/paper/taler.tex +++ b/doc/paper/taler.tex @@ -1589,6 +1589,19 @@ enabling linear scalability of the database operations. Similarly, the cryptographic verification in the frontend can be distributed over as many compute nodes as required. +Unfortunately it was not possible to experimentally compare the performance of +Taler directly to other e-cash systems, since to our best knowledge there +is no working and publicly available implementation of any of them. + +When compared with the current average confirmation time for Bitcoin payments, +Taler is many orders of magnitude faster. While a confirmation time of Taler +is in the order of a few hundered milliseconds (including database access and +network latency), the time to mine even one block in Bitcoin is around ten +minutes \footnote{Data retrieved in May 2017 from +\url{https://blockchain.info/stats}}. Very conservative Bitcoin merchants, +such as exchanges, wait up to six blocks until they consider a transaction +confirmed. + \section{Discussion} \subsection{Well-known attacks} |