ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

improvements for boltzcli deposit/withdraw wrapper #693

Open raladev opened 4 years ago

raladev commented 4 years ago
  1. Add Err message when incorrect chain name is used
  2. Make chain name case insensitive (btc and BTC should be the same name)
  3. add deposit --help and withdrawal --help help for certain command
testnet > deposit btc

You will receive your deposit in a lightning channel. If you do not have a channel with sufficient capacity yet, Boltz will open a channel.
The fees for this service are:
  - Service fee: 1.0%
  - Miner fee: 340 satoshis

Please deposit between 10442 and 10100340 satoshis into 2NC7aYqnbYo9uuSmqoWZtzF8QhgXUGTibaw in the next ~7.5 hours (block height 1822945)

testnet > deposit BTC

testnet > deposit bitcoin
raladev commented 4 years ago

second point fixed by https://github.com/ExchangeUnion/xud-docker/pull/759