aboutsummaryrefslogtreecommitdiff
path: root/doc/taler-auditor.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/taler-auditor.1')
-rw-r--r--doc/taler-auditor.143
1 files changed, 0 insertions, 43 deletions
diff --git a/doc/taler-auditor.1 b/doc/taler-auditor.1
deleted file mode 100644
index c0b82d64d..000000000
--- a/doc/taler-auditor.1
+++ /dev/null
@@ -1,43 +0,0 @@
1.Dd March 20, 2017
2.Dt TALER-AUDITOR 1
3.Os
4.Sh NAME
5.Nm taler-auditor
6.Nd
7Audit exchange
8.Sh SYNOPSIS
9.Nm
10.Op Fl h | \-help
11.Op Fl m Ar MASTER_KEY | Fl \-exchange-key= Ns Ar MASTER_KEY
12.Op Fl r | \-reset
13.Sh DESCRIPTION
14.Nm
15is a command line tool to be used by an auditor to audit an exchange's database and calculate the current financial state of the exchange (including revenue, amount expected in escrow and risk exposure).
16The audit is incremental.
17The first audit must be performed with the
18.Fl r
19option to initialize the tables.
20The tool reports inconsistencies in the balance or incorrect cryptographic signatures found in the database.
21It does NOT check with the bank to see that the incoming and outgoing wire transfers that the bank claims to have matches the exchange's database.
22Its options are as follows.
23.Bl -tag -wdith Ds
24.It Fl h | \-help
25Print short help on options.
26.It Fl m Ar KEY | Fl \-exchange-key= Ns Ar KEY
27Public master key of the exchange in Crockford base32 encoding, for example as generated by gnunet-ecc -p.
28If this option is missing, taler-auditor will use the MASTER_PUBLIC_KEY value from the "exchange" section of the configuration.
29.It Fl r | \-reset
30Reset the audit, starts everything from the beginning.
31Useful for testing and required for the first audit to setup auditor's tables.
32Note that if (just) the exchange key changes, the
33.Fl r
34option should not be used again.
35.Sh SEE ALSO
36.Xr gnunet-ecc 1 ,
37.Xr taler-auditor-sign 1 ,
38.Xr taler.conf 5
39.Sh BUGS
40Report bugs by using
41.Lk https://bugs.gnunet.org
42or by sending electronic mail to
43.Aq Mt taler@gnu.org .