Bitcoin Forum
May 02, 2024, 01:18:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How 2MB Bitcoin blocks are even possible?  (Read 144 times)
bug.lady (OP)
Member
**
Offline Offline

Activity: 196
Merit: 23

Large scale, green crypto mining ICO


View Profile
March 05, 2018, 10:00:36 AM
Last edit: March 05, 2018, 10:14:41 AM by bug.lady
 #1

Hi,

just a quick question, there is this 1MB blocksize limit in Bitcoin and with SegWit we have effectively a little  more:
Quote
quote after Wikipedia https://en.bitcoin.it/wiki/Block_size_limit_controversy
Segregated Witness
Move signature data out of the 1 MB block and into a separate witness structure via a softfork, effectively raising the block capacity to 1.4 MB of transactions

So how come it is even possible to have blocks the size of 2MB and more, e.g. https://www.smartbit.com.au/blocks?sort=size ?

Should I understand that the Wikipedia entry is imprecise and the 1.4MB limit should be understood as on average the effective block capacity is 1.4 MB of transactions? And at times it can be 2MB or even more, depending on the transactions to be included?

Thanks for comments.

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bug.lady (OP)
Member
**
Offline Offline

Activity: 196
Merit: 23

Large scale, green crypto mining ICO


View Profile
March 08, 2018, 11:27:19 AM
 #2

Bumping this thread. I don't think that the question I am asking has that very obvious answer so I am really kind of surprised that nobody even tried to answer. On the other hand, threads like "will bitcoin rise or drop in the future?" have thousands of replies, it is kind of sad...

Lampaster
Sr. Member
****
Offline Offline

Activity: 406
Merit: 255


View Profile
March 08, 2018, 11:37:17 AM
 #3

Increasing the block size to 8 MB was offered by the segwit2x system. Last year, this system was tested. Many users expected that the transaction confirmation time and the price for confirmation would decrease significantly after the launch of this system. I think this was the reason for the rise in the price of bitcoin in 2017. But the developers have not reached consensus with the miners. That is why we are still in a state of uncertainty.
bug.lady (OP)
Member
**
Offline Offline

Activity: 196
Merit: 23

Large scale, green crypto mining ICO


View Profile
March 08, 2018, 11:40:32 AM
 #4

Increasing the block size to 8 MB was offered by the segwit2x system. Last year, this system was tested. Many users expected that the transaction confirmation time and the price for confirmation would decrease significantly after the launch of this system. I think this was the reason for the rise in the price of bitcoin in 2017. But the developers have not reached consensus with the miners. That is why we are still in a state of uncertainty.
Thank you for the answer. However, I am not about 2X part here, because I noticed that already 2MB blocks exist (you can check it under the link from OP) and I was curious what is the mechanism that allows blocks to be that large. My working hypotesis is that it is an effect of SegWit (not the 2X part, though).

FrueGreads
Legendary
*
Offline Offline

Activity: 1582
Merit: 1059


View Profile
March 08, 2018, 11:46:07 AM
Merited by bug.lady (1)
 #5

Bumping this thread. I don't think that the question I am asking has that very obvious answer so I am really kind of surprised that nobody even tried to answer. On the other hand, threads like "will bitcoin rise or drop in the future?" have thousands of replies, it is kind of sad...

I completely agree with you on this one. I don't have the exact answer to you, because I'm not an expert on BTC development, and maybe you would get more accurate answers in the Development & Technical Discussion board, but I will give my best now.

From what I've read, with segwit "the miners now need to build blocks which do not violate the following condition: 4 * Non-Segwit-Data + 1 * SegWit-Data <= 4000 Kilobyte" (source on this link https://btcmanager.com/understanding-block-weight-how-much-capacity-does-segwit-really-give/), so basically in theory it would be possible for the block size to go as far as 4mb (although it's not likely), but 2mb block should be possible, and that's why you are seeing those.

Here are more two sites that got interesting information about this, that you would might like to read:

https://medium.com/@jimmysong/understanding-segwit-block-size-fd901b87c9d4
https://segwit.org/is-segwit-a-block-size-increase-705df6a8731d?gi=9b1ccdb5a674
https://www.reddit.com/r/Bitcoin/comments/7ruqyt/we_now_have_2mb_blocks_hows_that_for_your/

After reading those links, you would see that it would be normal to get 2mb block with segwit. That should be our average blocksize now.

░░░░░░░▄▄▄▄▄▄
░░░░▄██████████▄
░░░██████████████
░░██████▐▌██████
█████░░░░░░░▀█████
██████▄▄░░▄▄░░██████
████████░░▀▀▄██████
████████░░▄▄▄░░█████
██████▀▀░░▀▀▀░░█████
█████░░░░░░░░█████
░░██████▐▌██████
░░░██████████████
░░░░▀██████████▀
░░░░░░░▀▀▀▀▀▀
░░░

                   BitCloak Bitcoin Mixer  
  BTC & BCH | API| MULTIADDRESS| PGP PROOF|  FAST MIX |  ESCROW|  MORE ! 

