59 lines
1.2 KiB
Plaintext
59 lines
1.2 KiB
Plaintext
# This file is in the public domain.
|
|
#
|
|
# Sections starting with "coin_" specify which denominations
|
|
# the exchange should support (and their respective fee structure)
|
|
[coin_eur_ct_1]
|
|
value = EUR:0.01
|
|
duration_withdraw = 7 days
|
|
duration_spend = 2 years
|
|
duration_legal = 3 years
|
|
fee_withdraw = EUR:0.00
|
|
fee_deposit = EUR:0.00
|
|
fee_refresh = EUR:0.01
|
|
fee_refund = EUR:0.01
|
|
CIPHER = CS
|
|
|
|
[coin_eur_ct_10]
|
|
value = EUR:0.10
|
|
duration_withdraw = 7 days
|
|
duration_spend = 2 years
|
|
duration_legal = 3 years
|
|
fee_withdraw = EUR:0.01
|
|
fee_deposit = EUR:0.01
|
|
fee_refresh = EUR:0.03
|
|
fee_refund = EUR:0.01
|
|
CIPHER = CS
|
|
|
|
[coin_eur_1]
|
|
value = EUR:1
|
|
duration_withdraw = 7 days
|
|
duration_spend = 2 years
|
|
duration_legal = 3 years
|
|
fee_withdraw = EUR:0.01
|
|
fee_deposit = EUR:0.01
|
|
fee_refresh = EUR:0.03
|
|
fee_refund = EUR:0.01
|
|
CIPHER = CS
|
|
|
|
[coin_eur_5]
|
|
value = EUR:5
|
|
duration_withdraw = 7 days
|
|
duration_spend = 2 years
|
|
duration_legal = 3 years
|
|
fee_withdraw = EUR:0.01
|
|
fee_deposit = EUR:0.01
|
|
fee_refresh = EUR:0.03
|
|
fee_refund = EUR:0.01
|
|
CIPHER = CS
|
|
|
|
[coin_eur_10]
|
|
value = EUR:10
|
|
duration_withdraw = 7 days
|
|
duration_spend = 2 years
|
|
duration_legal = 3 years
|
|
fee_withdraw = EUR:0.01
|
|
fee_deposit = EUR:0.01
|
|
fee_refresh = EUR:0.03
|
|
fee_refund = EUR:0.01
|
|
CIPHER = CS
|