90 Commits (bdde31d787c4fe2da8e9fb168abbd22af2c27442)

Author SHA1 Message Date
gavinandresen bdde31d787 All boolean options/flags now work the same way. 14 years ago
gavinandresen bfd471f53e JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance <account> 14 years ago
s_nakamoto 776d0f3459 new getwork 14 years ago
s_nakamoto 51d9b435cd small bugfix 14 years ago
s_nakamoto f35e21e2e4 require some minimal priority for free transactions to slow down transaction spam 14 years ago
s_nakamoto 683bcb9154 efficiently sort transaction dependencies in one pass 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
s_nakamoto c891967b6f bugfixes from Dean Gores, 14 years ago
s_nakamoto 2ce73dbe85 -- version 0.3.14 release 14 years ago
s_nakamoto 5cbf75324d Gavin's TEST network as -testnet switch, misc fixes 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 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 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 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 f1e1fb4bde cleanup, 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 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 15399da9fe blocks-1, 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
s_nakamoto 01cd2fdaf3 fix -datadir=./subdir relative path, 14 years ago
s_nakamoto fb83d28768 gethashespersec and added version and hashespersec to getinfo 14 years ago
s_nakamoto 94cfec07fd always make 8 outbound connections even if have inbound, 14 years ago
s_nakamoto 2c06be915d new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade 14 years ago
s_nakamoto 6ff5f718b6 fixed segfault in bignum.h, 14 years ago
s_nakamoto 17b2740289 Fredrik Roubert: simplified makefile.unix with wx-config, 14 years ago
s_nakamoto f79751c299 better IsInitialBlockDownload 14 years ago
s_nakamoto 813505cc13 added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem 14 years ago
s_nakamoto 520f367319 tcatm's cached SHA256 state idea, about 70% faster generating 14 years ago
s_nakamoto 793200e5e9 bitcoind now compiles without wxWidgets or wxBase 14 years ago
s_nakamoto 3b7cd5d89a Gavin Andresen's JSON-RPC HTTP authentication, 14 years ago
s_nakamoto ae922a36a4 security safeguards, 14 years ago
s_nakamoto d01eaf0421 version 0.3.1 rc1 14 years ago
s_nakamoto a30b56ebe7 fix openssl linkage problems, 14 years ago
s_nakamoto d882773789 Laszlo's fix to make generate threads idle priority on Linux, 14 years ago