Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: mrflibblehat on December 24, 2014, 08:31:21 AM



Title: Creating a bootstrap.dat from my full node?
Post by: mrflibblehat on December 24, 2014, 08:31:21 AM
Hi,

I currently have a full node running and would like to create a "latest" boostrap.dat. Im just wondering how I go about it, I have looked around and found some software by jgarzik called pynode
 
https://github.com/jgarzik/pynode

however when I try to run it I get an error saying I have not specified the rpc username and pass in the config file, Which I have done!

Thanks for any help someone may provide.


Title: Re: Creating a bootstrap.dat from my full node?
Post by: hhanh00 on December 24, 2014, 09:28:59 AM
How about https://github.com/bitcoin/bitcoin/tree/master/contrib/linearize


Title: Re: Creating a bootstrap.dat from my full node?
Post by: mrflibblehat on December 24, 2014, 09:30:25 AM
How about https://github.com/bitcoin/bitcoin/tree/master/contrib/linearize

Perfect, Thank you very much :)


Title: Re: Creating a bootstrap.dat from my full node?
Post by: Corenin on December 24, 2014, 05:45:26 PM
How about https://github.com/bitcoin/bitcoin/tree/master/contrib/linearize
thanks for the link
i was looking for this since a long time, create a latest bootstrap.dat


Title: Re: Creating a bootstrap.dat from my full node?
Post by: BitcoinChick86 on December 24, 2014, 08:55:23 PM
How about https://github.com/bitcoin/bitcoin/tree/master/contrib/linearize

Also been looking for this thank you.