5
I'm playing with raw transactions. It's easy to send two signed valid transactions at the same time from the same output to different addresses (making a double-spend attack). My doubt is: if I make tests like this, will the bitcoin p2p network will flag my node / IP as "bad" or I can do it normally without any consequences? Of course I am not attacking anyone else, I want to make tests with my wallets / system to see the behavior.
2
If you want to test things without fear of real consequences, you can use the testnet.
– Tim S. – 2014-06-26T11:34:43.4201
Tip: also have a look at https://github.com/petertodd/replace-by-fee-tools
– Jannes – 2014-06-26T12:04:44.050