-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwallets.yml
47 lines (45 loc) · 2.06 KB
/
wallets.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
44
45
46
47
- name: Bitcoincash Deposit Wallet
blockchain_key: bch-testnet
currency_id: bch
# Address where deposits will be collected to.
# IMPORTANT: Use Cash Address Format
address: 'bchtest:qqpkpjpsv5ngwjet9alaktdhklgcrlf9qg9l4ta2w5' # IMPORTANT: Always wrap this value in quotes!
kind: deposit # Wallet kind (deposit, hot, warm, cold or fee).
nsig: 1 # Number of signatures required for performing withdraw.
max_balance: 0.0
status: active
gateway: bitcoincashd # Gateway client name.
settings:
#
# Bitcoincashd gateway client settings.
uri: http://user:password@127.0.0.1:18332
- name: Bitcoincash Hot Wallet
blockchain_key: bch-testnet
currency_id: bch
# Address where deposits will be collected to.
# IMPORTANT: Use Cash Address Format
address: 'bchtest:qqpkpjpsv5ngwjet9alaktdhklgcrlf9qg9l4ta2w5' # IMPORTANT: Always wrap this value in quotes!
kind: hot # Wallet kind (deposit, hot, warm, cold or fee).
nsig: 1 # Number of signatures required for performing withdraw.
max_balance: 5.0
status: active
gateway: bitcoincashd # Gateway client name.
settings:
#
# Bitcoincashd gateway client settings.
uri: http://user:password@127.0.0.1:18332
- name: Bitcoincash Warm Wallet
blockchain_key: bch-testnet
currency_id: bch
# Address where deposits will be collected to.
# IMPORTANT: Use Cash Address Format
address: 'bchtest:qqpkpjpsv5ngwjet9alaktdhklgcrlf9qg9l4ta2w5' # IMPORTANT: Always wrap this value in quotes!
kind: warm # Wallet kind (deposit, hot, warm, cold or fee).
nsig: 1 # Number of signatures required for performing withdraw.
max_balance: 50.0
status: active
gateway: bitcoincashd # Gateway client name.
settings:
#
# Bitcoincashd gateway client settings.
uri: http://user:password@127.0.0.1:18332