Creating a bitcoin simulation

0

I want to create a bitcoin simulation where I can simulate information propagation similar to that of the real bitcoin network.

I would then like to change how information propagation works in this simulation and take readings from this change to compare to the original data I got from the first simulation I ran.

Are there anything similar out there that I would be able to use to implement this?

DonalDraper

Posted 2019-02-13T15:42:13.660

Reputation: 87

Check out www.github.com/mcelrath/braidcoin. Its simulates braids and cohort times (future Bitcoin work) but the data propagation aspects of the simulation will be relevant to what you want to do.James C. 2019-02-13T15:52:53.053

No answers