415 Commits (426dc16f7b74d5dc91a947bb22acb7a3a414bb8f)

Author SHA1 Message Date
Bardi Harborow ffeb47366d Add nHighTransactionFeeWarning as per #3969. 10 years ago
Philip Kaufmann 5409404d75 add constant for shared (GUI/core) -par settings 11 years ago
Cozz Lovan 7398f4a796 improve command-line options output 11 years ago
Michagogo 9e2872c234 Adjust branding in datadir lock error message 10 years ago
Wladimir J. van der Laan 8a6894ca3e Log which wallet is used during init 10 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 10 years ago
Wladimir J. van der Laan d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 10 years ago
Philip Kaufmann 82e96006ae add constants for shared (GUI/core) -dbcache settings 11 years ago
Pieter Wuille 879b390758 Increase default dbcache to 100 MiB 11 years ago
Jeff Garzik 518f3bdae3 Add -zapwallettxes cli/config option, used for wallet recovery 11 years ago
Wladimir J. van der Laan 1bbca249b2 Add option to avoid spending unconfirmed change 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan d54e819f65 Log warnings when bootstrap files are specified but cannot be opened 11 years ago
Pieter Wuille 75f51f2a63 Prepare block connection logic for headers-first. 11 years ago
Philip Kaufmann df966d1b24 log parameter interactions to debug.log 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Wladimir J. van der Laan 8b9adca446 Allow `-noserver` with bitcoind 11 years ago
Philip Kaufmann 3c955993a4 init: add better formating for some command-line options 11 years ago
Thomas Holenstein df840de5da
Make bitcoin compile without wallet if "db_cxx.h" is not present 11 years ago
Philip Kaufmann 46469d0f86 some more small re-branding changes (Bitcoin Core) 11 years ago
Wladimir J. van der Laan 1ad26362c9 qt: Prevent non-functional GUI from popping up during Init 11 years ago
Wladimir J. van der Laan 06eb2f215b Seperate out wallet options in help message 11 years ago
Wladimir J. van der Laan 9e9056cd1a Remove -logtodebugger 11 years ago
Wladimir J. van der Laan cd7fa8bb43 Move `nTransactionFee` from main.cpp to wallet.cpp 11 years ago
Philip Kaufmann a9a37c8bb5 update help for -blockmaxsize and blockprioritysize 11 years ago
Philip Kaufmann b6aafca03d some string and indentation updates in init/rpcclient 11 years ago
Wladimir J. van der Laan 4a85e06750 Allow mining RPCs with --disable-wallet 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Gavin Andresen c8b74258ba setgenerate creates multiple blocks in -regtest mode 11 years ago
Gavin Andresen 480e75ceab RPC client option: -rpcwait, to wait for server start 11 years ago
Jeff Garzik e6b7e3dc79 Add -disablewallet option, to disable wallet support (and BDB) 11 years ago
Jeff Garzik f9ee7a032b init.cpp: cosmetic indent changes, preparing for no-wallet mode 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e30bd78f81 No more fHaveGUI 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Philip Kaufmann 959e62f0c8 make -logtimestamps default on and rework help-message 11 years ago
Philip Kaufmann 3b570559f8 re-work -debug switch handling 11 years ago
Philip Kaufmann 2e11999e2b remove duplicate -rpcsslciphers help message from init 11 years ago
Wladimir J. van der Laan 2a03a39020 Add separate bitcoin-rpc client 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann 1728bf0873 update default -rpcsslciphers to include TLSv1.2 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Philip Kaufmann ced3c24816 log start and end of Shutdown() 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
Philip Kaufmann f65dddc7b2 misc small spelling/indentation fixes 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago