1
1
i want to download latest stable bitcoin-core src files. and want to build it on my system from source.
here is latest src of bitcoin-core but its not stable for production ready environment.
https://github.com/bitcoin/bitcoin
https://bitcoin.org/en/download shows latest version as
Latest version: 0.14.2
Update 1 :
Looks like git checkout is what i am looking for.
hmmm, 14.2 is latest version, stable. What do you mean by not being stable for your production environment? – pebwindkraft – 2017-08-18T11:09:57.320
@pebwindkraft i did git clone https://github.com/bitcoin/bitcoin , compile, build after running and doing bitcoin-cli getinfo i am getting "errors": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
– AMB – 2017-08-18T12:33:29.590