Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: lenart_o on September 13, 2019, 07:41:48 PM



Title: All versions of bitcoin windows wallet needed
Post by: lenart_o on September 13, 2019, 07:41:48 PM
Hi,
I need all repositories of bitcoin windows wallet from version 0.1
but all what i found on github that is only source, but i cant find compiled files
can anyone help me I'm trying make website about bitcoin history and show what was bitcoin change from block 1
thanks


Title: Re: All versions of bitcoin windows wallet needed
Post by: aundroid on September 13, 2019, 09:01:54 PM
Here you can find the bitcoin core version history:
https://bitcoin.org/en/version-history

Under 'Read more' of the respective version you can find further details, download links etc.

edit:
or here the gihub repo: https://github.com/bitcoin/bitcoin/releases


Title: Re: All versions of bitcoin windows wallet needed
Post by: darosior on September 13, 2019, 09:42:59 PM
In addtion to the above answer, you can find earliest versions here : https://satoshi.nakamotoinstitute.org/code/.


Title: Re: All versions of bitcoin windows wallet needed
Post by: nc50lc on September 14, 2019, 03:04:14 AM
If you've already visited Github, I guess you have already seen the link to bitcoincore.org.
If not, here's the list of (compiled) releases: https://bitcoincore.org/en/releases/ (https://bitcoincore.org/en/releases/)
All but 0.11.1 have windows executable.

For research purposes, you can also check the earliest commits from sourceforge:
  • https://sourceforge.net/p/bitcoin/code/2/log/?path= (https://sourceforge.net/p/bitcoin/code/2/log/?path=)
  • https://sourceforge.net/p/bitcoin/code/12/log/?path= (https://sourceforge.net/p/bitcoin/code/12/log/?path=)
  • ..to view the later commits, add "10" to "12" of the previous page's url. like:
  • https://sourceforge.net/p/bitcoin/code/22/log/?path= (https://sourceforge.net/p/bitcoin/code/22/log/?path=)
  • ..and so forth.


Title: Re: All versions of bitcoin windows wallet needed
Post by: pooya87 on September 14, 2019, 03:57:38 AM
or here the gihub repo: https://github.com/bitcoin/bitcoin/releases

the bitcoin core team doesn't publish compiled versions on github. what you see under releases is the zip of the source code at the last commit that that particular version was released at. and OP isn't looking for source codes.
besides the /bitcoin github repo only has newer bitcoin core (which i think was called something else initially, bitcoin-qt?). to get very old versions like 0.1 you need to go to sourceforge https://sourceforge.net/p/bitcoin/code/1/tree//trunk/ although i don't think it has compiled versions.

i believe someone has erased all the old "compiled" versions (anything <0.3) from the internet even though the code is still there.


Title: Re: All versions of bitcoin windows wallet needed
Post by: lenart_o on September 14, 2019, 04:41:26 AM
Thanks all
but like you see there is no compiled version so I have to search in other places or I have to compile each version
for windows .
I ask because I thought that anyone have that files on disk,


Title: Re: All versions of bitcoin windows wallet needed
Post by: achow101 on September 14, 2019, 05:23:40 AM
Old release binaries are available at https://bitcoincore.org/bin/ and https://bitcoin.org/bin/. Some may be in the insecure folder. The oldest available is 0.8.6.

I also publish my gitian build results on my own repo: https://github.com/achow101/bitcoin/releases. The oldest there is 0.9.something.