coins-cs.conf (1226B)
1 # This file is in the public domain. 2 # 3 # Sections starting with "coin_" specify which denominations 4 # the exchange should support (and their respective fee structure) 5 [coin_eur_ct_1] 6 value = EUR:0.01 7 duration_withdraw = 7 days 8 duration_spend = 2 years 9 duration_legal = 3 years 10 fee_withdraw = EUR:0.00 11 fee_deposit = EUR:0.00 12 fee_refresh = EUR:0.01 13 fee_refund = EUR:0.01 14 CIPHER = CS 15 16 [coin_eur_ct_10] 17 value = EUR:0.10 18 duration_withdraw = 7 days 19 duration_spend = 2 years 20 duration_legal = 3 years 21 fee_withdraw = EUR:0.01 22 fee_deposit = EUR:0.01 23 fee_refresh = EUR:0.03 24 fee_refund = EUR:0.01 25 CIPHER = CS 26 27 [coin_eur_1] 28 value = EUR:1 29 duration_withdraw = 7 days 30 duration_spend = 2 years 31 duration_legal = 3 years 32 fee_withdraw = EUR:0.01 33 fee_deposit = EUR:0.01 34 fee_refresh = EUR:0.03 35 fee_refund = EUR:0.01 36 CIPHER = CS 37 38 [coin_eur_5] 39 value = EUR:5 40 duration_withdraw = 7 days 41 duration_spend = 2 years 42 duration_legal = 3 years 43 fee_withdraw = EUR:0.01 44 fee_deposit = EUR:0.01 45 fee_refresh = EUR:0.03 46 fee_refund = EUR:0.01 47 CIPHER = CS 48 49 [coin_eur_10] 50 value = EUR:10 51 duration_withdraw = 7 days 52 duration_spend = 2 years 53 duration_legal = 3 years 54 fee_withdraw = EUR:0.01 55 fee_deposit = EUR:0.01 56 fee_refresh = EUR:0.03 57 fee_refund = EUR:0.01 58 CIPHER = CS