138 Commits

Author SHA1 Message Date
bitgem
1d3c2de515 BitGem: initial release. 2013-05-16 09:36:52 +02:00
Alex
85527554cb fix 2013-05-11 00:03:23 +04:00
alex
394218df60 update to 0.4.1 2013-05-11 00:30:54 +04:00
alexhz
89cd891b2f Edit debian deployment files 2013-04-15 18:33:02 +00:00
alexhz
d81ae5d752 Rename debian deployment files 2013-04-15 18:31:27 +00:00
alexhz
9ef1459186 Remove pyminer 2013-04-08 17:23:43 +00:00
alexhz
ff882b480a Mac deployment scripts update 2013-04-08 17:18:09 +00:00
alex
8750c5feda Update to 0.3.0 (New upstream + new RPC calls) 2013-02-20 01:40:29 +04:00
Balthazar
3276237261 Initial commit of NovaCoin changes 2013-02-10 04:22:40 +00:00
Scott Nadal
f2944e1710 PPCoin: Scott's public key 2012-08-16 15:30:21 +01:00
Sunny King
a9441d622d PPCoin: Update windows build setup descriptions 2012-08-16 01:15:30 +01:00
Richard Smith
0bf37bdcd6 PPCoin: Add Richard's public key 2012-08-15 23:03:34 +01:00
Sunny King
3bad715866 PPCoin: Add Sunny's public key 2012-08-15 22:21:14 +01:00
Sunny King
dda40c25e3 PPCoin: Windows build with gitian-builder 2012-08-15 19:53:54 +01:00
Sunny King
ec3a1878d5 PPCoin: Gitian build descriptor for win32 2012-08-10 23:41:20 +01:00
Sunny King
55278be896 PPCoin: Update linux gitian build descriptor 2012-08-09 14:32:11 +01:00
Gavin Andresen
293d76091f Revert "Update gitian descriptors to point at stable git repo"
This reverts commit 1179f6373dfffdcb091576215cabe73c932df925.
2012-06-19 16:44:55 -04:00
Luke Dashjr
ca352e58d2 Merge branch '0.6.0.x' into 0.6.x
Conflicts:
	.gitignore
	src/bitcoinrpc.cpp
	src/main.cpp
	src/qt/bitcoingui.cpp
	src/ui_interface.h
	src/util.cpp
2012-06-14 18:21:07 +00:00
Luke Dashjr
701bfe4246 Merge branch '0.5.x' into 0.6.0.x
Conflicts:
	src/main.h
	src/net.cpp
	src/serialize.h
2012-06-14 18:13:46 +00:00
Matt Corallo
6ed7ae03d0 Fix broken config files 2012-06-14 17:13:29 +00:00
Matt Corallo
f8e55fb39d Correct blockchain size in contrib/debian.
* Updates package description to note that blockchain now takes
  2+ GB instead of 150+ MB.

(PARTIAL of 8f6111bb9cd598954e9634d9fe4500fcf5ae83de)
2012-06-06 19:24:31 +00:00
Luke Dashjr
f4348feea4 Merge branch '0.6.0.x' into 0.6.x
Conflicts:
	bitcoin-qt.pro
	contrib/gitian-descriptors/gitian-win32.yml
	doc/README
	doc/README_windows.txt
	share/qt/make_windows_icon.sh
	share/setup.nsi
	src/bitcoinrpc.cpp
	src/main.cpp
	src/main.h
	src/makefile.linux-mingw
	src/net.cpp
	src/net.h
	src/netbase.h
	src/noui.h
	src/qt/addressbookpage.cpp
	src/qt/bitcoin.cpp
	src/qt/bitcoingui.cpp
	src/qt/bitcoingui.h
	src/qt/bitcoinstrings.cpp
	src/qt/guiutil.cpp
	src/qt/guiutil.h
	src/qt/optionsmodel.cpp
	src/qt/qrcodedialog.cpp
	src/qt/qtipcserver.cpp
	src/script.cpp
	src/serialize.h
	src/ui_interface.h
	src/uint256.h
