Suppose, A and B are malicious attackers. Both want to send unlimited fake transactions to each other. I know that the transactions won't be accepted in the blockchain. In fact, they don't want their transactions to be mined. But, is there any way to take a countermeasure against A and B? And, what will be the cost?
Asked
Active
Viewed 530 times
2 Answers
2
The countermeasure is built in the system. All non malicious nodes would instantly discard the fake transactions. I don't understand the problem statement though, like why would any one want to broadcast fake transactions without any motive that it gets mined.

Shabahat M. Ayubi
- 1,479
- 11
- 25
-
I think OP is trying to imagine some kind of denial of service attack. – Osias Jota Mar 19 '18 at 01:14
-
and soon enough the fake node will be blacklisted by many other nodes. – Will Gu May 05 '18 at 06:06
0
Either the transactions are valid (including offer a sufficient fee) or not. If they are fully valid, then they will get mined and A and B will pay lots of fees. If they are not fully valid, then everybody will ignore them and they will do no harm whatsoever.

David Schwartz
- 51,554
- 6
- 106
- 178