Sha256: e2245006c4aca453c1940e29480a415217d35540e436425c56181a1862575c5d

Contents?: true

Size: 1.88 KB

Versions: 1

Compression:

Stored size: 1.88 KB

Contents

- name:             Hthcoin Deposit Wallet
  blockchain_key:   hthcoin-mainnet
  currency_id:      hthcoin
  # 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:          hthcoind  # Gateway client name.
  settings:
    #
    # Hthcoind gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

- name:             Hthcoin Hot Wallet
  blockchain_key:   hthcoin-mainnet
  currency_id:      hthcoin
  # 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:          hthcoind   # Gateway client name.
  settings:
    #
    # Hthcoind gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

- name:             Hthcoin Warm Wallet
  blockchain_key:   hthcoin-mainnet
  currency_id:      hthcoin
  # 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:          hthcoind   # Gateway client name.
  settings:
    #
    # Hthcoind gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultex-hthcoin-0.2.1 config/wallets.yml