Post
Topic
Board Bitcoin Discussion
Re: The Legend of Satoshi Nakamato, FINAL STEP PUBLISHED.... 4.87 BTC GRAND PRIZE!
by
680cfbb909
on 19/01/2018, 09:20:05 UTC
https://imgur.com/a/OcVDr

This is what you get with the same hashes and the game of life simulation.
First picture is the end result after 100 turns. Second picture is the first turn you get.

If you want to try some other visualizations yourself, you don't have to change much code.
You only need to change the initConnection block to:

Code:
var initConnection = function (spec) {
  appendHash("74e037e5b7cea4512625a4af5a1223dbaf5ae3fb629c47263086091c0ba5328b");
  appendHash("1469167e08a116438943319880f415bb8afe279df68aeaaa32186cf4b7d297da");
  appendHash("ed07c5a6c63313f9b6828d3cb8f1d2ead3a4e8eb92ddbf12297c912e9ade3e60");
  appendHash("4879431128d7dc5a8e0e6e7d739bb2246f8537db1cd6f5971fdff6c4d4d301c2");
  appendHash("9c6d9a78bb8a7ee9f78af0944edce9abbe67f835355ba872da618abb6b841f47");
  appendHash("1f49d498f476cf87a62dce43ebf655051b193971a2b8e8e6df71e2aaa329b42f");
  appendHash("458727dbd63f48c833c3d29ea2013281f8bbb0ca8b17a00600972350c273d98e");
};

Save the file and open the responding transactions-*.html file in your browser.