45 Commits (3a8182c1054858f7a1b6ae8d570246a2b8d32605)

Author SHA1 Message Date
Doug Huff a9d3af8821 Demystify a few magic numbers. 13 years ago
Jeff Garzik 352b4ea5b9 Reduce minimum TX fee for new transactions, to 0.0005. 13 years ago
Jeff Garzik 6f07e22210 Bump version to 0.3.23. 13 years ago
Nils Schneider ca81b168d9 create keypool in LoadWallet() 13 years ago
Doug Huff 482cb65690 Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts. 13 years ago
Pieter Wuille e104c79374 Bugfix for dnsseed introduced by dnslookup 13 years ago
Pieter Wuille 12a1256c1d bugfix: accept free transactions 13 years ago
Matt Corallo af531f0449 Fix GUI build on UNIX. 13 years ago
Matt Corallo 0649b6af90 Update to openssl-1.0.0d and enable RPC-SSL on Win32 13 years ago
Matt Corallo bd39b48f19 Handle high DPI a bit more gracefully on Win32. #243 13 years ago
Pieter Wuille 5e1e458ecb loss of significance in difficulty (by lfm) 13 years ago
Matt Corallo 77172463a3 Fixes #240 and #244 - delete delete[] mismatch. 13 years ago
Pieter Wuille 2bfda1be11 Separate required fee for relaying and creation 13 years ago
Pieter Wuille ca253d5911 Fix for small change outputs 13 years ago
Pieter Wuille 1c528eeee9 Update transactions already in the wallet when rescanning. 13 years ago
Matt Corallo 7ee8e5bf86 Revert "OSX build tweaks (laszlo)" 13 years ago
Jeff Garzik 69a27a4ec6 irc: #bitcoin is overflowing. split up into 100 randomly-joined channels. 13 years ago
Jeff Garzik 69ae372b51 OSX build tweaks (laszlo) 13 years ago
Pieter Wuille b201c1f600 Bugfix for dnslookup: irc.cpp still used old CAddress constructor 13 years ago
Gavin Andresen f441949515 Build error mingw, missing std:: 13 years ago
Gavin Andresen 00bcfe0b7e -port option to listen on arbitrary port 13 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular 13 years ago
Matt Corallo bcb971f930 Fix MinGW build due to bad pointers to ui.rc pixmaps stuff. 13 years ago
Pieter Wuille 545a679aed bugfix in dnslookup code: didn't compile in mingw 13 years ago
Daniel Holbert 5d1d69453a Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure. 13 years ago
Jeff Garzik 2a2487514a Decrease minimum TX fee to 0.0005 BTC. 13 years ago
Jeff Garzik a630da6400 Replace CENT with new constant MIN_TX_FEE, where appropriate. 13 years ago
Pieter Wuille a6a5bb7c20 Support for name lookups in -connect and -addnode 13 years ago
Gavin Andresen 832fb114a7 Allow move RPC to take account balances negative 13 years ago
Jeff Garzik d9068ad5a1 Add settxfee RPC, to permit setting default TX fee at runtime. 13 years ago
Gavin Andresen e8adcf88cd Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001 13 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system) 13 years ago