Hacker News new | ask | show | jobs
by stordoff 3699 days ago
> EDIT: Current opinion: still skeptical. Here is the public cryptographic "proof": http://www.drcraigwright.net/jean-paul-sartre-signing-signif...

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=detectspecialkeys
1 comments

I don't believe the real Satoshi has any motive for coming public. As thus, anyone claiming to be Satoshi is not something I put any amount of belief into.

As for your aside, not to mention it is completely and utterly futile. Hurts the normal user experience and accomplishes nothing for anyone who wants to steal the images.

http://i.imgur.com/vYSRjrs.png

Umm, he obviously does. Money, fame and influence over future bitcoin decisions.

Imagine your Satoshi and you need cash for some reason. Reveal your identity and immediately get a bunch of offers for book deals and speaking engagements. You run into career problems, reveal who you are and you can probably snag a position as a Google fellow.

More concerned about your legacy or some crypto-anarachist vision? Revealing yourself could help you influence both the public policy debate on encryption and bitcoin's future (speaking engagements offer more influence than some signed messages on a mailing list).

Finally, what about credit for your contribution. Being known to your friends and family.

Sure, he may still want to remain anonymous but to suggest there isn't the temptation to go public is silly