Don't forget that it's just a GUI FOR LND!
You need to make a hexdump of your admin.macaroon
xxd -ps -u -c 1000 /home/bitcoin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
You will get a long string that looks like
0201036C6E6402BB0*******************************************************************************************6FB5741D94CB0CFB84
If you cant find it there use find option and than change the path to file:
find / -name 'admin.macaroon'
---
cat /home/bitcoin/.lnd/tls.cert
-----BEGIN CERTIFICATE-----
MIICFjCCAbugAwIBAgIRALG9daXldp1eNbhhgsCs4kAwCgYIKoZIzj0EAwIwPzEf
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
EyzxfjkTA7QkoA==
-----END CERTIFICATE-----
Than you just need to copy it to the app to make it work.
You need to set up HOST as https://{YOURIP}:{PORT}
Your LND {PORT} is a 8080 by default.
As a certificate you need to copy & paste it with -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----
You need to setup a login and password in the app.
It's seems that need a alphanumeric password with uppercase:
Enjoy the wallet.
Thanks for the nice walkthrough!
I actually didn't know that command to make a hexdump - so I learned something new. I was doing it programatically.
I'll have to check this wallet out. Do you know if it Is open source?
Yes it's wallet by https://github.com/LightningPeach/lightning-peach-wallet
It's a wallet by Bitfury Group :)
Thanks!
I just noticed this text in their readme: "
Currently doesn't work in mainnet. Works in simnet, regtest or testnet."
That's hardly #reckless :)
it's working with mainnet :P
REDME.md hasen't been changed for a month but you can now download app from google play.