Bitcoin Forum
April 23, 2024, 06:15:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BIP - Capitilizing on Bitcoin's Block Space.  (Read 1583 times)
allten (OP)
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


You Don't Bitcoin 'till You Mint Coin


View Profile WWW
November 03, 2011, 10:21:48 PM
Last edit: November 09, 2011, 12:51:48 AM by allten
 #1

BIP - Bitcoin Improvement Proposal by AllTen.

If I understand correctly the block size can be as large as 1MB with the current version of the Bitcoin client.
a simple modification would probably allow for larger block sizes.
Also, there are no limitations on what can be put in a block. you can put whatever you want if you are a miner.

Bitcoin's greatest feature IMO, other than for currency, is storage of data in the most secure and highly distributed database this world has ever seen. The countless market applications for this are hard to fathom.
However, if the block chain becomes bloated with all this non-currency transaction data it could have a negative impact on bitcoin and I'm sure it would make miners unhappy in the long run as disk space fills up.

So here's my (incomplete) proposal: All non transaction data in the block chain would require two fees. One fee to the miner for KB usage (same as before) and another fee that would go into a type of savings owned by no one that would be used to compliment miner rewards after all 21 million bitcoins have been mined. Obviously there's a lot of detail missing, but that is the gist of my proposal that I look to the bitcoin community for help in critiquing it.

With your input, I will be updating this post as needed.

Thanks

--------------- Update: 10/08/2011 -----------
Well, looks like my proposal needs a complete overhaul.
Thank you for your comments. I thought I had a better understanding of Bitcoin Technology, but maybe not.
Anyways, Here are some questions I've been pondering before I scrap this idea or re-write it entirely.

1) How exactly is arbitrary data stored in the block chain?
   Is there more than one way?
   My current understanding is that it has to be part of a transaction signature and this is the only way. True?
   If so, what is the maximum size?

2) I'm still having difficulty understanding the economics of transaction fees.
   why does a miner care how big a transaction is in kb? seams trivial. Does it require more processing power to authenticate and verify?
   what metrics can a miner use to calculate a reasonable fee to accept or reject transactions?

your answers and/or links to previous topics is much appreciated.
1713852938
Hero Member
*
Offline Offline

Posts: 1713852938

View Profile Personal Message (Offline)

Ignore
1713852938
Reply with quote  #2

1713852938
Report to moderator
1713852938
Hero Member
*
Offline Offline

Posts: 1713852938

View Profile Personal Message (Offline)

Ignore
1713852938
Reply with quote  #2

1713852938
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713852938
Hero Member
*
Offline Offline

Posts: 1713852938

View Profile Personal Message (Offline)

Ignore
1713852938
Reply with quote  #2

1713852938
Report to moderator
1713852938
Hero Member
*
Offline Offline

Posts: 1713852938

View Profile Personal Message (Offline)

Ignore
1713852938
Reply with quote  #2

1713852938
Report to moderator
genjix
Legendary
*
expert
Offline Offline

Activity: 1232
Merit: 1072


View Profile
November 03, 2011, 10:29:47 PM
 #2

Unenforceable.

Miners would all need the same fee structure. An artificial limitation on the scripting system.
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
November 03, 2011, 10:36:41 PM
 #3

Dont see how this would work as the data would be stored in the block (and a burden to all blockchain processors) for the rest of history.

I have wondered about the introduction of "super blocks" that would contain summaries of all previous bitcoin address balances so that the blockchain could be truncated from time to time. For instance, every million blocks, a summary is computed for all known addresses and balances so that all previous blocks could be removed and the blockchain shortened.

ribuck
Donator
Hero Member
*
Offline Offline

Activity: 826
Merit: 1039


View Profile
November 03, 2011, 10:37:39 PM
 #4

Miners need to keep the whole transaction history. Although the transaction fees that miners require are nominally tied to the block being generated, in the future miners will set those fees to a level that covers the costs of handling the entire transaction history, not just the mining of the current block.

Therefore, although the current transaction fee mechanism may not produce the economically optimum result, it's "good enough". It's viable, self-sustaining and self-regulating.
allten (OP)
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


You Don't Bitcoin 'till You Mint Coin


View Profile WWW
November 03, 2011, 10:58:02 PM
 #5

Unenforceable.

Miners would all need the same fee structure. An artificial limitation on the scripting system.

What exactly is Unenforceable? Need help understanding.
allten (OP)
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


You Don't Bitcoin 'till You Mint Coin


View Profile WWW
November 03, 2011, 11:08:09 PM
 #6

Miners need to keep the whole transaction history. Although the transaction fees that miners require are nominally tied to the block being generated, in the future miners will set those fees to a level that covers the costs of handling the entire transaction history, not just the mining of the current block.

