Could I store a bitcoin private key value in a Name Coin?

0

If so: would it be useful for anything? would it be risky as BTC and NMC are linked.

AndyM

Posted 2014-02-16T09:38:30.003

Reputation: 189

So that the whole world can see it? Yes seems like a good idea.Jori 2014-02-16T09:47:43.043

Perhaps this could be a way to publicly 'burn' a btc. 'Proof of burn'. Since any funds reaching that address would then be grabbable on a first come first served basis.AndyM 2014-02-16T09:51:40.143

2That is not burning. Because someone else can claim it, most probably you. Burning suggest none can ever access it again, hence the term 'burning'.Jori 2014-02-16T09:54:20.977

I'll most my comment as an answer, because there isn't much anything else to say, I guess.Jori 2014-02-16T09:55:02.310

So it would be more like a permanent faucet then.AndyM 2014-02-16T10:00:12.250

1Yes, but also an unfair one, because miners will probably (if there is a lot of money to gain from the faucet) cooperate to include only their own transactions from that address. I don't see the point anyhow, were are discussing proof-of-burn and faucets here... we could discuss (I'd love to, but just not here) but your questions seems so broad and also I don't see the point of including NameCoin in all of this. The results would be the same if I'd post it on some large forum or created a torrent and shared it?Jori 2014-02-16T10:57:16.277

Answers

0

Yes, but risk will unquestionably be higher.

You could encrypt it with a hashed passphrase of about two hundred length for English, keep the hash to yourself, and unlock it by hashing your passphrase whenever you need it to unlock the encrypted key.

This is redundant for coins that allow one to hash passphrases into keys. That would be the preferred method: use a passhrase to key system then the private key is never stored anywhere except in memory, yours and the logged client.

user5107

Posted 2014-02-16T09:38:30.003

Reputation:

3

Yes. So that the whole world can see it? Yes seems like a good idea.

The NameCoin block-chain is public, although you could encrypt it in the NameCoin chain, but why there? If you are scared to lose any privates keys you should work on your back-upping strategies, not uploading it to the public domain in the hope none will realize it is a ECDSA Bitcoin private key.

Jori

Posted 2014-02-16T09:38:30.003

Reputation: 1 522