How about Dr. Wright post some code he's written for another project so we can see how his coding style compares?
I Wonder what Martti and Hearn think of all of this hoopla considering they had private correspondence with Satoshi way back when (in addition to collaborating on code)?
I wonder who all got invited to opine on the veracity of Dr. Wright's claim? If Hearn and Martti were not asked to opine on the evidence, or even Theymos, why not? I believe Grigg works at R3 - surely Hearn has some info here. Perhaps Hearn is Satoshi - he did coin the phrase SPV IIRC (according to him).
Back to the code comparison issue. A code comparison is something I've been working on for a bit. I'll share a little now. If you look at the original bitcoin files, you will Satoshi liked to break up his code into chunks using both whitespace and comment blocks. For many comment blocks, entire lines were filed w/ dashes to break up the code/to start and end a comment. See here (just scroll through):
https://github.com/benjyz/bitcoinArchive/blob/master/nov08/main.cppI haven't seen any current developers break up their code blocks with this convention (and it is a convention, see #4 of first section here:
https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html). Indeed, many of the original comment blocks have been removed. I have not reviewed every Satoshi-suspect's code for similar codeblock comment borders, but I have looked at a lot of them. Only one person I've found so far utilizes comment block borders like Satoshi did:
https://github.com/nicksz/jTime/blob/master/tests/c.html