Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: jaywaka2713 on July 03, 2013, 04:26:36 PM



Title: I Need Version 0.3.25.1-beta of the Bitcoin software
Post by: jaywaka2713 on July 03, 2013, 04:26:36 PM
Does anyone know where I can find this, or older versions of the Bitcoin software?


Title: Re: I Need Version 0.3.25.1-beta of the Bitcoin software
Post by: jgarzik on July 03, 2013, 05:10:13 PM
The source code to versions all the way back to 0.1.5 is available at https://github.com/bitcoin/bitcoin/


Title: Re: I Need Version 0.3.25.1-beta of the Bitcoin software
Post by: jaywaka2713 on July 03, 2013, 05:32:15 PM
The source code to versions all the way back to 0.1.5 is available at https://github.com/bitcoin/bitcoin/


How do I pull whatever version number I want though? I am not proficient with navigating GitHub yet.


Title: Re: I Need Version 0.3.25.1-beta of the Bitcoin software
Post by: TierNolan on July 03, 2013, 11:07:00 PM
How do I pull whatever version number I want though? I am not proficient with navigating GitHub yet.

They tagged all the versions.

If you click on "branch: master", and then select tags, it will give you a list of tags.

Once you have created a local version of the repo, you can enter

git checkout tags/v0.3.24rc3

It doesn't look like they have a 0.3.25 version.

To get a list of tags

git tag -l


Title: Re: I Need Version 0.3.25.1-beta of the Bitcoin software
Post by: jaywaka2713 on July 03, 2013, 11:39:02 PM
How do I pull whatever version number I want though? I am not proficient with navigating GitHub yet.

They tagged all the versions.

If you click on "branch: master", and then select tags, it will give you a list of tags.

Once you have created a local version of the repo, you can enter

git checkout tags/v0.3.24rc3

It doesn't look like they have a 0.3.25 version.

To get a list of tags

git tag -l

Thank you! 0.3.24rc3 will work fine. It's odd how Devcoin runs off a 0.3.25 version of the Bitcoin software


Title: Re: I Need Version 0.3.25.1-beta of the Bitcoin software
Post by: TierNolan on July 04, 2013, 08:03:06 AM
Thank you! 0.3.24rc3 will work fine. It's odd how Devcoin runs off a 0.3.25 version of the Bitcoin software

They may have missed a tag


Title: Re: I Need Version 0.3.25.1-beta of the Bitcoin software
Post by: Pieter Wuille on July 14, 2013, 07:10:25 PM
Or they added a tag of their own.