Bitcoin Forum
May 04, 2024, 09:19:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockchain Storage  (Read 530 times)
Zer0_Bits (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
March 11, 2017, 03:47:50 AM
 #1

I was wondering what happens when the blockchain gets too big and I can't store all of it on my computer. What will happen?
1714857562
Hero Member
*
Offline Offline

Posts: 1714857562

View Profile Personal Message (Offline)

Ignore
1714857562
Reply with quote  #2

1714857562
Report to moderator
1714857562
Hero Member
*
Offline Offline

Posts: 1714857562

View Profile Personal Message (Offline)

Ignore
1714857562
Reply with quote  #2

1714857562
Report to moderator
1714857562
Hero Member
*
Offline Offline

Posts: 1714857562

View Profile Personal Message (Offline)

Ignore
1714857562
Reply with quote  #2

1714857562
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714857562
Hero Member
*
Offline Offline

Posts: 1714857562

View Profile Personal Message (Offline)

Ignore
1714857562
Reply with quote  #2

1714857562
Report to moderator
1714857562
Hero Member
*
Offline Offline

Posts: 1714857562

View Profile Personal Message (Offline)

Ignore
1714857562
Reply with quote  #2

1714857562
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
March 11, 2017, 03:52:43 AM
 #2

You run out of hard drive space. Then your software will tell you and then stop working. After that, you can get a bigger hard drive, stop running a node, or enable pruning.

Zer0_Bits (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
March 11, 2017, 03:53:52 AM
 #3

what is pruning?
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
March 11, 2017, 03:56:42 AM
 #4

what is pruning?
Pruning deletes the blockchain on the fly as it is downloaded. It ensures that some blocks are kept, but then deletes the rest of the blockchain after the blocks become too old. Basically most of the blockchain ends up being deleted, with only the most recent few hundred blocks kept, and the oldest ones are deleted as new blocks are received. The downside is that you won't be able to get any new nodes synced and if the blockchain gets corrupted, you will need to redownload (but not store) the whole thing.

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!