-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New install - Can't send payment #98
Comments
|
Thanks for the reply. There was no wallet name "wallet" in bitcoind data directory so I created a new wallet naming it 'wallet" to make it exactly same as the example and updated the config.js and re-babel on lndhub server. bitcoin/data/wallet/ls >> Updated the config.js as: babel ./ --out-dir ./build --copy-files --ignore node_modules Unfortunately I'm still get the same error.
(node:8046) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) On the side note, I'm running the latest bitcoind version. bitcoin-cli -getinfo |
can you make
also, error message suggests you do |
also, just for any case, try starting lndhub like this: |
It shows the directory of the wallet not the actual wallet with .dat file extension... bitcoin-cli -rpcuser=uuu -rpcpassword=ppp -rpcconnect=x.x.x.x listwallets[ |
so, instead of a |
Thanks! that did the trick 👍 |
Problem description:
Environment:
Logs:
LndHub: info: []"error running getCalculatedBalance():","{"result :":null,"error":{"code":-18,"message":"Requested wallet does not exist or is not loaded"},"id":...
Bluewallet: API error: your previous payment is in transit, try again in 5 minutes (code 9)
Additional context.
The text was updated successfully, but these errors were encountered: