Forum Replies Created
-
AuthorPosts
-
alexgKeymaster
Hello. 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
alexgKeymasterHello,
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,
AlexalexgKeymasterHello,
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.
The issue with downloading has been fixed.
Please let me know if you encounter any more problems.
with regards,
AlexalexgKeymasterHello,
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
alexgKeymasterOK, what about the PHP error log?
Also, can you email me a screenshot with the wallet adapter settings?
alexgKeymasterAdditionally, 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.
alexgKeymasterOK 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
alexgKeymasterI have replied to your email.
alexgKeymasterHello,
How far have you got with the installation instructions?
What problem are you encountering?
alexgKeymasterMy email address is here: https://www.dashed-slug.net/contact/
Please provide me an account where there will be some balance that I can try to transfer to some other user. (also provide a name or email of another user).
It doesn’t have to be a real cryptocurrency, any balance will do.
alexgKeymasterHello,
The required capabilities are:
–has_wallets
–send_funds_to_user
If the button doesn’t do anything, there could be a JavaScript error in the console tab, or the WP-REST API request may not have completed, which should be visible in the network tab.
If you want, email me some login credentials to your site, and I can investigate what’s going on.
with regards
alexgKeymasterHello,
No, unfortunately I cannot. These videos take too much time to produce, and I am way too busy.
However, I have taken great care to include very detailed step-by-step installation instructions. The instructions are available on the LND Wallet adapter’s homepage, and are also bundled in the plugin.
Follow the instructions, and if you hit any problems, please let me know. I am available to answer any questions.
with regards
alexgKeymasterHello @cima,
The LND wallet adapter connects to the lnd daemon, which can be run on several platforms, but mostly Linux.
The installation instructions are available here (and are also bundled in the plugin):
What’s important is that you set it up on a server, not your home machine. Do not attempt to install it without basic system administration skills. The installation is not easy, but not too hard either. I have provided full step-by-step instructions.
Unlike other full node wallets, the litd bundle (which includes lnd), does not require much disk space or CPU. This means you will be able to run it even on a shared host, which will be more economical.
If you have any more questions about this, please let me know, but please don’t post here in the general discussion. The support forum for the lnd Wallet adapter is here:
Or you can email me with any questions.
with regards
alexgKeymasterThank you very much for taking the time to post this info.
Hopefully it will be useful to others.
alexgKeymasterFor future reference, not that this has been implemented in version 6.0.0 of the plugin.
https://github.com/dashed-slug/wallets/blob/6.0.0/adapters/abstract-wallet-adapter.php#L247-L307
-
AuthorPosts