Commit Graph

250 Commits

Author SHA1 Message Date
Joseph C Wang
6f572c19ba add in a build fix for linux
This adds an include flag which is needed for db4 on some linux
distros.
2014-11-16 23:05:58 +08:00
Evan Duffield
8833d12a3a zero-fee Darksend using special signed masternode transactions 2014-11-13 14:20:18 -07:00
Evan Duffield
e0ca47c535 v8 improvements 2014-09-11 22:17:50 -07:00
Evan Duffield
e6e00ba9e4 separated main from darksend 2014-08-30 07:42:16 -07:00
Evan Duffield
c850989772 draft of basic config screen 2014-08-26 10:20:00 -07:00
Holger Schinzel
231bfa3f32 fixed build 2014-08-22 00:11:37 +02:00
Evan Duffield
94ca42216e added tou screen 2014-07-15 10:54:52 -07:00
Evan Duffield
119db2695a tou form 2014-07-14 00:17:50 -07:00
Evan Duffield
28aad78c8f compiles 2014-07-13 13:51:24 -07:00
Evan Duffield
e98f7a6194 merged changes 2014-07-06 09:16:16 -07:00
Evan Duffield
89e0ce7da6 merged gitian 2014-07-04 07:24:49 -07:00
Evan Duffield
5185fa0e03 compiles 2014-06-29 20:28:33 -07:00
Norm Fasey
d90db3a3ef Fix build of tests. Fix unit tests for darksend and alerts 2014-06-27 14:50:36 +01:00
Norm Fasey
1480ff4397 Fix the build of test code 2014-06-27 13:36:46 +01:00
Evan Duffield
b65b71156c Added new hashing algorithm for blocks, masternode payment enforcement, checkpointing 2014-06-23 12:14:44 -07:00
Evan Duffield
50219d381e Masternode Payments, DGW3 and Magic Numbers Fix. Hard fork on May 14th! 2014-05-01 08:14:39 -07:00
Evan Duffield
bc87e3e9a0 merged logo updates 2014-04-24 15:18:59 -07:00
Evan
760dd088e8 add darksend rpc, fixed bug with mass block download 2014-04-09 04:31:42 -07:00
HiroSatou
14cc057b00 Remove duplicate entry 2014-03-22 16:47:10 +01:00
Evan
07c99052ed Added DarkGravityWave (DGW), Hard fork at 34140! 2014-03-14 20:04:53 -07:00
Evan
f12c67fa8e 0.8.9.0 2014-02-13 12:23:21 -07:00
Evan
6d45d9be48 updated version 2014-02-09 19:37:00 -07:00
Evan
fff17db980 Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
Evan
324a0ab0ae removed scrypt and added hard coded nodes 2014-01-14 20:43:31 -07:00
Evan
3dfaf5d970 updated to new algo! 2014-01-13 18:57:41 -07:00
Evan
58e97ec644 step1 2014-01-10 08:28:47 -07:00
Warren Togami
fe7b87a976 Litecoin v0.8.6.2 2014-01-09 15:38:53 -10:00
Warren Togami
88e2a2e898 Litecoin v0.8.6.1 2013-12-05 22:52:50 -10:00
Cozz Lovan
9bec9feb87 Coin Control Features for Bitcoin 0.8.5
* fix transaction timezone display bug in output selection
* excluding Bitcoin 0.9 changes for #3008 and #2945
* merged src/wallet.cpp for nMinimumInputValue (mininput)
2013-11-22 23:54:13 -10:00
Warren Togami
1d63195f3f Litecoin: mingw32 -mstackrealign to prevent SSE2 misalignment crashes 2013-11-02 10:11:16 -10:00
Warren Togami
0fef3d3fdd Litecoin: Upgrade gitian win32 to Precise 12.04 and boost-1.54
mingw upgrade allows more hardening, compiler bug fixes and possibily win64 later.
Rename deps .zip files to be more consistent in revision format.

Litecoin: Reuse bitcoin-0.9 win32 deps.
2013-10-26 15:26:25 -10:00
Warren Togami
cd8eeccc2d Litecoin: Runtime detection of SSE2 32bit x86 for Scrypt
* x86_64 and Intel MacOS X always uses scrypt-sse2, non-x86 uses scrypt-generic.
* x86 (not Mac) detects cpuid features and chooses sse2 or generic during runtime.

