Sha256: 7ba1d6d05521cf50f33c4e40fa210e807f7edd9a229dc80082157d7403d7543d
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: 'GNVfBQ8nnuktSYspWzY3H5SbFhizSzi28F' # 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: 'GNVfBQ8nnuktSYspWzY3H5SbFhizSzi28F' # 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: 'GNVfBQ8nnuktSYspWzY3H5SbFhizSzi28F' # 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.6 | config/wallets.yml |
peatio-goldcash-2.6.5 | config/wallets.yml |
peatio-goldcash-2.6.4 | config/wallets.yml |