-
Notifications
You must be signed in to change notification settings - Fork 136
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
Search thread does not exist. Can't get derived key for #128
Comments
Search threads are created for an account when you The exception happens as it can't decode outputs in the tx you are currently decoding. Does this happen only for this single tx? Or different txs? Also is it testnet network? Have you checked devel branch of openmonero: https://github.com/moneroexamples/openmonero/tree/devel It is most up to date. |
It's mainnet. I will try the most recent version. After |
The "Search thread does not exist" problem was resolved. But I didn't managed to figure out, what causes the "Cant get derived key for a tx. It will be cleared"... When I invoke
I tried to run openmonero (master branch) on completely different machine and after synchronization I started to get the same error. The error starts from Also I tried to build the
Any thoughts? Thank you |
Openmonero is being used for wallet with many users right now. Right now they can't access their monero. I will very appreciate, if you give me some advise on how to resolve it. Please, feel free to ask any additional information. Thank you! |
Should be done today. I will report back when its done. |
Thank you very much for your work. You are doing a lot for this project |
Can confirm and reproduce error. It's caused by this tx: https://www.xmrchain.net/tx/9c9490642d4c648c8b645e68d9b4c8474f48f185b72914dcf024702dce59d570
Commit 02d192b makes failures in derivation of keys to skip problematic txs, instead of terminating search threads. Please check updated master branch of openmonero. Now you should see warning |
Hello,
I started to get this error messages constantly
Also when I try to get unspent outputs, I get this error . Sometimes it returns unspent outputs, but most of the time I get this 'Search thread does not exist' error
Ubuntu 17.04
Thank you
The text was updated successfully, but these errors were encountered: