Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Submitting sub 1 sat/vbyte tx
by
stwenhao
on 28/05/2025, 07:31:36 UTC
⭐ Merited by vapourminer (2)
Quote
Do you have any links to blogs, videos, and/or articles discussing the fundamentals for "second layers of batching".
Transaction cut-through: https://bitcointalk.org/index.php?topic=281848.0
Sidechain vision: https://www.truthcoin.info/blog/sc-vision/ (and many other articles, because the whole truthcoin.info is about building decentralized sidechains)

Quote
What/how does it mean for you to "scale" the network?
Scaling is directly related with compression. If you can use the same resources to achieve more goals, then that thing is "scalable". So, if the size of the block is 1 MB, and your "scaling" is just "let's increase it into 4 MB", then it is not a scaling anymore. It is just a pure, linear growth. You increase numbers four times, so you can now handle 4x more traffic. But it is not scaling. Not at all.

Scaling is about resources. If you can handle 16x more traffic with only 4x bigger blocks, then this is somewhat scalable. But we can go even further: if you can handle 100x more traffic, or even 1000x more traffic with only 4x bigger blocks, then this has even better scalability.

Also, scaling is directly related to intelligence. You can read more about Hutter Prize, which was advertized by Garlo Nicon some time ago: http://prize.hutter1.net/

Quote
Plus what made resource requirements increase if enough users are paying < 1 sat/vB fees?
If you lower minimal on-chain fees, then there will be more on-chain transactions. Which means more traffic in mempools, less portion of broadcasted transactions confirmed on-chain, and also more pressure, to increase the maximum size of the block (which if would happen, then it would mean, that people decided to scale on-chain, instead of scaling off-chain; and then, it would change the direction in which Bitcoin is going since 2017, by deciding to not scale on-chain).