- 10 Oct, 2011 1 commit
-
-
Luke Dashjr authored
-
- 09 Oct, 2011 7 commits
-
-
Luke Dashjr authored
Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed
-
Gavin Andresen authored
Bugfix: getmemorypool "bits" should be a hex-string
-
Gavin Andresen authored
Unix build documentation improvements
-
globalcitizen authored
-
globalcitizen authored
-
globalcitizen authored
-
globalcitizen authored
Collate generic dependency information. Segregate distribution-specific (Ubuntu/Debian) information. Add Gentoo information.
-
- 08 Oct, 2011 1 commit
-
-
Gavin Andresen authored
-
- 07 Oct, 2011 2 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
Replaced all occurrences of #if* __WXMSW__ with WIN32, and all occurrences of __WXMAC_OSX__ with MAC_OSX, and made sure those are defined appropriately in the makefile and bitcoin-qt.pro.
-
- 06 Oct, 2011 4 commits
-
-
Gavin Andresen authored
Fix for win64 build
-
Luke Dashjr authored
-
Victor Leschuk authored
-
Gavin Andresen authored
Remove 2 second sleep from CheckWork
-
- 05 Oct, 2011 11 commits
-
-
Gavin Andresen authored
Optimize HTTP status messages
-
David Joel Schwartz authored
-
Gavin Andresen authored
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
remove code that reads addr.txt in LoadAddreses()
-
-
Gavin Andresen authored
Bugfix: ThreadSocketHandler creation error
-
Gavin Andresen authored
Only GetAdjustedTime once for the retry loop
-
Luke Dashjr authored
-
- 04 Oct, 2011 5 commits
-
-
Gavin Andresen authored
Python scripts demonstrating using RPC to keep passphrases out of shell history/etc.
-
Gavin Andresen authored
Update release-process to point to gitian.sigs repo.
-
David Joel Schwartz authored
-
Luke Dashjr authored
-
Luke Dashjr authored
-
- 03 Oct, 2011 4 commits
-
-
David Perry authored
Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args. Signed-off-by:
David Perry <enmaku@gmail.com>
-
David Perry authored
Signed-off-by:
David Perry <enmaku@gmail.com>
-
Gavin Andresen authored
-
Matt Corallo authored
-
- 01 Oct, 2011 5 commits
-
-
Nils Schneider authored
-
Gavin Andresen authored
Remove possibility of 63 bit overflow in ParseMoney
-
Gavin Andresen authored
Added RPC call 'getmemorypool' for p2p mining pools
-
Forrest Voight authored
Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution getmemorypool [data] If [data] is not specified, returns data needed to construct a block to work on: "version" : block version "previousblockhash" : hash of current highest block "transactions" : contents of non-coinbase transactions that should be included in the next block "coinbasevalue" : maximum allowable input to coinbase transaction, including the generation award and transaction fees "time" : timestamp appropriate for next block "bits" : compressed target of next block If [data] is specified, tries to solve the block and returns true if it was successful.
-
Wladimir J. van der Laan authored
- also, add unit tests for various functions in util.cpp/util.h
-