Therefore, although the current transaction fee mechanism may not produce the economically optimum result, it's "good enough". It's viable, self-sustaining and self-regulating.

"handling the entire transaction history"
Are you saying it become more processor intensive as the blockchain becomes longer to verify transactions?
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5180
Merit: 12873


View Profile
November 04, 2011, 01:26:40 AM
 #7

What exactly is Unenforceable? Need help understanding.

You can put data into the block chain using standard transactions in ways that are undetectable. It's impossible to prevent people from putting arbitrary data into the block chain.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
allten (OP)
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


You Don't Bitcoin 'till You Mint Coin


View Profile WWW
November 04, 2011, 02:04:46 AM
 #8

What exactly is Unenforceable? Need help understanding.

You can put data into the block chain using standard transactions in ways that are undetectable. It's impossible to prevent people from putting arbitrary data into the block chain.

That is interesting. I was unaware of that.
How does that work? How could I, for example, create a transaction with arbitrary data?

thanks.
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5180
Merit: 12873


View Profile
November 04, 2011, 02:13:02 AM
 #9

There are many ways, but here's one suggested by Satoshi:

why not make it easier on everyone and just allow say, 64 or 128 bytes of random data in a transaction?
That's already possible.  <pubkey> OP_CHECKSIG.  <pubkey> can be 33 to 120 bytes.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
ByteCoin
Sr. Member
****
expert
Offline Offline

Activity: 416
Merit: 277


View Profile
November 04, 2011, 02:16:38 AM
 #10

You can put data into the block chain using standard transactions in ways that are undetectable.
How does that work?
For the most efficient method that doesn't waste any coins, read about the subliminal channel in (EC)DSA. Also my posts on the subject 1+ years ago.

ByteCoin
BeeCee1
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
November 05, 2011, 01:55:05 AM
 #11

Dont see how this would work as the data would be stored in the block (and a burden to all blockchain processors) for the rest of history.

I have wondered about the introduction of "super blocks" that would contain summaries of all previous bitcoin address balances so that the blockchain could be truncated from time to time. For instance, every million blocks, a summary is computed for all known addresses and balances so that all previous blocks could be removed and the blockchain shortened.

People have talked about using "balance sheets" to do exactly this.  See https://bitcointalk.org/?topic=473.0 and https://bitcointalk.org/?topic=505.0 for a more complete discussion.
Mike Hearn
Legendary
*
expert
Offline Offline

Activity: 1526
Merit: 1128


View Profile
November 05, 2011, 02:09:28 PM
 #12

The block chain is a fairly pointless place to put your data. There are much better tools for this type of thing that are actually designed for it. Consider FreeNet for instance.
wareen
Millionaire
Legendary
*
Offline Offline

Activity: 910
Merit: 1001

Revolutionizing Brokerage of Personal Data


View Profile
November 05, 2011, 03:20:05 PM
 #13

Consider FreeNet for instance.
I have put some thought into a Bitcoin powered Freenet, where storage and degree of replication of content is not only guided by popularity, but by some Bitcoin payments. The devil is of course in the details but I still think it could work and it certainly would be a neat thing.

        ▄▄▀▀▄▄
    ▄▄▀▀▄▄██▄▄▀▀▄▄
▄▄▀▀▄▄█████▄████▄▄▀▀▄▄
█▀▀█▄█████████████
█▄▄████▀   ▀██████
███████     █▄████
█████▀█▄   ▄██████
█▄█████▌   ▐█████
█████▀█     ██████
██▄███████████████
▀▀▄▄▀▀█████▀████▀▀▄▄▀▀
    ▀▀▄▄▀▀██▀▀▄▄▀▀
        ▀▀▄▄▀▀
.PDATA..
.
TOKEN..
██
██
██   ██
██   ██
██   ██
██   ██
██   ██
██   ██

██   ██
██   ██

██   ██
██
██
██
██
██  ██
██  ██
██  ██
██  ██
██  ██
██  ██

██  ██
██  ██

██  ██
██
██
██
██
██   ██
██   ██
██   ██
██   ██
██   ██
██   ██

██   ██
██   ██

██   ██
██
██
TELEGRAM     BITCOINTALK     FACEBOOK
MEDIUM    SLACK    TWITTER    YOUTUBE
▬▬▬▬▬▬▬   E M A I L   ▬▬▬▬▬▬▬
██
██
██  ██
██  ██
██  ██
██  ██
██  ██
██  ██

██  ██
██  ██

██  ██
██
██
Luke-Jr
Legendary
*
expert
Offline Offline

Activity: 2576
Merit: 1186



View Profile
November 12, 2011, 02:18:29 AM
 #14

Use a parallel block chain like Namecoin's merged mining...

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!