Sha256: 774b8f85a7c807194212107d3703689f1effa6d23a5579ec93b0bb8757dd05eb
Contents?: true
Size: 1.87 KB
Versions: 3
Compression:
Stored size: 1.87 KB
Contents
- name: Goldcash Deposit Wallet blockchain_key: gold-mainnet currency_id: gold # Address where deposits will be collected to. address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # 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: goldcashd # Gateway client name. settings: # # Goldcashd gateway client settings. uri: http://user:password@127.0.0.1:8345 - name: Goldcash Hot Wallet blockchain_key: gold-mainnet currency_id: gold # Address where deposits will be collected to. address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # 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: 100.0 status: active gateway: goldcashd # Gateway client name. settings: # # Goldcashd gateway client settings. uri: http://user:password@127.0.0.1:8345 - name: Goldcash Warm Wallet blockchain_key: gold-mainnet currency_id: gold # Address where deposits will be collected to. address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # 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: 500.0 status: active gateway: goldcashd # Gateway client name. settings: # # Goldcashd gateway client settings. uri: http://user:password@127.0.0.1:8345
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
peatio-goldcash-2.6.3 | config/wallets.yml |
peatio-goldcash-2.6.2 | config/wallets.yml |
peatio-goldcash-2.6.1 | config/wallets.yml |