123 Commits (9a189be7401c583fd74fc7f3d7812327323ceecb)

Author SHA1 Message Date
Gavin Andresen b37f09aa2e New checkpoint at block 118,000 14 years ago
Pieter Wuille c59b6f704c Bugfix for spentpertxout: slow startup 14 years ago
Pieter Wuille aca3f961db select transaction outputs separately 14 years ago
Pieter Wuille 335e878be8 Spent per txout 14 years ago
Gavin Andresen 198fd7b0bd Report immature coinbase transactions in listtransactions 14 years ago
Jeff Garzik f5f1878ba1 Fix deadlocks in setaccount, sendfrom RPC calls 14 years ago
Matt Corallo 8bb5edc1c9 Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked). 14 years ago
Gavin Andresen b931ed8563 sendmany RPC command, to send to multiple recipients in one transaction. 14 years ago
Gavin Andresen 88abf70386 Make sure rate-limiting code is thread-safe 14 years ago
Gavin Andresen 5de8b54c51 Continuously rate-limit free transactions. 14 years ago
Gavin Andresen cbc920d474 shy patch from Hal 14 years ago
Gavin Andresen 395c1f44bd Fix minimum transaction fee calculation mismatch between CreateTransaction and CreateBlock 14 years ago
Luke Dashjr a14bf1946d Bugfix: avoid sub-cent change (lost in fees) whenever possible 14 years ago
David FRANCOIS 98ba262a48 Reset testnet with a new genesis block 14 years ago
Gavin Andresen bd7d9140f9 new checkpoint at block 105,000 14 years ago
Gavin Andresen c90ea2bd6d cpuid instruction clobbers eax/ebx/ecx/edx 14 years ago
Chris 8b8d59eefb Don't use GetBoolArg() and mapArgs; use one or the other. 14 years ago
Gavin Andresen d9574c2f14 Reconcile getbalance and listaccounts 0 in the shared-wallet case 14 years ago
Gavin Andresen 1d23c74361 ReacceptWalletTransactions bugfix 14 years ago
Gavin Andresen ddb68acebe Add address to listtransactions output 14 years ago
gavinandresen 809ee79592 New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 14 years ago
s_nakamoto 986b5e257e correction 14 years ago
s_nakamoto 97ee01ad89 added some DoS limits, removed safe mode 14 years ago
gavinandresen a206a23980 IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand. 14 years ago
s_nakamoto f03304a9c7 preps for future client-only mode, 14 years ago
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 8d13ca1f11 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 6aeb45187b 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 fe37c35018 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 71cc095cb2 reorganize BitcoinMiner to make it easier to add different SHA256 routines 14 years ago