You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running two nodes of bitcore-node with insight API. When I query a transaction on both nodes using the API, one of them returning "not found" while the other one returns the info about the transaction without any error. The transaction indeed has "confirmations: 0".
After tracing the code from insight API to bitcore-node, the reason of the API returning "not found" is the db doesn't contain the transaction record at all.
May I ask
What is the expected behaviour when the bitcore-node encounters some unconfirmed or possibly orphaned transactions?
How could it be possibly ended up into the situation of one node contains the record but the other doesn't? Given that the transaction was received two months ago.
If one of the node fails somehow hence resulting in corrupted database records, how can I fix or reset the node? downloading the whole blockchain again?
Thanks.
The text was updated successfully, but these errors were encountered:
I am running two nodes of bitcore-node with insight API. When I query a transaction on both nodes using the API, one of them returning "not found" while the other one returns the info about the transaction without any error. The transaction indeed has "confirmations: 0".
After tracing the code from insight API to bitcore-node, the reason of the API returning "not found" is the db doesn't contain the transaction record at all.
May I ask
Thanks.
The text was updated successfully, but these errors were encountered: