cryptonote-universal-pool
cryptonote-universal-pool copied to clipboard
Transactions not included in blockchain are counted as paid
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.
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