Bitcoin Forum
May 29, 2024, 01:40:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to download latest bitcoin source from github?  (Read 1550 times)
TeraPool (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 20, 2011, 01:33:00 AM
 #1

Does github have an rss feed or something of the latest stable bitcoin downloads?

I want to create some servers that run the latest bitcoin clients 24/7 and update them automatically whenever a new stable version is released.
WakiMiko
Newbie
*
Offline Offline

Activity: 59
Merit: 0



View Profile
July 20, 2011, 01:54:55 AM
 #2

github only hosts the source code and no compiled versions. you clone the source repository using git and compile it yourself. there is a feed for commits https://github.com/bitcoin/bitcoin/commits/v0.3.24rc3.atom but not for tags, which would probably be the best way to determine a "stable" version.

precompiled binaries are hosted on sourceforge and there appears to be an rss feed: http://sourceforge.net/api/file/index/project-id/244765/mtime/desc/limit/20/rss
TeraPool (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 20, 2011, 02:00:23 AM
 #3

github only hosts the source code and no compiled versions. you clone the source repository using git and compile it yourself. there is a feed for commits https://github.com/bitcoin/bitcoin/commits/v0.3.24rc3.atom but not for tags, which would probably be the best way to determine a "stable" version.

precompiled binaries are hosted on sourceforge and there appears to be an rss feed: http://sourceforge.net/api/file/index/project-id/244765/mtime/desc/limit/20/rss

Well the latest source code would be great!

If I click on https://github.com/bitcoin/bitcoin/tarball/master then I am redirected to the latest tar.gz file which is great, but it has this weird encoding on the end of the filename (click on the link above and you will see) so it would be difficult for a script to untar the filename when I don't know what it is.
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!