Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
SocketHandler thread can be detached
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
working as supposed
|
|
* Added application icon for Mac OS X * Added instructions for compiling
under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
|
|
blocks as initial value for number of peer blocks
|
|
amount of blocks downloaded at application start-up. Could be probably implemented better.
|
|
Conflicts:
.gitignore
|
|
|
|
|
|
git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin into unique_coinbase
|
|
|
|
coinbase txn is unique even if address is the same
|
|
|
|
|
|
Optimize database writes for transactions with lots of TxIns.
|
|
Patch from ArtForz, who discovered the problem.
|
|
|
|
|
|
|
|
|
|
them
|
|
trying to make the initial blockchain download.
|
|
|
|
|
|
lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems)
|
|
|
|
Conflicts:
src/main.cpp
|
|
they're tried.
|
|
Nodes culled from MagicalTux's database of bitcoin nodes,
http://dump.bitcoin.it/misc/
by version and longevity, and tested for connectivity.
|
|
|
|
unusable in GUI.
|
|
Logic running with -keypool=0 was wrong (empty keys were being returned).
|
|
|
|
|
|
|
|
Fixes #445
Renames GetOrReuseKeyFromKeyPool to GetKeyFromPool, with fAllowReuse arg and bool result.
|
|
Checkpoints
|
|
|
|
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.
|