zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
826 stars 1.14k forks source link

Unpaid transactions counted as paid #73

Open pmitchev opened 10 years ago

pmitchev commented 10 years ago

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.

sammy007 commented 10 years ago

Related https://github.com/zone117x/node-cryptonote-pool/issues/72