summaryrefslogtreecommitdiff
path: root/doc/taler-merchant-generate-payments.1
blob: a848f2cc00d5442f51ff6a78fb38397966e7cf85 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.TH TALER\-MERCHANT\-GENERATE\-PAYMENTS 1 "Nov 4, 2017" "GNU Taler"

.SH NAME
taler\-merchant\-generate\-payments \- Generate Taler\-style fake payments.

.SH SYNOPSIS
.B taler\-merchant\-httpd
.RI [ options ]
.br

.SH DESCRIPTION
\fBtaler\-merchant\-generate\-payments\fP is a command line tool to populate your merchant database with fake Taler\-style payments.

.SH OPTIONS
.B
.IP "\-n TIMES,  \-\-times TIMES"
Generate TIMES payments.

.B
.IP "\-b,  \-\-remote\-bank"
If given, use the bank specified in the configuration.  Without this option, the "fake bank" will be started on port 8888.

.B
.IP "\-e,  \-\-remote\-exchange"
Do not fork any exchange, so the payments will be executed against the exchange specified in the configuration.

.B
.IP "\-m, \-\-remote\-merchant"
Do not fork any merchant.  All the payments will be executed against the merchant backend specified in the configuration.

.B
.IP "\-c FILENAME,  \-\-config=FILENAME"
Use the configuration and other resources for the merchant to operate from FILENAME.
.B
.IP "\-h, \-\-help"
Print short help on options.
.B
.IP "\-v, \-\-version"
Print version information.

.SH SIGNALS
.B
.IP SIGTERM
Sending a SIGTERM to the process will cause it to shutdown cleanly.

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

.SH "SEE ALSO"
\fBtaler\-merchant\-dbinit\fP(1), \fBtaler\-merchant\-tip\-enable\fP(1), \fBtaler.conf\fP(5)