- 05 Oct, 2011 4 commits
-
-
-
Gavin Andresen authored
Bugfix: ThreadSocketHandler creation error
-
Gavin Andresen authored
Only GetAdjustedTime once for the retry loop
-
Luke Dashjr authored
-
- 04 Oct, 2011 4 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.
-
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 4 commits
-
-
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
-
- 30 Sep, 2011 3 commits
-
-
Nils Schneider authored
-
Nils Schneider authored
-
Gavin Andresen authored
Sign and verify message with bitcoin address
-
- 29 Sep, 2011 6 commits
-
-
Gavin Andresen authored
qmake build system improvements
-
Wladimir J. van der Laan authored
- USE_SSL=1 to support RPC SSL - BDB_LIB_SUFFIX= to link against specific BDB version - Fix typo - Start lrelease during qmake phase to prevent errors/warnings
-
Gavin Andresen authored
Qt GUI updates
-
Nils Schneider authored
remove deprecated RPCs
-
Wladimir J. van der Laan authored
-
Gavin Andresen authored
deprecate midstate and hash1 in getwork
-
- 28 Sep, 2011 8 commits
-
-
Wladimir J. van der Laan authored
-
https://github.com/bitcoin/bitcoinWladimir J. van der Laan authored
Conflicts: .gitignore (used upstream version) bitcoin-qt.pro
-
Wladimir J. van der Laan authored
- fixes problem that one misconfigured or malicious node can mess up progress bar - implementation in src/util.h - testcase in src/test/util_tests.cpp
-
Jeff Garzik authored
Update release-process.txt with gitian release instructions.
-
Nils Schneider authored
-
Nils Schneider authored
-
Matt Corallo authored
-
Jeff Garzik authored
Updated readme file with timers.
-
- 27 Sep, 2011 7 commits
-
-
Wladimir J. van der Laan authored
- automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation
-
Pieter Wuille authored
Instead of encoding the public key inside the signature string, use key recovery to do verification. This allows 88-character base64-encoded signature strings instead of 188-character ones.
-
Pieter Wuille authored
Introduce a new type of signatures that are only 65 bytes long, and allow reconstruction of the public key that was used to create the signature.
-
Pieter Wuille authored
-
Pieter Wuille authored
Include the public key in the signature string, to allow verification based on address.
-
Khalahan authored
Add padding to input (fixed string + address) before hashing
-
Pieter Wuille authored
-