Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Noitev on May 20, 2013, 03:31:58 AM



Title: Limiting transaction spam through hashcash
Post by: Noitev on May 20, 2013, 03:31:58 AM
Since bitcoin is based on hashcash, why is it so hard to simply make transactions using hashcash for sending btc? You can limit transaction spam by simply adding a nonce and hashing it. Then if the txid is lower than another target, it is accepted, otherwise it is rejected. Since It'll be so hard to make this compatible with previous versions of btc, I suggest it is used only for microtransactions. so if the amount is under 0.005 btc or whatever, make it require a hashcash signature.


Title: Re: Limiting transaction spam through hashcash
Post by: streblo on May 20, 2013, 06:09:59 AM
This is already implemented: the txn fee IS hashcash, insofar as bitcoins are hashcash.


Title: Re: Limiting transaction spam through hashcash
Post by: Etlase2 on May 20, 2013, 06:52:12 AM
Adding the nonce also requires adding bandwidth and storage to already wasteful transaction sizes. Although storing the nonce might not be necessary, the bandwidth overhead is still a concern.