Umar Bolatov
Umar Bolatov
I also ran into this issue on desktop.
@Giszmo I would wait a bit still since Lightning Labs just hired @jamaljsr as a Lead Frontend Engineer. I'm sure he will sort it out.
Also it would be nice if words were checked agains the BIP 39 word list to if a user mistypes one of the words the user is aware.
It seems like the intention here is to show a "Loading network..." message if less that 50% synced, "Almost done..." if more than 50% but less that 95% synced and...
@cyanlink I don't think that would work since LND generates a 24-word seed phrase. See here: https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md#24-word-cipher-seeds
@Giszmo I've been having issue building as well and I'm trying to get the app built and then improve the docs based on my experience. You can see the process...
@roeierez looks like the https://github.com/breez/breez repo could use additional documentation as I couldn't follow the steps to build it. It's probably an environment difference issue.
@roeierez I opened an issue for it here: https://github.com/breez/breez/issues/104
@roeierez thanks, I can build now and will attempt the remaining steps to build the app.
@roeierez on step 2 it says: Copy `breez.aar` to the `android/app/libs/` directory Where is the `android/apps/libs` directory meant be found on my system? I searched for `android` directory on my...