Sha256: b7915f35181da98f0dab97b4d9fd8f5fb088f500750c657c9e3631b273d92c08

Contents?: true

Size: 1.86 KB

Versions: 1

Compression:

Stored size: 1.86 KB

Contents

- name:             CPUchain Deposit Wallet
  blockchain_key:   cpu-mainnet
  currency_id:      cpu
  # Address where deposits will be collected to.
  address:          'CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y'  # 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:          cpuchaind  # Gateway client name.
  settings:
    #
    # CPUchaind gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

- name:             CPUchain Hot Wallet
  blockchain_key:   cpu-mainnet
  currency_id:      cpu
  # Address where deposits will be collected to.
  address:          'CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y'  # 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:          cpuchaind   # Gateway client name.
  settings:
    #
    # CPUchaind gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

- name:             CPUchain Warm Wallet
  blockchain_key:   cpu-mainnet
  currency_id:      cpu
  # Address where deposits will be collected to.
  address:          'CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y'  # 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:          cpuchaind   # Gateway client name.
  settings:
    #
    # CPUchaind gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
peatio-cpuchain-0.2.0 config/wallets.yml