cryptonote-universal-pool icon indicating copy to clipboard operation
cryptonote-universal-pool copied to clipboard

Transactions not included in blockchain are counted as paid

Open pmitchev opened this issue 11 years ago • 1 comments

Bytecoin and Dashcoin transactions have 24 hours life (not sure about other coins). When a transaction passes the daemon check (return success) but it is not included in the blockchain it is counted as 'paid'. The real status of the transaction is 'not paid' as it is returned to sender's wallet.

pmitchev avatar Sep 14 '14 03:09 pmitchev

Sample script which fixes the problem It uses external blockchain and it require a lot of time to run: https://github.com/pmitchev/cryptonote-pool-modules

pmitchev avatar Oct 30 '14 17:10 pmitchev