Commit Graph

167 Commits (222e3de4be2e7037b82112867bb48a9e8cb36918)
 

Author SHA1 Message Date
gavinandresen 222e3de4be Update websites used for GetMyExternalIP
14 years ago
s_nakamoto 910bd45756 -- version 0.3.15 release
14 years ago
gavinandresen 838e8c9166 Add paytxfee to getinfo output
14 years ago
s_nakamoto e2a186af10 SelectCoins first pass tries not to use coins with less than 6 confirmations
14 years ago
s_nakamoto 461764cbbe -paytxfee is now per KB,
14 years ago
gavinandresen 3b8848fa4e Fix IsInitialBlockDownload if running on testnet
14 years ago
gavinandresen 3cac997e19 Prevent double-sends from quick double-button-clicks
14 years ago
s_nakamoto c891967b6f bugfixes from Dean Gores,
14 years ago
gavinandresen c285051c08 testnet and keypoololdest added to RPC getinfo output. And RPC now sends proper HTTP Date headers.
14 years ago
s_nakamoto 2ce73dbe85 -- version 0.3.14 release
14 years ago
s_nakamoto d9c6b09ac4 Gavin Andresen: multiple instance check, -testnet use port 18333
14 years ago
gavinandresen 2ea5fa0710 validateaddress RPC command
14 years ago
s_nakamoto 5cbf75324d Gavin's TEST network as -testnet switch, misc fixes
14 years ago
gavinandresen 2fad3d34b7 makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64
14 years ago
gavinandresen 77cd030ac3 Fixed description of -rpcuser/-rpcpassword options.
14 years ago
gavinandresen ed54768f5f -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.
14 years ago
s_nakamoto 83082f04a4 dkaparis: boost::bind build fix for c++0x
14 years ago
s_nakamoto 103849419a key pool for safer wallet backup
14 years ago
s_nakamoto 0a27bd065e updated Russian translation
14 years ago
s_nakamoto b22c884231 recursive function to determine if own unconfirmed transaction can be spent
14 years ago
s_nakamoto dc8adc3b48 Russian translation by eurekafag
14 years ago
s_nakamoto 178152f604 fixed linux build,
14 years ago
s_nakamoto a790fa46f4 don't count or spend payments until they have 1 confirmation,
14 years ago
s_nakamoto 9b8eb4d690 changed free transactions per block threshold
14 years ago
s_nakamoto 172f006020 only accept transactions sent by IP address if -allowreceivebyip is specified
14 years ago
s_nakamoto efae3da41d config option -rpcallowip= to accept json-rpc connections from another machine
14 years ago
s_nakamoto 3df62878c3 reorganize BitcoinMiner to make it easier to add different SHA256 routines
14 years ago
s_nakamoto fdbf76d4f4 dropped DB_PRIVATE from dbenv.open
14 years ago
s_nakamoto c39b06866e fix build on non-intel architectures, thanks teknohog
14 years ago
s_nakamoto 4968232490 fix problem sending the last cent with sub-cent fractional change
14 years ago
s_nakamoto 7629d36a53 try to auto-detect whether to use 128-bit 4-way SSE2
14 years ago
s_nakamoto 3f64753779 Gavin Andresen: clean shutdown on SIGTERM
14 years ago
s_nakamoto f1e1fb4bde cleanup,
14 years ago
s_nakamoto d743f03552 Gavin Andresen: json-rpc return standard error objects with error code numbers,
14 years ago
s_nakamoto 0a61b0df12 propset svn:eol-style native
14 years ago
s_nakamoto 5b721607b1 added -testsafemode switch
14 years ago
s_nakamoto 2ef9cfa5b8 change switch name to -disablesafemode
14 years ago
s_nakamoto 7d7797b141 more rpc methods allowed in safe mode
14 years ago
s_nakamoto 401926283a alert system
14 years ago
s_nakamoto 2201a0808e warning message if clock is too far off
14 years ago
s_nakamoto 05454818dc block index checking on load, extra redundant checks, misc refactoring
14 years ago
s_nakamoto 44a0de1861 do an extra CheckBlock in ConnectBlock
14 years ago
s_nakamoto a01d5876fa erase the bad chain after disconnecting it
14 years ago
s_nakamoto 15399da9fe blocks-1,
14 years ago
s_nakamoto 6da916d4ac wrap sha256.cpp in FOURWAYSSE2 #ifdef
14 years ago
s_nakamoto e540144b2e added -march=amdfam10 to sha256.cpp in makefile.unix
14 years ago
s_nakamoto 08fee75201 makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux
14 years ago
s_nakamoto 85de7d7c0c scanback check to prevent adding to the 74638 overflow chain
14 years ago
s_nakamoto d4c6b90ca3 fix for block 74638 overflow output transaction
14 years ago
s_nakamoto 4bd188c438 misc changes
14 years ago