taler-exchange-router.1.rst (2053B)
1 taler-exchange-router(1) 2 ######################### 3 4 .. only:: html 5 6 Name 7 ==== 8 9 **taler-exchange-router** - route purse payments to partner exchanges 10 11 Synopsis 12 ======== 13 14 **taler-exchange-router** 15 [**-c** *FILENAME* | **--config=**\ \ *FILENAME*] 16 [**-h** | **--help**] 17 [**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*] 18 [**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*] 19 [**-T** *USEC* | **--timetravel=**\ \ *USEC*] 20 [**-t** | **--test**] 21 [**-v** | **--version**] 22 23 Description 24 =========== 25 26 **taler-exchange-router** is a NOT YET IMPLEMENTED command-line 27 tool to route P2P payments to partner exchanges via wad transfers. 28 This will be needed if wallet-to-wallet payments are made between 29 wallets where the recipient has performed the KYC at a different 30 exchange than the sender. This is currently not supported. 31 32 33 **-c** *FILENAME* \| **--config=**\ \ *FILENAME* 34 Use the configuration and other resources for the exchange to operate 35 from *FILENAME*. 36 37 **-h** \| **--help** 38 Print short help on options. 39 40 **-L** *LOGLEVEL* \| **--loglevel=**\ \ *LOGLEVEL* 41 Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, 42 ``WARNING``, ``ERROR``. 43 44 **-l** *FILENAME* \| **--logfile=**\ \ *FILENAME* 45 Send logging output to *FILENAME*. 46 47 **-T** *USEC* \| **--timetravel=**\ \ *USEC* 48 Modify the system time by *USEC* microseconds. 49 *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``). 50 This option is intended for debugging/testing only. 51 52 **-t** \| **--test** 53 Run in test mode and exit when idle. 54 55 **-v** \| **--version** 56 Print version information. 57 58 Exit Status 59 =========== 60 61 ``0`` 62 Successful termination. 63 64 ``1`` 65 An operational failure occurred. 66 67 ``2`` 68 The command-line arguments are invalid. 69 70 ``6`` 71 A required configuration setting is missing or invalid. 72 73 See Also 74 ======== 75 76 taler-exchange-expire(1), taler-exchange-httpd(1), taler-exchange.conf(5). 77 78 Bugs 79 ==== 80 81 Report bugs by using https://bugs.taler.net/ or by sending electronic 82 mail to <taler@gnu.org>.