Author

Topic: Blockchain Storage (Read 532 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
March 10, 2017, 11:56:42 PM
#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.
newbie
Activity: 36
Merit: 0
March 10, 2017, 11:53:52 PM
#3
what is pruning?
staff
Activity: 3374
Merit: 6530
Just writing some code
March 10, 2017, 11:52:43 PM
#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.
newbie
Activity: 36
Merit: 0
March 10, 2017, 11:47:50 PM
#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?
Jump to: