Bitcoin node synchronization speed up

1

I'm running a docker image with a bitcoin node (version v0.16.3.0-g49e34e288) and it's taking more than week to synchronize, having only synchronized 54% of the blockchain. I'm running it with the "prune=550" and "disablewallet" options. I there any way to speed up the synchronization process?

Thank you

user88162

Posted 2018-10-04T10:39:27.030

Reputation: 11

Question was closed 2018-10-07T01:41:40.413

Answers

-1

The pruning works after full node synchronized only !!!! You can set it prune=550 only after that you have full node. Full node, then type prune=550 in conf file, then shutdown, then restart. Hi.

iamalone1

Posted 2018-10-04T10:39:27.030

Reputation: 1

That is completely incorrect. You do not need to be fully synced before you can prune. Pruning is done on the fly and can be enabled on first start.Andrew Chow 2018-10-07T01:52:27.220