749 Commits (5d5862a85e806f5e12c3da9f5a516839fb4c17a0)

Author SHA1 Message Date
Wladimir J. van der Laan 81212588c0 Remove print() from core functions 10 years ago
Wladimir J. van der Laan aa8279513b
Add detailed network info to getnetworkinfo RPC 10 years ago
Jeff Garzik c7b6117deb Create new signal for notification of new blocks. Use w/ -blocknotify 10 years ago
pryds 2b410c2fe1 Typo, and a few "Bitcoin" -> "Bitcoin Core" 10 years ago
Philip Kaufmann 283a3b88b6 small ordering cleanup of init help message 10 years ago
Wladimir J. van der Laan 60dc8e4208 Allow -onlynet=onion to be used 10 years ago
Jeff Garzik 2e7009d67b Avoid querying DNS seeds, if we have open connections. 10 years ago
Pieter Wuille d70bc52ee3 Rework block processing benchmark code 10 years ago
Wladimir J. van der Laan 98e84aae7a Revert "Relay double-spends, subject to anti-DOS" 10 years ago
Wladimir J. van der Laan 67cc8f25c2 Revert "Remove signal DoubleSpendDetected, use function" 10 years ago
Jeff Garzik 3da434a2ef Introduce option to disable relay/mining of bare multisig scripts in TX outputs 10 years ago
Pieter Wuille 09c744c2a8 Make sure CAutoFile for fees estimate goes out of scope 10 years ago
Cozz Lovan ebdcc360b6 Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis 10 years ago
Rune K. Svendsen bdd5b587fc
Add option to disable 077 umask (create new files with system default umask) 10 years ago
Wladimir J. van der Laan 49d57125f9
qt: Ignore showNormalIfMinimized in initialization or shutdown 10 years ago
Zak Wilcox a7e1d503c4 In -? output: -keypool, -gen, -genproclimit depend on ENABLE_WALLET 10 years ago
Pieter Wuille dc942e6f27 Introduce whitelisted peers. 10 years ago
Philip Kaufmann 00d1980b8f init.cpp: log fee estimates filename on error 10 years ago
Cozz Lovan d88af56011 Fee fixes 10 years ago
Wladimir J. van der Laan 73ac7abd08 Move ui_interface to bitcoin_server.a 10 years ago
Philip Kaufmann a339a37b28 error out, when we detect -socks argument 10 years ago
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
R E Broadley 2e36866fec Show nodeid instead of addresses (for anonymity) unless otherwise requested. 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 10 years ago
Wladimir J. van der Laan 4278b1df45
Clarify error message when invalid -rpcallowip 10 years ago
Tom Harding 0da6b3fd18 Remove signal DoubleSpendDetected, use function 10 years ago
Tom Harding 9004798e62 Add -respendnotify option and new RPC data 10 years ago
Tom Harding d640a3ceab Relay double-spends, subject to anti-DOS 10 years ago
Luke Dashjr e44fea55ea Add an option to allow users to disable relaying/mining data carrier transactions 10 years ago
Philip Kaufmann 1c750dbd40 remove -tor compatibility code (only allow -onion) 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 10 years ago
Pieter Wuille cf0c47b269 Remove getwork() RPC call 10 years ago
Philip Kaufmann 1020f599f3 add comment to HelpMessage() to ensure alphabetical ordering 10 years ago
Cory Fields 92a6220711 sanity: hook up sanity checks 10 years ago
Cozz Lovan 77cbd4623e Let -zapwallettxes recover transaction meta data 11 years ago
Wladimir J. van der Laan 1569353b8a
Add `-stopafterblockimport` option 10 years ago
Wladimir J. van der Laan 45615af26f Add 'about' information to `-version` output 10 years ago
Philip Kaufmann 4aaa01783d rework help messages for fee-related options 10 years ago
Philip Kaufmann 56b07d2dcd [Qt] allow setting listen via GUI 10 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
Wladimir J. van der Laan 7d4dda7630 Remove global strWalletFile 10 years ago
Philip Kaufmann 5bd02cf715 log used config file to debug.log on startup 10 years ago
shshshsh 7b45d943b2 Make max number of orphan blocks kept in memory a startup parameter (fixes #4253) 10 years ago
jtimon cb9bd83bba Add DefaultCheckMemPool chain parameter 10 years ago
Andrew Poelstra 4a09e1df51
key.cpp: fail with a friendlier message on missing ssl EC support 10 years ago
Cozz Lovan 06a91d9698 VerifyDB progress 10 years ago
Philip Kaufmann 53a088154c rename fNoListen to fListen and move to net 10 years ago
R E Broadley 79d06dc6e0 Remove redundant c_str 10 years ago