Talk:BIP 0015

From Bitcoin Wiki
Revision as of 11:30, 15 March 2012 by Phelix (talk | contribs) (typos, namecoin)
Jump to: navigation, search

Thoughts

I think anything outside the blockchain is an additional security vulnerability.

My concept

Send 0.005 BTCs to 10 consecutive coinbase addresses in one trasaction (concept copied from http://vermorel.com/process/CreateJournalEntryComment?moduleId=5042156&entryId=14193327&finalize=true ). Coins sent from address you want to use and include in script hex encoded address in any format - e.g. MyName or me@company.com then a OP_DROP in the script (as per "bob" in (98*256*256+111*256*256+98=6451042) http://blockexplorer.com/testnet/tx/9b8cf14991f5b401d4356bbf2e11f5f3bb5221bbd947b8be4cf600f5492f974d ). This would be called an "Address Initiation" transaction.

Initially

Clients would when they see an Address Initiation transaction store name/address pair locally. Could then translate names into addresses to send BTCs. Ordered nature of blockchain would ensure you can check your address is valid before telling anyone to use it.

Once large scale and implemented network wide

Clients send directly to nice addresses and network can lookup real address to receive when trying to spend.

Advantages

  • There is a cost of creating an address so less spam addresses.
  • Cost is paid to miners who secure the network.
  • Does not require blockchain fork.
  • Any address format possible.
  • Now people can speculate on Addresses too! (or is that a disadvantage?).
  • As secure as Bitcoin.

Disadvantages

  • A number of client changes needed to make user friendly.
  • Does not seem elegant.
  • Storage bloat (although would not be a problem for a long time).
  • More prone to typos

Nibor 00:11 27 December 2011

Namecoin aliases

http://dot-bit.org/Namespace:Aliases