-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
LND crashes on startup: -22: TX rejected: total value of all transaction inputs for transaction ... is 16777216 which is less than the amount spent of 17776996 #1267
Comments
Do you have any pertinent logs? |
What exactly are you looking for? Being in Docker I have all the output ever generated by the container. The last action performed on the 16th was a ton of ChannelUpdate's (Short Snippet) before starting back up on the 21st:
Here is the output from startup until it crashes.
|
@Xethron the full logs would be awesome! Since the force close of channel |
I have generated the following logs as follows: They are 4.5MB in size: http://coffee.co.de/lnd_alice_channelpoint |
Added another log file with |
Background
Running LND on Testnet on my Laptop. After it went to sleep and woke up, it tried to sync up and quit giving the following error:
Everything is running in a docker. I committed one of the containers to an image. Running:
docker start alice
tries to sync up with btcd, and then throws the above error.My BTCD is all synced up with Testnet.
Your environment
lnd
0.4.1 (Initially started docker from commit 097fd50)uname -a
on *Nix): MacOSX but running in Dockerbtcd
,bitcoind
, or other backend: BTCD: Version 0.12.0-betaSteps to reproduce
Stack trace above
Expected behaviour
Start up normally
Actual behaviour
Crashes with above error
The text was updated successfully, but these errors were encountered: