summaryrefslogtreecommitdiff
path: root/doc/taler-auditor.1
blob: dc4da2381d1e6c22282108a23372a89c2c21c13a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH TALER\-AUDITOR 1 "Mar 20, 2017" "GNU Taler"

.SH NAME
taler\-auditor \- Audit exchange.

.SH SYNOPSIS
.B taler\-auditor -m MASTER_KEY
.RI [ options ]
.br

.SH DESCRIPTION
\fBtaler\-auditor\fP is 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).  The audit is incremental.  The first audit must be performed with the \-r option to initialize the tables.  The tool reports inconsistencies in the balance or incorrect cryptographic signatures found in the database.  It 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.

.SH OPTIONS
.B
.IP "\-h, \-\-help"
Print short help on options.
.B
.IP "\-m KEY,  \-\-exchange-key=KEY"
Public master key of the exchange in Crockford base32 encoding, for example as generated by gnunet\-ecc \-p.  If this option is missing, taler\-auditor will use the MASTER_PUBLIC_KEY value from the "exchange" section of the configuration.
.B
.IP "\-r,  \-\-reset"
Reset the audit, starts everything from the beginning. Useful for testing and required for the first audit to setup auditor's tables. Note that if (just) the exchange key changes, the \-r option should not be used again.

.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>

.SH "SEE ALSO"
\fBtaler\-auditor\-sign\fP(1), \fBgnunet\-ecc\fP(1), \fBtaler.conf\fP(5)