VeriBlock / vbk-ri-btc

Bitcoin Core integration/staging tree
https://bitcoincore.org/en/download
Other
4 stars 6 forks source link

APM Rejecting transaction issue, invalid signature index #689

Closed IsmaelAznarCarmona closed 2 years ago

IsmaelAznarCarmona commented 2 years ago

sigindex user logs:

Altcoin-pop-miner (altchain-pop-miner-0.4.13-rc.12.dev.5) 2022-03-05 10:12:31 si-poll INFO AltchainPopMinerService - Created operation [btcsqe54b8f3e] on chain BTCSQ at block @56318 2022-03-05 10:12:31 pop-tasks- INFO ApmTaskService - [btcsqe54b8f3e] Getting the mining instruction... 2022-03-05 10:12:31 pop-tasks- INFO ApmTaskService - [btcsqe54b8f3e] Successfully retrieved the mining instruction! 2022-03-05 10:12:31 pop-tasks- INFO ApmTaskService - [btcsqe54b8f3e] Submitting endorsement VBK transaction... 2022-03-05 10:12:31 pop-tasks- INFO SpvService - Current signature index details. Ledger: 82 | Pending: 84 (2) | Highest confirmed: -1 2022-03-05 10:12:31 pop-tasks- INFO ApmTaskService - [btcsqe54b8f3e] Successfully sent the VBK transaction CD0BBC5EAF9F59E25605863A3C6982CAC4084EEB0403CC838F2965013B38BFD9 2022-03-05 10:12:31 pop-tasks- INFO ApmTaskService - [btcsqe54b8f3e] Transaction CD0BBC5EAF9F59E25605863A3C6982CAC4084EEB0403CC838F2965013B38BFD9 networkByte=null signatureIndex=85 2022-03-05 10:12:31 pop-tasks- INFO ApmTaskService - [btcsqe54b8f3e] Waiting for the transaction to be included in VeriBlock block...

Nodecore log (nodecore-0.4.13-rc.13.dev.7) 2022-03-05 10:12:31 nc-tx-thre INFO g - Rejecting transaction: CD0BBC5EAF9F59E25605863A3C6982CAC4084EEB0403CC838F2965013B38BFD9, invalid signature index (too low): 85 expected signature index 154

164 transaction failed and 0 succeeded.

Mr-Leshiy commented 2 years ago

@Ismatest , @timstall It is an issue of the APM, should be moved in that repo. P.S. it seems that it is a known problem, restart of the APM should help with the transaction problem.

timstall commented 2 years ago

Likely solved by https://github.com/VeriBlock/nodecore/issues/321