-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error when trying to access the mempool #26
Comments
Is it possible to somehow speed up this process? |
we're working on TxIndex improvements |
We're also facing somewhat similar issue, most of the time the mempool isn't accessible with error like the following, and also the listing transactions by publicKey (address) also fails most of the time with similar error : Btw, the historic txindexing has completed. Now only for new blocks it has to perform txindex. |
Seems to be fixed now - may be the switch to |
{ |
"Last TxIndex Block Height" needs to be equal to "Last Block Height" in order to get api v1 working. If they are not the same then your TxIndex is still in process of updating (this process took about 15 hours for me with 16 gb of ram). |
Request
curl --header "Content-Type: application/json" --request POST --data '{"IsMempool":true}' http://localhost:17001/api/v1/transaction-info
Response
{"B1KKKiGg":"UpdateTxindex: Error connecting txn for mempool request: \u003c TxHash: 1cb76d55c2c33e94411c6fc83109d0fc1efc286e0d451f790d888238dbdf4236, TxnType: BC1YLfgstADdBR2TPmY4njYCLafatVibpFn4hGRX2i8zDs34X2pQhqV, PubKey: PRIVATE_MESSAGE \u003e: UpdateTxindex: Error connecting txn to UtxoView: ConnectTransaction: : _connectPrivateMessage: : RuleErrorInputSpendsNonexistentUtxo"}
What i expect
If you go to the admin panel on the node and the mempool section, you can see that there are statistics, but when receiving data from the mempool, there is an incomprehensible error. In response, I expect to receive the same information as on the explorer.bitclout.com
The text was updated successfully, but these errors were encountered: