Author

Topic: I Need Version 0.3.25.1-beta of the Bitcoin software (Read 965 times)

legendary
Activity: 1072
Merit: 1189
Or they added a tag of their own.
legendary
Activity: 1232
Merit: 1094
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
sr. member
Activity: 266
Merit: 250
aka 7Strykes
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
legendary
Activity: 1232
Merit: 1094
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
sr. member
Activity: 266
Merit: 250
aka 7Strykes
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.
legendary
Activity: 1596
Merit: 1100
The source code to versions all the way back to 0.1.5 is available at https://github.com/bitcoin/bitcoin/
sr. member
Activity: 266
Merit: 250
aka 7Strykes
Does anyone know where I can find this, or older versions of the Bitcoin software?
Jump to: