summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-16 14:33:04 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-16 14:33:04 +0200
commit1a8aedaff4a2dafb9f518da6b746930869e81163 (patch)
treea3c9743b95e14aa4dc0db2bd676932255d8355ee
parentf2c9ea526b511699904062b6c8ab0fa468f88b63 (diff)
downloadexchange-1a8aedaff4a2dafb9f518da6b746930869e81163.tar.gz
exchange-1a8aedaff4a2dafb9f518da6b746930869e81163.tar.bz2
exchange-1a8aedaff4a2dafb9f518da6b746930869e81163.zip
mention scalability, cite RSCoin on that
-rw-r--r--doc/paper/taler.bib12
-rw-r--r--doc/paper/taler.tex7
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/paper/taler.bib b/doc/paper/taler.bib
index 5b6d9a5e3..5d59d31be 100644
--- a/doc/paper/taler.bib
+++ b/doc/paper/taler.bib
@@ -27,6 +27,18 @@
note = {\url{http://eprint.iacr.org/2016/701}},
}
+@inproceedings{danezis2016rscoin,
+ author = {George Danezis and
+ Sarah Meiklejohn},
+ title = {Centrally Banked Cryptocurrencies},
+ booktitle = {23nd Annual Network and Distributed System Security Symposium, {NDSS}
+ 2016, San Diego, California, USA, February 21-24, 2016},
+ year = {2016},
+ booktitle = {23nd Annual Network and Distributed System Security Symposium, {NDSS}
+ 2016, San Diego, California, USA, February 21-24, 2016},
+ publisher = {The Internet Society},
+}
+
@Misc{greece2015cash,
author = {Reuters},
title = {Greek council recommends 60 euro limit on ATM withdrawals from Tuesday},
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex
index cb8577eb1..313954f3e 100644
--- a/doc/paper/taler.tex
+++ b/doc/paper/taler.tex
@@ -1485,6 +1485,13 @@ these experimental results show that computing-related business costs
will only marginally contribute to the operational costs of the Taler
payment system.
+Scalability of the design is also not a concern, as the exchange's
+database can be easily shareded over the different public keys as
+desired. Similar to the RSCoin~\cite{danezis2016rscoin} design, this
+ensures that conflicting transactions end up in the same shard,
+enabling linear scalability of the database operations. Similarly,
+the cryptographic verification in the frontend can be distributed over
+as many compute nodes as required.
\section{Discussion}