EDIT 2: Debunked! The signature in Wright's post is just pulled straight from a transaction on the blockchain. Convert the base64 signature from his post (MEUCIQDBKn1Uly8m0UyzETObUSL4wYdBfd4ejvtoQfVcNCIK4AIgZmMsXNQWHvo6KDd2Tu6euEl13VTC3ihl6XUlhcU+fM4=) to hex (3045022100c12a7d54972f26d14cb311339b5122f8c187417dde1e8efb6841f55c34220ae0022066632c5cd4161efa3a2837764eee9eb84975dd54c2de2865e9752585c53e7cce), and you get th…
Craig Steven Wright claims to be Satoshi Nakamoto
241–250 of 289 posts
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#242Reposting my other comment: I think Wright is just a smooth-talking conman with some crypto experience. I'm betting he met Gavin and other (unfortunately, merely "supposed" at this point...) experts in person, talked shop for a while, then took out his laptop and staged verifying the signature of blocks 1 and 9 with dummy commands. (Edit: Gavin actually claimed it was a clean computer, not one that Wright brought. Di…
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#243Earlier quoted context omitted.
For me the Devil is in the behavior. Why would Satoshi go about proving his existence and identity is such a convoluted matter? Simply signing the genesis with a message and posting it pretty much anywhere (bitcointalk, /r/bitcoin, here) for people to verify is all it takes. Not a rambling blot posts full of screenshots and some back-alley interview. This is exactly the kind of 'slight of hand' that a conman utilizes…
Didn't Satoshi also sign his earliest messages with a PGP key? If this guy's really Satoshi, couldn't he just sign a new message stating so with that same private key ?
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#244I don't believe this for a second - and i'm more interested in figuring out how he duped two Bitcoin developers and some of the most notable news outlets in the world. When the link to Wright was first reported in Wired[0] and Gizmodo[1], after letting the news sink in for a day it was apparent that the evidence trail was an elaborate ruse. I don't know if Wright leaked the hack to the media (I think it was more like…
As soon as I saw GQ was one of the media he personally revealed his story to, my skepticism went through the roof. GQ (Gentlemen's Quarterly) is a magazine for image/fashion/style purposes, not tech breakthroughs. Craig Wright seems to be wanting the fame, in a narcissistic way... That is the only reason I can imagine including GQ. Any other reasons for including such a media outlet?
Because a lot of others turned him down? As the FT article says, he was trying to get participants for a while but was going through a PR firm and insisting on NDAs up front and that sort of thing. Given that everyone thinks he's a conman, who wants to sign up for that? Apparently only the BBC, GQ, and the Economist had the balls.
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#245Earlier quoted context omitted.
"I have access to $440M. I just can't touch it until 2020." Perhaps the oldest con ever. Hence the detailed previous story from him of placing all of Satoshi's stash in a trust.
Also really sketch when you make a point of claiming you don't want money. > https://youtu.be/dZNtbAFnr-0?t=3m21s Who says something like this?
It's a non-topic really, compensation for winning an award, it's bizarre he plays it up like this.
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#246Satoshi can also log into bitcointalk.org where the real Satoshi communicated with the public for quite some time during and after the release of the bitcoin client. Can Wright log into it and post or is he gonna claim he forgot his password? Oh wait, a password can be reset. Oh no, he forgot his password to the email he registered on BitcoinTalk.org.. Damn... I guess we're SOL :).
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#247I don't believe this for a second - and i'm more interested in figuring out how he duped two Bitcoin developers and some of the most notable news outlets in the world. When the link to Wright was first reported in Wired[0] and Gizmodo[1], after letting the news sink in for a day it was apparent that the evidence trail was an elaborate ruse. I don't know if Wright leaked the hack to the media (I think it was more like…
"Questions about Mr Wright’s academic degrees arose because he had listed so many on a LinkedIn profile which has since been deleted, and because some could not be confirmed. He now says that the profile was a “joke”—to “take the piss out of myself” and to keep people from bothering him. “No one took me seriously, which was great... His doctorate in theology, however, remains a mystery and Mr Wright does not want to…
OMG the narcissistic self-biography of an egomaniac. Doesn't this guy live in a rental property?
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#248Earlier quoted context omitted.
Didn't Satoshi also sign his earliest messages with a PGP key? If this guy's really Satoshi, couldn't he just sign a new message stating so with that same private key ?
No. Satoshi signed nothing with that PGP key that we know. Its purpose seems to have been for other people emailing him.
Re: Craig Steven Wright claims to be Satoshi Nakamoto
#249EDIT 2: Debunked! The signature in Wright's post is just pulled straight from a transaction on the blockchain. Convert the base64 signature from his post (MEUCIQDBKn1Uly8m0UyzETObUSL4wYdBfd4ejvtoQfVcNCIK4AIgZmMsXNQWHvo6KDd2Tu6euEl13VTC3ihl6XUlhcU+fM4=) to hex (3045022100c12a7d54972f26d14cb311339b5122f8c187417dde1e8efb6841f55c34220ae0022066632c5cd4161efa3a2837764eee9eb84975dd54c2de2865e9752585c53e7cce), and you get th…
A little off-topic, but suppressing right-clicks (and trying to suppress Ctrl/Alt/Shift?) is a really obnoxious thing for a website to do.
document.onmousedown=disableclick;
status="Sorry, not sharing images!";
function disableclick(event)
{
if(event.button==2)
{
alert(status);
return false;
}
}
function detectspecialkeys(e){
var evtobj=window.event? event : e
if (evtobj.altKey || evtobj.ctrlKey || evtobj.shiftKey)
alert("The key is not available.");
}
document.onkeypress=detectspecialkeysRe: Craig Steven Wright claims to be Satoshi Nakamoto
#250What is up with this specific comment thread being so horribly wide on mobile? Why isn't CSS enforcing a width and wrapping the page?