Bitcoin Forum
May 13, 2024, 07:03:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Oldest Bitcoin Linux Binaries  (Read 169 times)
DataPools (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 23, 2020, 05:47:53 PM
 #1

Does anyone have the bitcoin-0.2.0-linux.tar.gz or bitcoin-0.3.9.rc2-linux.tar.gz? Any of the early bitcoin linux binaries initially released by Satoshi would work too. They used to be on SourceForge, but that's gone now.

It would be a big help in indulging my curiosity. I am aware that these early clients won't be able to work with the network, but I'm interested in looking at the
earliest linux binaries released by Satoshi.

Thanks in advance!
1715627012
Hero Member
*
Offline Offline

Posts: 1715627012

View Profile Personal Message (Offline)

Ignore
1715627012
Reply with quote  #2

1715627012
Report to moderator
1715627012
Hero Member
*
Offline Offline

Posts: 1715627012

View Profile Personal Message (Offline)

Ignore
1715627012
Reply with quote  #2

1715627012
Report to moderator
1715627012
Hero Member
*
Offline Offline

Posts: 1715627012

View Profile Personal Message (Offline)

Ignore
1715627012
Reply with quote  #2

1715627012
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715627012
Hero Member
*
Offline Offline

Posts: 1715627012

View Profile Personal Message (Offline)

Ignore
1715627012
Reply with quote  #2

1715627012
Report to moderator
BASE16
Member
**
Offline Offline

Activity: 180
Merit: 38


View Profile
September 23, 2020, 05:55:08 PM
 #2

https://github.com/bitcoin/bitcoin/archive/v0.2.0.tar.gz

Or for older ones see the releases: https://github.com/bitcoin/bitcoin/tags?after=v0.2.5
DataPools (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 23, 2020, 05:56:46 PM
 #3

Those are the sources, not Satoshi's compiled binaries right? I'm looking for the initial compiled linux binaries released by Satoshi.
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6740


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 23, 2020, 06:02:00 PM
 #4

Those are the sources, not Satoshi's compiled binaries right? I'm looking for the initial compiled linux binaries released by Satoshi.

Yes that is source code, you can see it's marked as such on the Github page. Generally people don't distribute binaries for Linux because on Linux everybody's build configuration is different and each Linux system needs different libraries to be linked, so the easiest way to distribute programs on Linux is to provide the source code and have users build the binaries themselves using something like `make`.

In particular, I don't think there were any binaries mads for bitcoin versions that old, if somebody wants to be really macho, they can compile it on the same OS you're using, run a `make install` with a different installation path, zip it in a tar.gz and give you the precompiled binary of that.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
DataPools (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 23, 2020, 06:06:17 PM
 #5

Ah, so nobody would have the binaries linked here https://bitcointalk.org/index.php?topic=806.msg9046#msg9046?
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6740


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 23, 2020, 06:14:43 PM
 #6

Ah, so nobody would have the binaries linked here https://bitcointalk.org/index.php?topic=806.msg9046#msg9046?

Interesting. When I tried to download the binaries in that link, they were unavailable. But perhaps someone saved it on Internet Archive https://web.archive.org. Enter the full URL of the download link there to see if there are any copies of it.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
DataPools (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 23, 2020, 06:26:23 PM
 #7

Yeah, unfortunately not saved on archive.org. Would be great if anyone had those old binaries could share them here Smiley
BASE16
Member
**
Offline Offline

Activity: 180
Merit: 38


View Profile
September 23, 2020, 08:39:56 PM
 #8

Those are the sources, not Satoshi's compiled binaries right? I'm looking for the initial compiled linux binaries released by Satoshi.

It doesn't work like that it's not released as compiled binaries for Linux.
The application is usually build from source code and compiled on a target system.
The source code is written in C++ so it can be compiled on any system that has all the needed dependencies and a suitable compiler.
I am not sure what you are looking for but if you want to examine how Nakamoto got to his starting point it's could be in your best interest to read the literature that he recommended.

References
[1] W. Dai, "b-money," http://www.weidai.com/bmoney.txt, 1998.
[2] H. Massias, X.S. Avila, and J.-J. Quisquater, "Design of a secure timestamping service with minimal
trust requirements," In 20th Symposium on Information Theory in the Benelux, May 1999.
[3] S. Haber, W.S. Stornetta, "How to time-stamp a digital document," In Journal of Cryptology, vol 3, no
2, pages 99-111, 1991.
[4] D. Bayer, S. Haber, W.S. Stornetta, "Improving the efficiency and reliability of digital time-stamping,"
In Sequences II: Methods in Communication, Security and Computer Science, pages 329-334, 1993.
[5] S. Haber, W.S. Stornetta, "Secure names for bit-strings," In Proceedings of the 4th ACM Conference
on Computer and Communications Security, pages 28-35, April 1997.
[6] A. Back, "Hashcash - a denial of service counter-measure,"
http://www.hashcash.org/papers/hashcash.pdf, 2002.
[7] R.C. Merkle, "Protocols for public key cryptosystems," In Proc. 1980 Symposium on Security and
Privacy, IEEE Computer Society, pages 122-133, April 1980.
[8] W. Feller, "An introduction to probability theory and its applications," 1957.
DataPools (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 23, 2020, 09:48:42 PM
Last edit: September 24, 2020, 12:00:30 AM by DataPools
 #9

Who built the linux binary Satoshi linked here? https://bitcointalk.org/index.php?topic=806.msg9046#msg9046

Seeing as Satoshi developed primarily on Windows, did someone else build this? Did he get a linux system and build it himself?

Edit: It appears that the Linux version was created & compiled by Martti Malmi
BASE16
Member
**
Offline Offline

Activity: 180
Merit: 38


View Profile
September 24, 2020, 07:15:15 AM
 #10

Those seem to be test builds.
For testing and it's not recommended to use compiled test versions in production, maybe when you are absolutely sure about it's origin and the checksum validates truth.
But many users still will want to compile it themselves.

But i still do not understand what you are trying to do.
You want to inspect a compiled application which does not make any sense to human, they are compiled for machine.
A human wanting to read machine code ? It doesn't make any sense.
If you want to inspect anything you would need the source code that's the part that is human readable.
I'm sure it's still floating around somewhere on the net or on some drive backup but it's of no use today.
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6271


Crypto Swap Exchange


View Profile WWW
September 24, 2020, 03:49:34 PM
 #11

I know I posted about it in another thread.
Compiling them today can be done but it takes some time to hunt down the old dependencies.

When I did it, I wound up just downloaded the full set of 7 DVDs of a 2011 version of linux so they were all there.

Not simple or quick or even worth the time but it can be done.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
dextronomous
Full Member
***
Offline Offline

Activity: 429
Merit: 105


View Profile
September 24, 2020, 09:47:27 PM
Last edit: September 24, 2020, 10:03:07 PM by dextronomous
 #12

Code:
Bitcoin Beta by gavinandresen, s_nakamoto
Summary
Files
Reviews
Support
Develop
Mailing Lists
Code
Looking for the latest version? Download bitcoin-0.3.21-macosx.zip (9.5 MB)
Home / Bitcoin / bitcoin-0.2.0
Name Modified Size Status
Parent folder
Totals: 3 Items 8.6 MB
bitcoin-0.2.0-win32-setup.exe 2009-12-16 3.1 MB
bitcoin-0.2.0-win32.zip 2009-12-16 3.1 MB
bitcoin-0.2.0-linux.tar.gz 2009-12-16 2.4 MB


https://web.archive.org/web/20110503012620/http://sourceforge.net/projects/bitcoin/files/Bitcoin/
bitcoin-0.1.5   2009-02-04   could not find old ones available for download btw.
https://web.archive.org/web/20091128185352/http://voxel.dl.sourceforge.net/project/bitcoin/Research%20Paper/bitcoin.pdf/bitcoin.pdf
DataPools (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 25, 2020, 01:48:10 AM
 #13

Yeah, looked all over the SourceForge on archive.org. Seems like archive.org was not able to save the old bitcoin sourceforge binaries, unfortunately.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!