3
How can I be positive that one of the incoming payments to my bitcoin-core was double-spent after it was confirmed once by the network, through the JSON-RPC interface?
Related questions:
- How do I detect a double-spend?
- Accepting 0-confirmation transactions and detecting double-spends with open source solution
- https://bitcointalk.org/index.php?topic=327767.0 (GHash.IO and double-spending against BetCoin Dice)
Thanks David! Now I'm really concerned about this: http://bitcoin.stackexchange.com/questions/730/what-does-the-bitcoin-client-do-when-it-receives-conflicting-transactions I wish I could find an update on that answer
– Doug Peters – 2014-11-20T18:47:32.973AFAIR
listunspentdoesn't return txs that have < 0 confirmations.listsinceblockwill not show them either but you can uselisttransactionsinstead which does. – George Kimionis – 2015-01-03T18:32:59.800