# Gavin Andresen # 2011-02-24 04:17:22 # https://bitcointalk.org/index.php?topic=3805.msg54006#msg54006 From another thread: @p{brk} @s{quotedtext} @s{quotedtext} @p{brk} No need to embed the identification in the transactions, I don't think. You just need to associate your public keys with 'you' at some place where anybody can see that association and prove that you originally owned the private keys associated with those public keys. @p{par} Let's see, I think something like this would work: @p{par} For every private key in your wallet: @p{brk} Grab the corresponding public key @p{brk} Sign it with the private key @p{brk} Compute SHA256(public key, signature, "your name and email address") @p{par} Then upload all of those SHA256 hashes to some secure central database somewhere, which stores it along with the time it was uploaded. @p{par} Now if somebody copies your wallet and spends your coins, you can prove that you had the public/private keys in the past by showing everybody the (public key, signature, "your name and email address") that hashes to the value in the central database. @p{par} The crook can upload their own SHA256, of course@p{--} this relies on you uploading before the crook.