You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks robclark56 for your tutorials. I've been having fun playing with lightning!
I am trying to set up the "Auto Wallet Unlock using Encyrypted Wallet Password."
If I test the PHP file my encrypted password is successfully returned from the webserver, but when I try to run /etc/cron.hourly/lnd_unlock;echo it does not unlock my wallet and returns this error:
{"error":"connection error: desc = \"transport: authentication handshake failed: x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs\"","code":13}
The only thing I changed from your example /etc/cron.hourly/lnd_unlock was the path to admin.macaroon because that seems to be different. I'm using lnd version 0.5.0-beta commit=3b2c807288b1b7f40d609533c1e96a510ac5fa6d
Do you have any idea what I could do to fix this error? Maybe I need to make my certificates differently?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestions. It's not 1 or 2, I have the curl command as you do in the example. I was in the process of trying 3, but after moving the macaroons the wallet just complains about not being able to locate them. I thought it would create new ones, but maybe not? I moved the original macaroons back and after closing out my open channels and moving my bitcoin out I will make a new wallet and try again.
Thanks robclark56 for your tutorials. I've been having fun playing with lightning!
I am trying to set up the "Auto Wallet Unlock using Encyrypted Wallet Password."
If I test the PHP file my encrypted password is successfully returned from the webserver, but when I try to run
/etc/cron.hourly/lnd_unlock;echo
it does not unlock my wallet and returns this error:{"error":"connection error: desc = \"transport: authentication handshake failed: x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs\"","code":13}
The only thing I changed from your example
/etc/cron.hourly/lnd_unlock
was the path toadmin.macaroon
because that seems to be different. I'm usinglnd version 0.5.0-beta commit=3b2c807288b1b7f40d609533c1e96a510ac5fa6d
Do you have any idea what I could do to fix this error? Maybe I need to make my certificates differently?
The text was updated successfully, but these errors were encountered: