BlueWallet / LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts for end-users
http://LndHub.io
MIT License
778 stars 197 forks source link

Error when creating invoice on BlueWallet #16

Open dladowitz opened 5 years ago

dladowitz commented 5 years ago

I have bitcoind, lnd and redis, and lndhub all up and running. I've configured my BlueWallet iphone app to connect to my lndhub server.

I've created a new lightning wallet in BlueWallet. I go to Recieve for the first time. Enter 3000 sats, press create and get an error.

The lndhub server logs update, so I can see that BlueWallet is connecting to lndhub

I can connect ZapDesktop to my lnd service and send and recieve, so I know lnd is working correclty.

thanks for the help!

image

image

alerobrod commented 5 years ago

You could, perhaps, look at LND's log file to see why it is failing; though judging from the HTTP response (200) perhaps the fault is elsewhere. Would be good to have more explanatory errors in the app (for troubleshooting purposes). Unfortunately have not yet taken a look at it under the hood to be able to help there.

dladowitz commented 5 years ago

Thanks, I did look at the lnd and bitcoind logs. Nothing stood out. I'll check again and post anything that looks interesting.

Overtorment commented 5 years ago

strange, no error in logs... looks good to me