569 Commits (8d2fbfa49141172e1c63f5ab7b684a1f9e210571)

Author SHA1 Message Date
Jonas Schnelli 2bb1c87700 refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Luca Venturini f75470794b Fix - bitcoin-qt usage message 9 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Gregory Maxwell 7d2cb48511 Restore RPC HTTP keepalives to default. 10 years ago
Gregory Maxwell 16a5c18cea Add a -rpckeepalive and disable RPC use of HTTP persistent connections. 10 years ago
Pieter Wuille 13cdce4336 Catch UTXO set read errors and shutdown 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
Pieter Wuille 1c52aad540 Require sufficent priority for relay of free transactions 10 years ago
Luke Dashjr a15dba5dff en: Avoid ambiguous language regarding when transactions confirm 10 years ago
Jameson Lopp 4bc95c4387 remove max orphan blocks config parameter since it is no longer functional 10 years ago
Matt Corallo ff09e31a51 sleep-wait on genesis block during init with -reindex 10 years ago
Gregory Maxwell aa279d6131 Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford c5b390b6b9 Make comments in main an init doxygen compatible 10 years ago
Pieter Wuille 57be955ba0 Remove -printblock, -printblocktree, and -printblockindex 10 years ago
Jonas Schnelli 5dc713bfc7 [REST] set REST API behind "-rest" option 10 years ago
Pieter Wuille 51ce901aa3 Improve chainstate/blockindex disk writing policy 10 years ago
Gregory Maxwell 3c77714134 Make -proxy set all network types, avoiding a connect leak. 10 years ago
Philip Kaufmann 1b2600a13a
Change MIT/X11 to MIT in license displayed in the program 10 years ago
Cozz Lovan c1c9d5b415 [Qt] Add Smartfee to GUI 10 years ago
Philip Kaufmann 13f903187c init: minor parameter interaction updates 10 years ago
Gregory Maxwell 845c86d128 Do not use third party services for IP detection. 10 years ago
Wladimir J. van der Laan f654f0040b
Change -genproclimit default to 1 10 years ago
Wladimir J. van der Laan 9bdec76037
Always log number of threads for script verification 10 years ago
Daniel Kraft af82884ab7 Add "warmup mode" for RPC server. 10 years ago
Matt Corallo eadcd0c802 Print parameter interactions to console, too 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Luke Dashjr 2aa632921e Enable customising node policy for datacarrier data size with a -datacarriersize option 10 years ago
Wladimir J. van der Laan a873823864
CAutoFile: Explicit Get() and remove unused methods 10 years ago
Wladimir J. van der Laan 9acbb4180a
qt: small English language updates from translators 10 years ago
Pieter Wuille a96d113962 Rename CWalletInterface to CValidationInterface 10 years ago
Pieter Wuille afc32c5eea Fix rebuild-chainstate feature and improve its performance 10 years ago
Luke Dashjr c0195b1c31 Bugfix: Remove default from -zapwallettxes description (inaccurate) 10 years ago
Luke Dashjr 0a08aa8f2a Parameterise command line option defaults, so translations are independent of them 10 years ago
Cozz Lovan 3e61eb9c51 minor txindex documentation improvement 10 years ago
Philip Kaufmann de10efd154 add -timeout default as constant and use them 10 years ago
Cozz Lovan 44bc988e7b [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..) 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Cory Fields eee030f6bc autofile: don't copy CAutoFile by value 10 years ago
Philip Kaufmann 20a11ffabf minor variable init changes in init.cpp 10 years ago
Pieter Wuille 7c70438dc6 Get rid of the dummy CCoinsViewCache constructor arg 10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode 10 years ago
Wladimir J. van der Laan 94064710b9 Write fee estimate and peers files only when initialized 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Gavin Andresen aa3c697e90
Store fewer orphan tx by default, add -maxorphantx option 10 years ago
Suhas Daftuar ec7eb0fa80 When reindexing check for file before trying to open (refactored) 10 years ago