coinos / coinos-classic

A bitcoin wallet app
https://coinos.io/
GNU Affero General Public License v3.0
70 stars 17 forks source link

"Invoice is not a proper lightning payment request" - coinos.io invoices do not work with Bitfinex withdrawals #16

Closed jerzybrzoska closed 3 years ago

jerzybrzoska commented 3 years ago

When I generate a lightning invoice at coinos.io and paste it into the invoice field at Bitfinex's withdrawal page I get the following:

bitfinexWitdraw_2020-11-27_16-30-32

asoltys commented 3 years ago

Looks like you have to specify an amount in the invoice

jerzybrzoska commented 3 years ago

Finally it dawned on me. I was specifying the amount earlier, like so 0.0014. The wallet does not seem to understant floats, it only accepts integers. I was trying to specify the amount in BTC and not in Satoshis, like so: amountCoinos_2020-11-27_21-22-32

but to no avail. Likewise when I introduced 2.0014 it rounded it to 2 BTC. I was introducing the amount with my keybooard and not with a mouse. I noticed that your GUI lacks comma. Is it so for the very same reason?