Sha256: 1cf9e53d559fd6dd548f471572a42c0bfd57b8bd625949a93c0af555859e9e3f

Contents?: true

Size: 1.86 KB

Versions: 2

Compression:

Stored size: 1.86 KB

Contents

- name:             CounosX Deposit Wallet
  blockchain_key:   ltc-testnet
  currency_id:      ltc
  # 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:          counosxd  # Gateway client name.
  settings:
    #
    # counosxd gateway client settings.
    uri:          http://user:password@127.0.0.1:19332

- name:             CounosX Hot Wallet
  blockchain_key:   ltc-testnet
  currency_id:      ltc
  # 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:      5.0
  status:           active
  gateway:          counosxd   # Gateway client name.
  settings:
    #
    # Counosxd gateway client settings.
    uri:          http://user:password@127.0.0.1:19332

- name:             CounosX Warm Wallet
  blockchain_key:   ltc-testnet
  currency_id:      ltc
  # 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:      50.0
  status:           active
  gateway:          counosxd   # Gateway client name.
  settings:
    #
    # Counosxd gateway client settings.
    uri:          http://user:password@127.0.0.1:19332

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
peatio-counosx-2.6.2 config/wallets.yml
peatio-counosx-2.6.1 config/wallets.yml