- name: Goldcash Deposit Wallet blockchain_key: gold-mainnet currency_id: gold # 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: goldcashd # Gateway client name. settings: # # Goldcashd gateway client settings. uri: http://user:password@127.0.0.1:8345 - name: Goldcash Hot Wallet blockchain_key: gold-mainnet currency_id: gold # 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: 100.0 status: active gateway: goldcashd # Gateway client name. settings: # # Goldcashd gateway client settings. uri: http://user:password@127.0.0.1:8345 - name: Goldcash Warm Wallet blockchain_key: gold-mainnet currency_id: gold # 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: 500.0 status: active gateway: goldcashd # Gateway client name. settings: # # Goldcashd gateway client settings. uri: http://user:password@127.0.0.1:8345