Search content
Sort by

Showing 3 of 3 results by MarcelToma
Post
Topic
Board Bitcoin Discussion
Re: Time to quit now, network getting worst
by
MarcelToma
on 15/11/2017, 03:11:33 UTC
I have 2 concerns about the congestion issue.

First, the number of transaction and ppl adopting bitcoin grow faster and even valid transactions will have to wait days for confirmation.

Second, I saw the discussions of ppl involved in segwit2x and all other modification in the bitcoin protocol, the problem here is that the consensus about adopting a change in it is basically up to developers and miners. Well, miners just want things the way it is now, it is more profitable and they will probably take it to a extreme until they are forced to do a change.

Anyone knows any news that would address this issues?

Please, don't use your on rage on me, I just want a calm and thoughtful discussion.
Post
Topic
Board Bitcoin Discussion
Re: Are blocks in blockchain zipped?
by
MarcelToma
on 15/11/2017, 02:18:09 UTC
I doubt if much compression is possible of much of the chain. Compression is possible where data exists in non-random patterns such as words from a human language. If you created a paragraph of truly random characters no compression would be possible without loss of data.

In the case of a blockchain a lot of it is in the form of cryptographic hashes that are pseudorandom in nature. In principle I think they would be incompressible. Other portions could probably be compressed a bit, but I'm not sure it would be worth it. And if it is worth it, I bet it has already been done.

The developers have done a _lot_ of work optimizing Bitcoin code (far more than is generally appreciated, due to the endless lies and FUD hurled against them). So if there was any obvious compression work to be done I'm sure it's already been implemented. If you look at techniques like the recently announced reduction in size of CT (confidential transactions) you'll see this is high on their list of priorities.

Thank you, I really appreciate your time to answer my question.
Post
Topic
Board Bitcoin Discussion
Are blocks in blockchain zipped?
by
MarcelToma
on 15/11/2017, 01:29:30 UTC
Does the algorithm of the blockchain zips the blocks so that it occupies less space in the computer?

Or is it just gigabytes of texts in your computer that could occupy a lot less space if it were zipped?