Bitcoin Forum
July 05, 2024, 02:51:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockchain Storage  (Read 532 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?
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3444
Merit: 6746


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: 3444
Merit: 6746


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!