Does bitcoin provide non-repudiation?

1

Bitcoin defines you need to sign the previous hash and the destination public key. By doing so, you assume that you transferred the money. That provides non-repudiation of the transaction to a given key pair.

If you used bitcoin to buy "guns", how can the court legally prove that you, a person, are the owner of the key that made the transaction?

Since the key is not certified by a trustable third-party, you can't prove the association between the key and its owner. Am I correct?

dario nascimento

Posted 2015-08-13T05:18:36.150

Reputation: 111

Answers

1

If you used bitcoin to buy "guns", how can the court legally prove that you, a person, are the owner of the key that made the transaction?

The Ross Ulbricht/DPR trial provides several examples of how you might prove that someone made a transaction:

  1. Being the person who sells the product or service to them. For example, the "hitman" Ross hired to kill Curtis Green was actually an undercover agent.
  2. Grabbing the laptop used to make the transaction out of the hands of the guy who made it, and forensically analyzing it.
  3. Other ways, like having a confidential informant, (like Curtis Green) or getting them to plead guilty (like Carl Mark Force.)

Nick ODell

Posted 2015-08-13T05:18:36.150

Reputation: 26 536