░░░░░░░▄▄▄▄▄▄
░░░░▄██████████▄
░░░██████████████
░░██████▐▌██████
█████░░░░░░░▀█████
██████▄▄░░▄▄░░██████
████████░░▀▀▄██████
████████░░▄▄▄░░█████
██████▀▀░░▀▀▀░░█████
█████░░░░░░░░█████
░░██████▐▌██████
░░░██████████████
░░░░▀██████████▀
░░░░░░░▀▀▀▀▀▀
░░░

bug.lady (OP)
Member
**
Offline Offline

Activity: 196
Merit: 23

Large scale, green crypto mining ICO


View Profile
March 08, 2018, 12:34:08 PM
 #6

Bumping this thread. I don't think that the question I am asking has that very obvious answer so I am really kind of surprised that nobody even tried to answer. On the other hand, threads like "will bitcoin rise or drop in the future?" have thousands of replies, it is kind of sad...

I completely agree with you on this one. I don't have the exact answer to you, because I'm not an expert on BTC development, and maybe you would get more accurate answers in the Development & Technical Discussion board, but I will give my best now.

From what I've read, with segwit "the miners now need to build blocks which do not violate the following condition: 4 * Non-Segwit-Data + 1 * SegWit-Data <= 4000 Kilobyte" (source on this link https://btcmanager.com/understanding-block-weight-how-much-capacity-does-segwit-really-give/), so basically in theory it would be possible for the block size to go as far as 4mb (although it's not likely), but 2mb block should be possible, and that's why you are seeing those.

Here are more two sites that got interesting information about this, that you would might like to read:

https://medium.com/@jimmysong/understanding-segwit-block-size-fd901b87c9d4
https://segwit.org/is-segwit-a-block-size-increase-705df6a8731d?gi=9b1ccdb5a674
https://www.reddit.com/r/Bitcoin/comments/7ruqyt/we_now_have_2mb_blocks_hows_that_for_your/

After reading those links, you would see that it would be normal to get 2mb block with segwit. That should be our average blocksize now.
Thank you, it is very valuable information and definitely it well explains what I am seeing with those 2MB blocks. So the information from Wikipedia is imprecise, after all.

Thank you for the links with more reading too, I will definitely go through them Smiley

Tipsters
Sr. Member
****
Offline Offline

Activity: 630
Merit: 251


View Profile
March 08, 2018, 12:40:19 PM
 #7

Bumping this thread. I don't think that the question I am asking has that very obvious answer so I am really kind of surprised that nobody even tried to answer. On the other hand, threads like "will bitcoin rise or drop in the future?" have thousands of replies, it is kind of sad...
I think they have already increased the size for the transactions. The greater the volume of the bitcoin, the more power is needed to handle transactions and that is a natural rule. Try to research more about Segwit as I will also do it. The reason why almost nobody answered your question is because it is hard to answer if you don,t know anything about it.
yugyug
Sr. Member
****
Offline Offline

Activity: 616
Merit: 256



View Profile
March 08, 2018, 12:50:49 PM
 #8

Bumping this thread. I don't think that the question I am asking has that very obvious answer so I am really kind of surprised that nobody even tried to answer. On the other hand, threads like "will bitcoin rise or drop in the future?" have thousands of replies, it is kind of sad...

I completely agree with you on this one. I don't have the exact answer to you, because I'm not an expert on BTC development, and maybe you would get more accurate answers in the Development & Technical Discussion board, but I will give my best now.

From what I've read, with segwit "the miners now need to build blocks which do not violate the following condition: 4 * Non-Segwit-Data + 1 * SegWit-Data <= 4000 Kilobyte" (source on this link https://btcmanager.com/understanding-block-weight-how-much-capacity-does-segwit-really-give/), so basically in theory it would be possible for the block size to go as far as 4mb (although it's not likely), but 2mb block should be possible, and that's why you are seeing those.

Here are more two sites that got interesting information about this, that you would might like to read:

https://medium.com/@jimmysong/understanding-segwit-block-size-fd901b87c9d4
https://segwit.org/is-segwit-a-block-size-increase-705df6a8731d?gi=9b1ccdb5a674
https://www.reddit.com/r/Bitcoin/comments/7ruqyt/we_now_have_2mb_blocks_hows_that_for_your/

After reading those links, you would see that it would be normal to get 2mb block with segwit. That should be our average blocksize now.
Thank you for this reference sir now i know how important the segwit2x is. Many developer are still battling whether or not they will implement the segwit2x proposals where they are now divided on whom to favor with but IMHO large data block of segwit2x gives a good benefit.
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!