MyNixOS website logo
option

services.taler.exchange.denominationConfig

This option configures the cash denomination for the coins that the exchange offers. For more information, consult the upstream docs.

You can either write these manually or you can use the taler-harness deployment gen-coin-config command to generate it.

Warning: Do not modify existing denominations after deployment. Please see the upstream docs for how to safely do that.

Declarations
Type
strings concatenated with "\n"
Default
"None, you must set this yourself."
Example
''
  [COIN-KUDOS-n1-t1718140083]
  VALUE = KUDOS:0.1
  DURATION_WITHDRAW = 7 days
  DURATION_SPEND = 2 years
  DURATION_LEGAL = 6 years
  FEE_WITHDRAW = KUDOS:0
  FEE_DEPOSIT = KUDOS:0.1
  FEE_REFRESH = KUDOS:0
  FEE_REFUND = KUDOS:0
  RSA_KEYSIZE = 2048
  CIPHER = RSA
''