fatal error: No such mempool transaction after computer reboot #2072
davidbolet
started this conversation in
Node operators
Replies: 2 comments
-
Did you enable tx indexing on your bitcoin node (see https://github.com/ACINQ/eclair#prerequisite-bitcoin-core) ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, my fault, looks I've removed txindex=1 by mistake ;)
Thank you very much!
Regards,
David
El dom, 21 nov 2021 a las 15:11, Fabrice Drouin ***@***.***>)
escribió:
… Did you enable tx indexing on your bitcoin node (see
https://github.com/ACINQ/eclair#prerequisite-bitcoin-core) ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2072 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFHUOQOM5DU3BJX5AQCQKYDUND423ANCNFSM5IOMPJUQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm quite new using eclair, I managed to set up a node and opened 2 channels, but after a computer reboot, now eclair is not able to start, I'm getting the following error:
➜ bin ./eclair-node.sh -Declair.printToConsole 2021-11-20 20:00:05,921 INFO fr.acinq.eclair.Plugin - loading 0 plugins 2021-11-20 20:00:06,303 INFO a.e.slf4j.Slf4jLogger - Slf4jLogger started 2021-11-20 20:00:07,376 INFO fr.acinq.eclair.Setup - hello! 2021-11-20 20:00:07,379 INFO fr.acinq.eclair.Setup - version=0.6.2 commit=6817d6f 2021-11-20 20:00:07,381 INFO fr.acinq.eclair.Setup - datadir=/Users/davidbolet/.eclair 2021-11-20 20:00:07,382 INFO fr.acinq.eclair.Setup - initializing secure random generator 2021-11-20 20:00:07,432 INFO f.a.eclair.NodeParams - use seed file: /Users/davidbolet/.eclair/node_seed.dat 2021-11-20 20:00:07,433 INFO f.a.eclair.NodeParams - use seed file: /Users/davidbolet/.eclair/channel_seed.dat 2021-11-20 20:00:07,526 INFO f.a.secp256k1.Secp256k1 - secp256k1 library successfully loaded 2021-11-20 20:00:07,568 INFO fr.acinq.eclair.Setup - instanceid=bb3aa0f8-92ee-45bc-bfb8-7586cddd8460 2021-11-20 20:00:11,580 INFO fr.acinq.eclair.Setup - nodeid=02eadba11fd09b22cf30dcc27f365e5dcd0a9a45b6036e4df17a652801fd3dbc1b alias=lightbol 2021-11-20 20:00:11,581 INFO fr.acinq.eclair.Setup - using chain=mainnet chainHash=6fe28c0ab6f1b372c1a6a246ae63f74f931e8365e15a089c68d6190000000000 fatal error: No such mempool transaction. Use -txindex or provide a block hash to enable blockchain transaction queries. Use gettransaction for wallet transactions. (code: -5) 2021-11-20 20:00:12,301 ERROR fr.acinq.eclair.Boot - fatal error: No such mempool transaction. Use -txindex or provide a block hash to enable blockchain transaction queries. Use gettransaction for wallet transactions. (code: -5)fr.acinq.eclair.blockchain.bitcoind.rpc.JsonRPCError: No such mempool transaction. Use -txindex or provide a block hash to enable blockchain transaction queries. Use gettransaction for wallet transactions. (code: -5) at fr.acinq.eclair.blockchain.bitcoind.rpc.BasicBitcoinJsonRPCClient.jsonResponse2Exception(BasicBitcoinJsonRPCClient.scala:51) at fr.acinq.eclair.blockchain.bitcoind.rpc.BasicBitcoinJsonRPCClient.$anonfun$invoke$1(BasicBitcoinJsonRPCClient.scala:48) at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:431) at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1429) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)
Any ideas about how to solve this? I'm runnin version 0.6.2 and bitcoin core 22.0.0
Beta Was this translation helpful? Give feedback.
All reactions