Sha256: 0c59f70e4515ca4fbcd814ee4e9c6882028a266d22c94653d3f25107ce5f2380
Contents?: true
Size: 1.85 KB
Versions: 5
Compression:
Stored size: 1.85 KB
Contents
- name: Nexbit Deposit Wallet blockchain_key: nbc-mainnet currency_id: nbc # 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: nexbitd # Gateway client name. settings: # # Nexbitd gateway client settings. uri: http://user:password@127.0.0.1:13519 - name: Nexbit Hot Wallet blockchain_key: nbc-mainnet currency_id: nbc # 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: 5.0 status: active gateway: nexbitd # Gateway client name. settings: # # Nexbitd gateway client settings. uri: http://user:password@127.0.0.1:13519 - name: Nexbit Warm Wallet blockchain_key: nbc-mainnet currency_id: nbc # 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: 50.0 status: active gateway: nexbitd # Gateway client name. settings: # # Nexbitd gateway client settings. uri: http://user:password@127.0.0.1:13519
Version data entries
5 entries across 5 versions & 1 rubygems