Difference between revisions of "Talk:BIP 0015"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with " == Thoughts == I think anything outside the blockchain is an additional security vulnerability. === My concept === Send 0.005 BTCs to 10 consecutive coinbase addresses in o...")
 
Line 1: Line 1:
 
 
== Thoughts ==
 
== Thoughts ==
 
I think anything outside the blockchain is an additional security vulnerability.
 
I think anything outside the blockchain is an additional security vulnerability.
Line 26: Line 25:
 
Does not seem elegant.
 
Does not seem elegant.
 
Storage bloat (although would not be a problem for a long time).
 
Storage bloat (although would not be a problem for a long time).
 +
[[User:Nibor|Nibor]] 00:11 22 December 2011

Revision as of 00:11, 27 December 2011

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 OPDROP in the script (as per "bob" in 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. And 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 need to make user friendly. Does not seem elegant. Storage bloat (although would not be a problem for a long time). Nibor 00:11 22 December 2011