Author

Topic: Storing unconfirmed tx on disk (Read 550 times)

copper member
Activity: 2996
Merit: 2374
December 20, 2015, 10:30:42 AM
#2
If you do not store unconfirmed transactions in the mempool then when your node receives a transaction that relies on an unconfirmed transaction it will reject such transaction even though it is valid.

I believe the person answering the stackexchange answer was referring specifically to storing the mempool in memory as opposed to disk. Someone could send a large number of transactions that would cause bitcoind to be consistently writing data on your hard drive (when it receives a new transaction) and reading data on your hard drive (when it needs to make sure a transaction that relies on an unconfirmed transaction is valid) which contributes to wear and tear to your hard drive.
hero member
Activity: 692
Merit: 569
December 20, 2015, 12:49:12 AM
#1
I was thinking about why a non miner node would  keep unconfirmed tx in mempool.

Had a look at this https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-July/009482.html  and http://bitcoin.stackexchange.com/questions/41536/why-does-bitcoin-keep-transactions-in-a-memory-pool.

While I understand the need to relay tx as fast as possible. How is having a mempool mitigating DOS attack. Can someone give me example on this?



Jump to: