gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: begin to document benchmark setup


From: gnunet
Subject: [taler-docs] branch master updated: begin to document benchmark setup
Date: Sat, 04 Jul 2020 23:55:20 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new a951ebe  begin to document benchmark setup
a951ebe is described below

commit a951ebe385efd96dbe84ed9798efe0949feae824
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jul 4 23:55:17 2020 +0200

    begin to document benchmark setup
---
 manpages/taler.conf.5.rst |  3 +++
 taler-merchant-manual.rst | 37 ++++++++++++++++++++++++++++++++++---
 2 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index bfdece3..82bff39 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -239,6 +239,9 @@ DURATION_WITHDRAW
 DURATION_SPEND
    How long do clients have to spend these coins?
 
+DURATION_LEGAL
+   How long does the exchange have to keep records for this denomination?
+
 FEE_WITHDRAW
    What fee is charged for withdrawal?
 
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index a064efc..d6ea1bf 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -1221,6 +1221,40 @@ Benchmarking
 
 NOTE: This section is dated and should be reviewed!
 
+Setup: create Exchange account and two user accounts ``42`` and ``43`` at
+the bank:
+
+::
+
+   $ taler-bank-manage django add_bank_account Exchange
+   $ taler-bank-manage django add_bank_account 42
+   $ taler-bank-manage django add_bank_account 43
+
+Setup exchange password using:
+
+::
+
+   $ taler-bank-manage django changepassword_unsafe Exchange PASSWORD
+
+Configure merchant and exchange, then run:
+
+::
+
+   $ taler-exchange-dbinit
+   $ taler-exchange-keyup
+   $ taler-merchant-dbinit
+
+Launch bank, exchange and merchant backends:
+
+::
+
+   $ taler-bank-manage serve-http
+   $ taler-exchange-httpd
+   $ taler-merchant-httpd
+
+
+
+
 The merchant codebase offers the ``taler-merchant-benchmark`` tool to
 populate the database with fake payments. This tool is in charge of
 starting a merchant, exchange, and bank processes, and provide them all
@@ -1230,9 +1264,6 @@ own configuration (as they would do in production).
 The tool takes all of the values it needs from the command line, with
 some of them being mandatory. Among those, we have:
 
--  ``--currency=K`` Use currency *K*, for example to craft coins to
-   withdraw.
-
 -  ``--bank-url=URL`` Assume that the bank is serving under the base URL
    *URL*. This option is only actually used by the tool to check if the
    bank was well launched.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]