How to Build with SSE2 Support
==============================
* make litecoind with USE_SSE2=1
* qmake with USE_SSE2=1
2013-10-26 15:26:25 -10:00
Warren Togami
329f177677 Litecoin version 0.8.5.1 2013-09-11 17:46:33 -10:00
Warren Togami
4be9f4d40e Litecoin version 0.8.4.1 2013-08-22 01:49:23 -10:00
Warren Togami
1b5cb0866e Litecoin version 0.8.3.7 2013-07-30 15:17:52 -10:00
Warren Togami
6c984620fa Litecoin version 0.8.3.6 2013-07-17 18:19:44 -10:00
Warren Togami
07b32c2cb2 Merge branch 'exp-btc09backports' into exp-mark11b
Conflicts:
	src/base58.h
2013-07-17 18:16:01 -10:00
Rama McIntosh
ea1c057b67 Litecoin: MacOS X icon and deploy script 2013-07-17 18:13:33 -10:00
Warren Togami
4014afe2e6 Litecoin: Build and Makefile changes 2013-07-13 02:13:28 -10:00
Warren Togami
2acab1baf1 Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009)
Modified by Artforz, coblee, and pooler
2013-07-06 21:05:06 -10:00
Wladimir J. van der Laan
f948663a80 Qt5 compatibility
This commit squashes all the changes in the Qt5 branch
relative to master.

Backward compatibility with Qt4 is retained.

Original authors:

- Philip Kaufmann <phil.kaufmann@t-online.de>
- Jonas Schnelli <jonas.schnelli@include7.ch>
2013-07-04 03:14:42 -10:00
Jonas Schnelli
c21beff608 MaxOSX: settings fixes (#2371)
- Launch-At-Startup implementation for mac
    - Remove "Window" tab in settings

    Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-07-04 03:13:16 -10:00
Jonas Schnelli
896c509dac osx: make use of the 10.8+ user notification center to display growl like notifications
- if 10.8, use user notification center, if <10.8, use growl

Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-07-04 03:06:59 -10:00
Gavin Andresen
40809aed65 Bump version numbers for 0.8.3 release 2013-06-25 10:27:24 -04:00
Gavin Andresen
36dc41f427 doc/README was replaced by README.md 2013-05-22 17:21:12 -04:00
Gavin Andresen
5b5d399593 Update version numbers for 0.8.2rc1 release 2013-05-10 09:50:33 -04:00
Gavin Andresen
4332be71a2 Link with boost_chrono library on OSX
Compiling on my OSX 10.6 build machine, I get:

Undefined symbols:
  "boost::chrono::steady_clock::now()", referenced from:
      boost::cv_status boost::condition_variable::wait_for<long long, boost::ratio<1ll, 1000000000ll> >(boost::unique_lock<boost::mutex>&, boost::chrono::duration<long long, boost::ratio<1ll, 1000000000ll> > const&)in bitcoinrpc.o

Linking against the boost_chrono fixes the issue.

Windows builds already link against boost_chrono; Linux doesn't, but compiles (on pull-tester / gitian, at least).
2013-05-09 17:08:38 -04:00
Jonas Schnelli
f9124587cc new splash screen
why:

- the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics
- the current splash screen only exists in a low res jpg
- current splash screen looks dark and "hackish"
- new splash screen should generate positive, "trust-emotions".
- new splash screen gives the user infos about the running client.
- new splash screen can handle long messages (in a lot of - languages the text is cropped in current release)

- new size (x2) 400x312

- contains textual information about the client
- textinfos are dynamicly written to the pixmap

when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet])

example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png
2013-04-17 01:14:53 -07:00
Philip Kaufmann
f6abdbca0b fix bitcoin-qt.rc not showing up in Qt Creator 2013-04-10 17:19:28 +02:00
Philip Kaufmann
ee299c1860 Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro
- instead of parsing the project file by using $$_PRO_FILE_ just use
  $$TRANSLATIONS, which contains a list of all needed files, to build
  our *.qm translation files
2013-04-04 21:52:58 +02:00