Bitcoin Forum
May 04, 2024, 12:19:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Core in pruning mode  (Read 944 times)
davidorentol (OP)
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
April 03, 2017, 01:52:11 PM
Last edit: April 10, 2017, 12:56:34 PM by davidorentol
 #1

......
1714825140
Hero Member
*
Offline Offline

Posts: 1714825140

View Profile Personal Message (Offline)

Ignore
1714825140
Reply with quote  #2

1714825140
Report to moderator
1714825140
Hero Member
*
Offline Offline

Posts: 1714825140

View Profile Personal Message (Offline)

Ignore
1714825140
Reply with quote  #2

1714825140
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
April 03, 2017, 01:54:32 PM
 #2

Bitcoin Core will still need to download the entire blockchain. What pruning does is that not all of it is stored; it is deleted on the fly, so you will never have the entire blockchain on your computer at any given time.

davidorentol (OP)
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
April 03, 2017, 01:57:40 PM
Last edit: April 10, 2017, 12:56:42 PM by davidorentol
 #3

......
NeuroticFish
Legendary
*
Offline Offline

Activity: 3668
Merit: 6372


Looking for campaign manager? Contact icopress!


View Profile
April 03, 2017, 02:00:27 PM
 #4

wow  Shocked

So i need to download  the  entire 110 gb blockchain and thet tell the client to deleted it Huh  what a BS is that ?

Any wallet needs some information about the current state of the chain.
Bitcoin Core builds that information from the blockchain. From all of it.
In prune mode it still downloads it all to create the information it needs.

If this is a problem, you better use a simple wallet like Electrum, which (from what I know) relies on 3rd party web sites to get the information it needs.

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

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

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

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

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

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











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











▄▄▄▄█
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
April 03, 2017, 02:02:52 PM
 #5

wow  Shocked

So i need to download  the  entire 110 gb blockchain and then tell the client to deleted it Huh  what a BS is that ?
No, it will delete the blockchain as it downloads. As I said, the entire blockchain will never be on disk at any point in time.

The whole reason the blockchain must be downloaded is because Bitcoin Core is a full node which does not rely on trusting anyone; that is its security model. In order to maintain that, it must verify the entire blockchain, which means that it will have to download all of it, but it does not need to keep it, so it can delete as it downloads.

davidorentol (OP)
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
April 03, 2017, 02:06:06 PM
Last edit: April 10, 2017, 12:56:52 PM by davidorentol
 #6

....
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
April 04, 2017, 02:52:05 AM
 #7

There is inherent safety in it downloading the entire blockchain since it doesn't need to trust anyone with the data up to that point. However if you already have a pruned copy of the data somewhere else you can simply transfer it over to the new installation without needing to download the entire blockchain. Downloading a copy from someone else though is inherently unsafe since you then have to implicitly trust the data they send you. I have many nodes scattered around the world in combinations of full nodes and pruned nodes on servers and VPSs and can copy a pruned set of data to a new home node and start it instantly without needing to download further data.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
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!