paint-brush
Did Satoshi Steal My Blog Post?by@jprichardson
1,216 reads
1,216 reads

Did Satoshi Steal My Blog Post?

by JP RichardsonMay 2nd, 2016
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

I’m JP Richardson, co-founder of <a href="http://www.exodus.io" target="_blank">Exodus</a> bitcoin/ethereum wallet and active <a href="https://www.npmjs.com/~jprichardson" target="_blank">JavaScript/Bitcoin developer</a> (<a href="https://github.com/jprichardson" target="_blank">github</a>). I, like a lot of you, got caught up into reading about Craig Wright being Satoshi Nakamoto.

People Mentioned

Mention Thumbnail

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Did Satoshi Steal My Blog Post?
JP Richardson HackerNoon profile picture

I’m JP Richardson, co-founder of Exodus bitcoin/ethereum wallet and active JavaScript/Bitcoin developer (github). I, like a lot of you, got caught up into reading about Craig Wright being Satoshi Nakamoto.

I started poking around Craig Wright’s site and stumbled upon this gem: http://www.drcraigwright.net/generating-bitcoin-address/ (if link is dead/removed: PDF copy)

I thought it looked very similar to an old post I wrote in 2013: http://procbits.com/2013/08/27/generating-a-bitcoin-address-with-javascript using an ancient version of bitcoinjs-lib circa 2013.

Google for “Random number generation”+”is the basis of most cryptography”. Top two hits? My post is first, Craig Wright’s is second.

Here’s a screenshot:

Look at the code snippets. The variable names. The old bitcoinjs version. The ordering of the languages.

Coincidence? Could be.

Did Craig Wright steal my post? Or just maybe, I am Satoshi Nakamoto.

Thanks to Fluffy Pony for reviewing both posts.