Live data from Hacker News

Craig Wright suing developers to forcibly give him access to internet coins

theregister.com

31–40 of 154 posts

Re: Craig Wright suing developers to forcibly give him access to internet coins

#31
Craig Wright is such a fraud. The ALAB Podcast episode on him is hilarious.

He's got some serious mental issues.

My favorite part about the saga is that after he claimed to be Satoshi and have access to billions of dollars, everyone involved in lawsuits with him agreed.

"Yeah, okay you've got billions of dollars. So that means you owe the plaintiff half of that, and the Australian tax authorities a chunk too."

Re: Craig Wright suing developers to forcibly give him access to internet coins

#32
post #5

What are the theories about why the real Satoshi doesn't just move all the coin to another wallet himself to prove that Craig Wright is just a scammer?

Literally the only thing heard from Satoshi since he disappeared was a post from a mailing list from a known email address of his saying "I am not Craig Wright"

Re: Craig Wright suing developers to forcibly give him access to internet coins

#33
post #22

Earlier quoted context omitted.

Here’s a video of Craig Wright being called out by an actual expert and it’s hilarious https://youtu.be/0thnCDgRJfM . He clearly has no clue how ECDSA signatures work.

Does anyone find the other guys claim more interesting? That you can derive private keys after just one transaction.

(edit: ignore me) Yeah that sounds like he mis-spoke. You can't get the private key from a signature, or the protocol is broken.

Edit: I see. It's confusingly worded but that makes sense.

Re: Craig Wright suing developers to forcibly give him access to internet coins

#34
post #4

"They've all refused Wright's demands, though a firm called nChain Ltd is 'said to be working on a modification to the existing BSV client software, which would enable someone who owns but cannot access the BSV to regain control of them.'" Note that Craig Wright is the Chief Science Officer of nChain[0]. It seems cryptocurrency enthusiasts love irreversible transactions until they have one of their own transactions t…

In this case though the problem isn't irreversible transactions, it is that Craig Wright does not and has never owned the coins he claims to have owned.

Just to clarify, the article is about the court case where he wants some transactions on the Bitcoin SV blockchain reversed. The question relating to whether he is Satoshi, and therefore owns Satoshi's 1.1M Bitcoins on the Bitcoin Core blockchain, is a separate court case.

Re: Craig Wright suing developers to forcibly give him access to internet coins

#35
post #22
post #2

"Faketoshi" as he's known in the community always finds a new way to NOT be able to prove he has access to the early mined coins. It's honestly comical at this point the different bullshit he comes up with. My favorite so far was finding an existing signature on the blockchain from Satoshi, modifying the data, then publishing the signature with different data in an attempt to claim to be the creator of Bitcoin. Every…

Here’s a video of Craig Wright being called out by an actual expert and it’s hilarious https://youtu.be/0thnCDgRJfM . He clearly has no clue how ECDSA signatures work.

That's awesome, thank you. The irony of "show me or you're bullshit" is amazing!

Re: Craig Wright suing developers to forcibly give him access to internet coins

#36
post #5

What are the theories about why the real Satoshi doesn't just move all the coin to another wallet himself to prove that Craig Wright is just a scammer?

Because the real Satoshi might be dead and took the keys with him to grave. I, to this day don't understand why it's not obvious why Satoshi has not done anything public for over 10 years. https://en.wikipedia.org/wiki/Dave_Kleiman Craig knew Dave, knows the coins are so close to his reach but he will never get to them.

It makes sense that if one were CERTAIN that the real Satoshi could never claim otherwise (because you knew them to be dead), you would feel emboldened to make outrageous claims without fear of reprisal.

Re: Craig Wright suing developers to forcibly give him access to internet coins

#37
post #33

Earlier quoted context omitted.

Does anyone find the other guys claim more interesting? That you can derive private keys after just one transaction.

(edit: ignore me) Yeah that sounds like he mis-spoke. You can't get the private key from a signature, or the protocol is broken. Edit: I see. It's confusingly worded but that makes sense.

You can recover a private key from two signatures if they reuse the same nonce. The nonce should be random and only used once as the name suggests

Re: Craig Wright suing developers to forcibly give him access to internet coins

#38
post #32
post #5

What are the theories about why the real Satoshi doesn't just move all the coin to another wallet himself to prove that Craig Wright is just a scammer?

Literally the only thing heard from Satoshi since he disappeared was a post from a mailing list from a known email address of his saying "I am not Craig Wright"

I believe the last verified communication from Satoshi (before the account was compromised) was "I'm not Dorian Nakamoto" in 2014: http://p2pfoundation.ning.com/forum/topics/bitcoin-open-sour... .

Edit: See also the full list of forum posts at https://satoshi.nakamotoinstitute.org/posts/ .

Re: Craig Wright suing developers to forcibly give him access to internet coins

#39
post #22

Earlier quoted context omitted.

Here’s a video of Craig Wright being called out by an actual expert and it’s hilarious https://youtu.be/0thnCDgRJfM . He clearly has no clue how ECDSA signatures work.

Does anyone find the other guys claim more interesting? That you can derive private keys after just one transaction.

He's referring to the fact that with ECDSA signatures, if the randomness is bad on a single signature (i.e. you know the "k" value in the signature) then that is sufficient to reveal the private key used in making the signature. Similarly, if two signatures are made with the same nonce and private key, you can reveal the nonce and thus the private key. The maths is actually explained on the wiki page: https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signatu...

Re: Craig Wright suing developers to forcibly give him access to internet coins

#40
post #22

Earlier quoted context omitted.

Here’s a video of Craig Wright being called out by an actual expert and it’s hilarious https://youtu.be/0thnCDgRJfM . He clearly has no clue how ECDSA signatures work.

Does anyone find the other guys claim more interesting? That you can derive private keys after just one transaction.

He's saying you can derive the private key from a single signature made using a known nonce value (the "bad random"). You can also derive the private key from two signatures made using the same nonce value. In both cases the solution just requires trivial algebra.

That's what we did to get the PS3 signing keys. Accidentally became a bit of a citation in the ECDSA world for that one too; who knew Sony would unwittingly earn the title of "canonical example of how to screw up ECDSA in a consumer product"? :-)

It's also how lots of Bitcoin have been taken away when transactions are signed using broken random number generators. These days people are running bots to spot those keypairs and automatically take the bitcoin.

Post reply on HN