forked from mohland/dogetipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coins.yml
43 lines (42 loc) · 997 Bytes
/
coins.yml
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
# Bitcoin
btc:
enabled: false
unit: btc
name: Bitcoin
symbol: 'Ƀ'
config_file: '~/.bitcoin/bitcoin.conf'
minconf:
givetip: 1
withdraw: 144
txmin:
givetip: 0.00005
withdraw: 0.0005
txfee: 0.0001
walletpassphrase: 'mypass1'
explorer:
address: 'http://blockchain.info/address/'
transaction: 'http://blockchain.info/tx/'
regex:
address: '([1|3][1-9a-z]{20,40})'
units: '(btc|bitcoin|bitcoins)'
# Dogecoin
dog:
enabled: true
unit: dog
name: Dogecoin
symbol: 'Ð'
config_file: '~/.dogecoin/dogecoin.conf'
config_rpcserver: '127.0.0.1'
minconf:
givetip: 4
withdraw: 60
txmin:
givetip: 5
withdraw: 1
txfee: 1
explorer:
address: 'http://dogechain.info/address/'
transaction: 'http://dogechain.info/tx/'
regex:
address: '(D[1-9a-z]{20,40})'
units: '(doge|dogecoin|dogecoins|doges|Ð|dog)'