Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Eri on July 07, 2011, 06:56:51 AM



Title: Future issue: limited number of transactions per block?
Post by: Eri on July 07, 2011, 06:56:51 AM
got a few questions id like to get some answers on from the people that know.

are block sizes limited? if so how many transactions can fit in a block? depending on how many can fit, if we cant fit all the current transactions in some blocks, how will we fit them in the future assuming bitcoin becomes the world currency. ie it can handle its current transactions, but what about 100,000 more per block? if they are limited and it cant fit 100,000 per block is their any way to 'fix' this because their is no way the world is going to keep to a super low number. if the transactions keep overflowing the blocks it will just end up making a huge backlog that can never be caught up with.

i ask because i don't know and never ran across an answer, but i really am hoping this isn't an issue.


Title: Re: Future issue: limited number of transactions per block?
Post by: sadpandatech on July 07, 2011, 07:01:39 AM
got a few questions id like to get some answers on from the people that know.

are block sizes limited? if so how many transactions can fit in a block? depending on how many can fit, if we cant fit all the current transactions in some blocks, how will we fit them in the future assuming bitcoin becomes the world currency. ie it can handle its current transactions, but what about 100,000 more per block? if they are limited and it cant fit 100,000 per block is their any way to 'fix' this because their is no way the world is going to keep to a super low number. if the transactions keep overflowing the blocks it will just end up making a huge backlog that can never be caught up with.

i ask because i don't know and never ran across an answer, but i really am hoping this isn't an issue.

it is some ungodly astronomical number that I can't quote offhand.


  The issue I see for the future is that the block creator can decide to cap the number of trasnactions they want to process in a block. Will there be enough incentive to have them include enough transactions as to not have an increasing pile of trasnactions waiting for blocks to be completed to be written into in order to confirm??
  And, if that is not an issue because there is plenty of fees to cover the creators hash time then what are the limitations on just how fast the trasnactions can be recorded?


Title: Re: Future issue: limited number of transactions per block?
Post by: Quantumplation on July 07, 2011, 07:04:51 AM
Increasing the number of transactions in a block does not increase the amount of time needed to find the solution for that block.


Title: Re: Future issue: limited number of transactions per block?
Post by: sadpandatech on July 07, 2011, 07:08:07 AM
Increasing the number of transactions in a block does not increase the amount of time needed to find the solution for that block.

No doubt.

The question then I guess is more so of how the transactions are recorded to the block then?  I was under the impression that once a block is solved the current outstanding transactions are included and then on to the next block.

Can the announcement of the solution be delayed to recorded 100's of thousands of transactions?

Guess, like I said I may be completely missing how transactions are recorded and if there would be any limitations to how many or how fast they can be written to the block.


Title: Re: Future issue: limited number of transactions per block?
Post by: sadpandatech on July 07, 2011, 07:18:54 AM
https://en.bitcoin.it/wiki/Scalability (https://en.bitcoin.it/wiki/Scalability)

And transaction spamming is prevented by...

https://en.bitcoin.it/wiki/Transaction_fees (https://en.bitcoin.it/wiki/Transaction_fees)

ty, very very much. Am reading now. I tried reading up on it and could not find anything more in depth than just stating the trasnactions were handled seperatly by the merkle root and were 32 bytes each...