Hacker News new | ask | show | jobs
by hnrandom 4246 days ago
No. This is to prevent DoS attacks on the network. Each transaction must include a fee.
1 comments

Transactions are not required to include a fee. Zero fee transactions are fine, and will make it into blocks rather quickly if they have a sufficiently high priority (input age).

The DoS prevention measures are enacted by the enforcing the dust limit (min transaction relay fee), based on the cost to the network to spend the coins.