I'm currently in the process of working on my thesis about Bitcoin security and I'm wondering if there's any software available for testing of Bitcoin security? For example, are there any programs that will try launching double-spend attacks, simulate a 51% attack, or the like?
Asked
Active
Viewed 349 times
6
2 Answers
2
testnet-in-a-box is a simple way to set up your own testnet network, separate from the main one. That lets you mine your own blocks easily because the difficulty will stay low. Then you can play around with double-spending your own coins to yourself without inconveniencing others, and without needing large amounts of hash power.

Chris Moore
- 14,825
- 6
- 66
- 87
0
There's a fuzzing tool written by Gavin to test the Bitcoin protocol for vulnerabilities.

ripper234
- 26,550
- 30
- 111
- 246
For instance, if you are attempting to double-spend against a merchant, you might want to first ensure that is done with that merchant's knowledge and permission.
– Stephen Gornick Feb 27 '12 at 17:39