Bitcoin Forum
May 10, 2024, 01:06:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockchain size reduction question  (Read 202 times)
Tolosi (OP)
Member
**
Offline Offline

Activity: 73
Merit: 17


View Profile
August 16, 2019, 04:48:56 AM
 #1

I have a question on blockchain based or rather limited on my undestanding how it works.
Blockchain is getting bigger with every block and its size is one of the two bitcoin main problems - the other being 51% attack.
Blockchain is a record of all transactions forever frozen in time which is needed to prevent double payments. Since it is by design and in practice a frozen record and unchangable I have the following question:
Would it be possible to make a snapshot of blockchain in a form of a table which would contain ONLY two fields : all the addresses ever holding non-zero amount and actual amount kept on those adresses at a certain agreed block. That table could be verifieded by all nodes and signed and it will itself become a record frozen in time just like the blockchain itself - it would be just a subset of data held in blockchain.
Now in future instead of using the actual  blockchain nodes could reference to this new locked table. This table would be much smaller than the blockchain.
New blockchain would start from the agreed block and would continue as usuall from that point.
Then users happy with this solution could keep this new table and much smaller "new" blockchain on their devices.
Is someting like this possible at least in theory ?
1715303189
Hero Member
*
Offline Offline

Posts: 1715303189

View Profile Personal Message (Offline)

Ignore
1715303189
Reply with quote  #2

1715303189
Report to moderator
1715303189
Hero Member
*
Offline Offline

Posts: 1715303189

View Profile Personal Message (Offline)

Ignore
1715303189
Reply with quote  #2

1715303189
Report to moderator
1715303189
Hero Member
*
Offline Offline

Posts: 1715303189

View Profile Personal Message (Offline)

Ignore
1715303189
Reply with quote  #2

1715303189
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715303189
Hero Member
*
Offline Offline

Posts: 1715303189

View Profile Personal Message (Offline)

Ignore
1715303189
Reply with quote  #2

1715303189
Report to moderator
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10558



View Profile
August 16, 2019, 07:37:32 AM
 #2

one of the things we are trying to do in bitcoin is to keep it "trustless" which means you (as a node) don't trust anybody else, you verify literary everything from the beginning of time (that is the first block known as genesis block where bitcoin blockchain began) by verifying every transaction with their signature, check the work that was done to produce that block,....

if we do what you said, then you will have to "trust" that those who created that "new blockchain" and deleted the history were honest and didn't change the immutable ledger (aka blockchain) in the process.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
stompix
Legendary
*
Offline Offline

Activity: 2884
Merit: 6311


Blackjack.fun


View Profile
August 16, 2019, 10:18:19 AM
 #3

It has been discussed a lot of times, and there are a lot of problems with it, for example:
https://bitcointalk.org/index.php?topic=1385786.msg14097408#msg14097408

Quote
Then users happy with this solution could keep this new table and much smaller "new" blockchain on their devices.

The chain grows with a max of ~150M per day, that's ~ 50GB a year.
In 2009 the Iphone 3 had 16 Gb of storage., the xs comes with 512Gb, enough for 10 years of full blocks.

Anyhow, I wouldn't recommend running a full node on a smartphone.
There are far cheaper and more reliable ways of helping the network. Like Raspberry Pi 3.


.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Thirdspace
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
August 16, 2019, 12:35:19 PM
 #4

Then users happy with this solution could keep this new table and much smaller "new" blockchain on their devices.
Is someting like this possible at least in theory ?
if your concern is about storage space, you can run bitcoin core in pruned mode
but I think you still need to download full blockchain first before pruning it
btw to send/receive bitcoin you are not required to run a full node, just use spv wallet such as electrum

aplistir
Full Member
***
Offline Offline

Activity: 378
Merit: 197



View Profile
August 16, 2019, 01:29:35 PM
 #5

Sooner or later we have to divide the blockchain to 2 parts (as has been previously suggested).
Old data and new data.

This would work, if the "old" data is also made available for downloading, so that if anyone doesn't trust that the beginning of the "new" data is correct, he/she can verify it himself.

A file with all the addresses and their balances takes less than 900M.  So maybe the new blockchain size would be around 3GB ?, with all the separate UTXO:s  included in it.

Would be great if the blockchain could be "pruned" every 5 years or so, and all the "discarded" data would be made available for downloading too, from outside of blockchain.



My Address: 121f7zb2U4g9iM4MiJTDhEzqeZGHzq5wLh
hatshepsut93
Legendary
*
Offline Offline

Activity: 2968
Merit: 2147



View Profile
August 16, 2019, 09:38:07 PM
 #6

Sooner or later we have to divide the blockchain to 2 parts (as has been previously suggested).
Old data and new data.

This would work, if the "old" data is also made available for downloading, so that if anyone doesn't trust that the beginning of the "new" data is correct, he/she can verify it himself.

A file with all the addresses and their balances takes less than 900M.  So maybe the new blockchain size would be around 3GB ?, with all the separate UTXO:s  included in it.

Would be great if the blockchain could be "pruned" every 5 years or so, and all the "discarded" data would be made available for downloading too, from outside of blockchain.


You can already prune if you like, it just shouldn't be viewed as a method for achieving scalability in a big block scenario, big it still has the same centralization problem, which quickly turns the network into something like PayPal. If only a few nodes can afford to have the whole blockchain and only a few nodes can afford to download it, it's no longer a peer to peer network, it is more of client-server relationship.

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Tolosi (OP)
Member
**
Offline Offline

Activity: 73
Merit: 17


View Profile
August 17, 2019, 04:13:27 AM
 #7

As you say : If only a few nodes can afford to have the whole blockchain and only a few nodes can afford to download it, it's no longer a peer to peer network. I am afraid that sooner or later this happens due to impractical size of local blockchain copy.
It already happened to me - I had two HDD failures already and I can tell you that bringing  back the node in operation is not fun.
ranochigo
Legendary
*
Offline Offline

Activity: 2968
Merit: 4177



View Profile
August 17, 2019, 04:44:34 AM
 #8

Sooner or later we have to divide the blockchain to 2 parts (as has been previously suggested).
Old data and new data.

This would work, if the "old" data is also made available for downloading, so that if anyone doesn't trust that the beginning of the "new" data is correct, he/she can verify it himself.

A file with all the addresses and their balances takes less than 900M.  So maybe the new blockchain size would be around 3GB ?, with all the separate UTXO:s  included in it.

Would be great if the blockchain could be "pruned" every 5 years or so, and all the "discarded" data would be made available for downloading too, from outside of blockchain.
For people to validate the validity of the information, they would have to verify the whole block chain from the start of genesis. Else, it wouldn't be very effective for Bitcoin to exist. Centralisation wouldn't be ideal either, it would make attacks on Bitcoin easier and less expensive.

For most, I would think that running an SPV wallet would suffice while people who would want to support the network can run Bitcoin. The size would arguably be less of an issue with technological advancement and the various BIPs (Lightning network, schnorr signature etc).

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
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!