83f4cd156e
Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinbase txn is unique even if address is the same
Luke Dashjr
2011-09-06 16:39:05 -04:00
49c8e53ee2
Save coinbase, not just extraNonce
Luke Dashjr
2011-07-25 11:59:41 -04:00
b760e25458
Merge branch 'getwork_dedupe' into unique_coinbase
Luke Dashjr
2011-09-06 16:43:32 -04:00
0535644b30
Merge branch 'master' of git://github.com/bitcoin/bitcoin
Jeff Garzik
2011-09-06 16:20:24 -04:00
cbd959c473
Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."
Jeff Garzik
2011-09-06 16:19:54 -04:00
ff4bd3977a
Merge pull request #503 from TheBlueMatt/translatefix
Jeff Garzik
2011-09-06 12:03:08 -07:00
fd5eaf323f
Add binary mo for new translation.
Matt Corallo
2011-09-06 15:01:58 -04:00
074653973e
Merge pull request #502 from vsrinivas/master
Jeff Garzik
2011-09-06 11:58:42 -07:00
6a0296791d
Define MSG_NOSIGNAL to 0 on platforms where it is unavailable.
Venkatesh Srinivas
2011-09-06 14:54:10 -04:00
04f9a37c71
Merge pull request #501 from paraipanakos/master
Jeff Garzik
2011-09-06 11:50:56 -07:00
905cbf0bf8
Romanian translation added
Alex B
2011-09-06 20:41:33 +02:00
e39f925655
ignore stuff
Luke Dashjr
2011-07-04 14:45:08 -04:00
cc558f0603
README.md: word wrap text file
Jeff Garzik
2011-09-05 23:02:35 -04:00
3a7c4d89de
Merge pull request #495 from alexwaters/readme
Jeff Garzik
2011-09-05 20:01:55 -07:00
adb8a55b46
Updated readme file
Alex Waters
2011-09-05 21:16:46 -04:00
e077cce617
Optimize database writes for transactions with lots of TxIns. Patch from ArtForz, who discovered the problem.
Gavin Andresen
2011-09-05 14:33:07 -04:00
cf9195c808
(k)ubuntu 10.04+ notification support (based on @zwierzak his code)
Wladimir J. van der Laan
2011-09-03 20:52:54 +02:00
69e87633bc
Merge branch 'master' of github.com:laanwj/bitcoin-qt
Wladimir J. van der Laan
2011-09-03 20:51:48 +02:00
7b7d46be89
Fix build process to actually work.
Matt Corallo
2011-09-03 02:21:55 -04:00
a687d4f574
Support for boost filesystem version 3
Luke Dashjr
2011-08-19 12:45:27 -04:00
7464e647de
Bumped version numbers to 0.4.0rc1
Gavin Andresen
2011-09-02 13:31:28 -04:00
712077a760
Merge pull request #486 from TheBlueMatt/translatefix
Jeff Garzik
2011-09-02 10:12:20 -07:00
ec74e8a443
Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid them
Gavin Andresen
2011-09-02 12:56:10 -04:00
4785e6df74
Edited README.rst via GitHub
Wladimir J. van der Laan
2011-09-02 19:42:59 +03:00
0aca8577b5
support USE_UPNP setting
Wladimir J. van der Laan
2011-09-02 18:33:09 +02:00
fb462ab272
Update binary mos to latest translations.
Matt Corallo
2011-09-02 12:26:18 -04:00
b53e277ba1
Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download.
Gavin Andresen
2011-09-02 12:25:25 -04:00
b2d1129f27
bitcoin-qt cannot be used as command line rpc client
Wladimir J. van der Laan
2011-09-02 18:05:08 +02:00
c5aa1b139a
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-09-02 18:02:22 +02:00
c591cc50eb
If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems)
Gavin Andresen
2011-09-02 12:01:42 -04:00
fb45259967
Do not try to download blockchain from 0.3.23 nodes
Gavin Andresen
2011-09-02 12:00:01 -04:00
471426fb3b
Fixed potential deadlocks in GUI code. Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time. And added information about -DDEBUG_LOCKORDER to coding.txt.
Gavin Andresen
2011-08-31 12:27:19 -04:00
d0d9486f44
Updated checkpoints, maybe Tx fee should be reduced to 0.0001 from 0.0005 and maximum minimum tx should be 0.0010.
Fabian H jr.
2011-08-15 21:33:00 -03:00
eb72eae304
Don't std::advance past beginning of transactions array. Fixes#465
Gavin Andresen
2011-08-12 15:39:12 -04:00
59ed5cb398
Add specific wallet encryption details to doc/README
Matt Corallo
2011-08-11 13:09:25 +02:00