Sha256: 81682d419d2abe53b45242bc384162c63a33b526ff4550cd896752807ec6e1fb

Contents?: true

Size: 1.83 KB

Versions: 2

Compression:

Stored size: 1.83 KB

Contents

- name:             NDC Deposit Wallet
  blockchain_key:   ndc-mainnet
  currency_id:      ndc
  # Address where deposits will be collected to.
  address:          'NyWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y'  # 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:13519

- name:             NDC Hot Wallet
  blockchain_key:   ndc-mainnet
  currency_id:      ndc
  # Address where deposits will be collected to.
  address:          'NyWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y'  # 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:      500000.0
  status:           active
  gateway:          ndcd   # Gateway client name.
  settings:
    #
    # NDCd gateway client settings.
    uri:          http://user:password@127.0.0.1:13519

- name:             NDC Warm Wallet
  blockchain_key:   ndc-mainnet
  currency_id:      ndc
  # Address where deposits will be collected to.
  address:          'NyWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y'  # 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:      500000.0
  status:           active
  gateway:          ndcd   # Gateway client name.
  settings:
    #
    # NDCd gateway client settings.
    uri:          http://user:password@127.0.0.1:13519

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
peatio-ndc-0.1.2 config/wallets.yml
peatio-ndc-0.1.0 config/wallets.yml