2012-05-05 16:13:56 +00:00
Gavin Andresen
301f9cfd70 Bump win32.deps version number for new openssl 2012-04-27 14:01:49 -04:00
Gavin Andresen
f327b31ffc Windows build: compile against openssl 1.0.1b 2012-04-27 13:57:17 -04:00
Gavin Andresen
aa32b2c2ac Windows build: compile against openssl 1.0.1b 2012-04-27 13:51:12 -04:00
Gavin Andresen
6a218a9ff4 Bump win32.deps version number for new openssl 2012-04-27 11:53:11 -04:00
Gavin Andresen
c38fb272a6 Windows build: compile against openssl 1.0.1b 2012-04-27 10:52:14 -04:00
cardpuncher
bddda84a33 Added comment lines in French & Turkish which basically mean "Bitcoin, virtual P2P cryptocurrency". 2012-04-11 15:20:59 -04:00
Pieter Wuille
93439752ca Merge pull request #1054 from sipa/buildinfo
Build identification strings
2012-04-10 13:31:12 -07:00
Pieter Wuille
8b1f2f2b7f Build identification strings
All client version information is moved to version.cpp, which optionally
(-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated
on supporting platforms via contrib/genbuild.sh, using git describe.

The git export-subst attribute is used to put the commit id statically
in version.cpp inside generated archives, and this value is used if no
build.h is present.

The gitian descriptors are modified to use git archive instead of a
copy, to create the src/ directory in the output. This way,
src/src/version.cpp will contain the static commit id. To prevent
gitian builds from getting the "-dirty" marker in their git-describe
generated identifiers, no touching of files or running sed on the
makefile is performed anymore. This does not seem to influence
determinism.
2012-04-10 18:16:53 +02:00
cardpuncher
0f949a341a Added comment lines in French & Turkish which basically mean "Bitcoin, virtual P2P cryptocurrency". 2012-04-09 22:22:38 +03:00
Luke Dashjr
55c98a759e Merge branch '0.5.0.x' into 0.5.x 2012-04-05 18:21:01 -04:00
Gavin Andresen
a020b91b49 Remove USE_SSL #define 2012-04-04 21:19:27 -04:00
Matt Corallo
93b0b9c911 Add laanwj to gitian download scripts. 2012-04-04 15:58:15 -04:00
Luke Dashjr
561c3a195b Merge branch '0.5.x' into 0.6.0.x
Conflicts:
	src/bitcoinrpc.cpp
2012-04-04 15:43:29 -04:00
Luke Dashjr
6eea0a35a7 Merge branch '0.5.0.x' into 0.5.x
Conflicts:
	src/qt/bitcoingui.h
2012-04-04 15:41:07 -04:00
Luke Dashjr
24cdf7ecc4 Merge branch '0.5.x' into 0.6.0.x
Conflicts:
	bitcoin-qt.pro
	contrib/debian/changelog
	doc/README
	doc/README_windows.txt
	doc/translation_process.md
	share/setup.nsi
	src/bitcoinrpc.cpp
	src/db.cpp
	src/init.cpp
	src/irc.cpp
	src/main.cpp
	src/main.h
	src/makefile.osx
	src/makefile.unix
	src/net.cpp
	src/net.h
	src/qt/bitcoin.cpp
	src/qt/bitcoingui.cpp
	src/qt/bitcoinstrings.cpp
	src/qt/guiutil.cpp
	src/qt/guiutil.h
	src/qt/locale/bitcoin_da.ts
	src/qt/locale/bitcoin_de.ts
	src/qt/locale/bitcoin_en.ts
	src/qt/locale/bitcoin_es.ts
	src/qt/locale/bitcoin_es_CL.ts
	src/qt/locale/bitcoin_hu.ts
	src/qt/locale/bitcoin_it.ts
	src/qt/locale/bitcoin_nb.ts
	src/qt/locale/bitcoin_nl.ts
	src/qt/locale/bitcoin_pt_BR.ts
	src/qt/locale/bitcoin_ru.ts
	src/qt/locale/bitcoin_uk.ts
	src/qt/locale/bitcoin_zh_CN.ts
	src/qt/locale/bitcoin_zh_TW.ts
	src/qt/sendcoinsdialog.h
	src/qt/transactionrecord.cpp
	src/script.cpp
	src/script.h
	src/serialize.h
	src/util.cpp
	src/util.h
2012-04-04 10:32:09 -04:00
Luke Dashjr
1ecb820163 Add Luke-Jr's PGP key to gitian-downloader 2012-04-04 10:23:08 -04:00
Pieter Wuille
33c0025f5d Updated my GPG key 2012-04-04 10:17:26 -04:00
Gregory Maxwell
e969f698fc Merge pull request #934 from luke-jr/gitian_luke
Add Luke-Jr's PGP key to gitian-downloader
2012-04-03 08:09:13 -07:00
Pieter Wuille
dd262e1ed2 Updated my GPG key 2012-03-31 15:39:14 +02:00
Luke Dashjr
2c6a3a6395 Add Luke-Jr's PGP key to gitian-downloader 2012-03-22 20:32:41 -04:00
Luke Dashjr
841c32410d Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.

Use `qmake MINGW_THREAD_BUGFIX=0` to disable
2012-03-22 12:46:47 -04:00
Luke Dashjr
a64891c071 Merge branch '0.5.0.x' into 0.5.x
Conflicts:
	bitcoin-qt.pro
	doc/README
	doc/README_windows.txt
	share/setup.nsi
	src/serialize.h
2012-03-21 13:22:24 -04:00
Luke Dashjr
7090e81c6e Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.
2012-03-19 12:11:49 -04:00
Luke Dashjr
ad82b26967 Merge branch '0.5.0.x' into 0.5.x
Conflicts:
	bitcoin-qt.pro
	doc/README
	doc/README_windows.txt
	share/setup.nsi
	src/serialize.h
2012-03-16 16:45:32 -04:00
Matt Corallo
6241d4263e Fix Win32 RPC Crashes. 2012-03-16 15:49:30 -04:00
Matt Corallo
9d077f288a Fix Win32 RPC Crashes. 2012-03-16 14:28:54 -04:00
Matt Corallo
651bba027d Make deps build deterministic and upgrade to libpng 1.5.9. 2012-02-22 22:09:06 -05:00
Wladimir J. van der Laan
f5bb81df33 Merge pull request #834 from sje397/BackupWallet
Added 'Backup Wallet' menu option to GUI
2012-02-17 10:30:15 -08:00