dashed-slug.net › Forums › lnd Wallet Adapter extension support › Setting up the LND wallet adapter
Tagged: installation, wallet adapter
- This topic has 26 replies, 2 voices, and was last updated 1 year, 1 month ago by alexg.
-
AuthorPosts
-
September 18, 2023 at 3:12 pm #13120cimaParticipant
Am still finding it difficult to set up the adapter on my WordPress site
September 19, 2023 at 7:49 am #13125alexgKeymasterHello,
How far have you got with the installation instructions?
What problem are you encountering?
September 19, 2023 at 11:06 am #13129cimaParticipantThe LND is writing [There has been a critical error on this website. Please check your site admin email inbox for instructions.] then the bank wallet section[block height and withdrawal lock i don’t understand]
Attachments:
You must be logged in to view attached files.September 20, 2023 at 8:05 am #13133alexgKeymasterOK thanks for reporting this.
The adapter is still in beta. This error is something I did not anticipate.
Did you get an email with an error trace? If so, please email it to me.
Also, is there anything in your PHP error log? If so, please also email that to me.
Thank you.
with regards
September 20, 2023 at 8:10 am #13134alexgKeymasterAdditionally, the second screenshot you showed is from a Bank Adapter, which is not relevant. The bank adapter is for performing manual bank transfers, and therefore it does not have a block height. You should create a wallet with the
DSWallets\LND_Wallet_Adapter
type, as explained here.Please email me any errors found in your admin email inbox or php error log.
September 20, 2023 at 7:48 pm #13137cimaParticipantHello there is no email received of found
September 21, 2023 at 7:03 am #13141alexgKeymasterOK, what about the PHP error log?
Also, can you email me a screenshot with the wallet adapter settings?
September 22, 2023 at 2:45 pm #13143cimaParticipanthere is the image of the settings
Attachments:
You must be logged in to view attached files.September 25, 2023 at 6:47 am #13145alexgKeymasterHello,
Thank you for providing a screenshot of the wallet adapter settings.
There are two issues:
1. You are using an IPv4 address,
127.0.0.1
in square brackets[]
. Square brackets are for IPv6 addresses. Either remove the brackets, or simply typelocalhost
to connect to the local host.2. You should add your tls.cert file.
I will fix the adapter so that it displays a useful error in this case. Thank you for pointing this out.
with regards
September 26, 2023 at 8:24 am #13152cimaParticipanthow do i get the tls.cert file. for wordpress where can i find it?
September 26, 2023 at 9:53 am #13153cimaParticipantI have done all that you said still not working
September 29, 2023 at 10:06 am #13157alexgKeymasterHello,
My apologies for taking this long to respond. Usually I aim to reply within 24 hours or less on working days, but something unexpected cropped up and I was away from my office.
After you install the lit bundle on your server and run the server, the file is located by default in
~/.lit/tls.cert
.Please see step #35 in the installation instructions:
You should paste the contents of the file into the wallet adapter settings.
Additionally, please upgrade to version
0.2.0-beta
of the adapter. This latest version has better error reporting. If there are problems with your connection, you will be able to see a meaningful error message in the adapter list.Please let me know if you encounter any more problems.
with regards,
AlexOctober 2, 2023 at 9:10 am #13161cimaParticipantHow can I locate the file cause am using WordPress
October 2, 2023 at 9:58 am #13162cimaParticipantam still seeing this error
Attachments:
You must be logged in to view attached files.October 2, 2023 at 11:04 am #13165alexgKeymasterHello. This is a different error than before. It looks like progress.
Have you checked the firewalls of the server where litd is installed?
If this page does not load immediately, but takes a few seconds to load, then it’s possible that there is a timeout, which is usually due to firewalls.
First determine what firewalls, if any, are active, both on your server and by your hosting provider.
If your litd/lnd is on a rented server, you may also ask for support from the hosting provider about this. They may be running a firewall protecting all their hosts by default.
The TCP port
8080
must be reachable from your WordPress machine.If you are still stuck after this, please contact me via email. You can email me credentials (username/password) so I can login to your WordPress site and check.
Alternatively, you can check the error logs (PHP error logs, wordpress logs) for any details.
Please check for any firewalls and let me know.
with regards
-
AuthorPosts
- You must be logged in to reply to this topic.