Sha256: 611ed9963d9e0c0b809c49654b66362b380a85c5c351357c70ff99f246d380b4
Contents?: true
Size: 1.82 KB
Versions: 2
Compression:
Stored size: 1.82 KB
Contents
- name: NDC Deposit Wallet blockchain_key: ndc-mainet currency_id: ndc # Address where deposits will be collected to. address: 'NrR24vjA6AwoLw9w34hCpJKytUiAJnpSTP' # 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: ndcd # Gateway client name. settings: # # NDCd gateway client settings. uri: http://user:password@127.0.0.1:17798 - name: NDC Hot Wallet blockchain_key: ndc-mainet currency_id: ndc # Address where deposits will be collected to. address: 'NrR24vjA6AwoLw9w34hCpJKytUiAJnpSTP' # 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: ndcd # Gateway client name. settings: # # NDC gateway client settings. uri: http://user:password@127.0.0.1:17798 - name: NDC Warm Wallet blockchain_key: ndc-mainet currency_id: ndc # Address where deposits will be collected to. address: 'NrR24vjA6AwoLw9w34hCpJKytUiAJnpSTP' # 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: ndcd # Gateway client name. settings: # # NDCd gateway client settings. uri: http://user:password@127.0.0.1:17798
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peatio-ndc-0.2.1 | config/wallets.yml |
peatio-ndc-0.1.3 | config/wallets.yml |