aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverted accidental change to indentation.Ross Nicoll2014-04-061-1/+1
* Reworked fixed change address handling to parse addresses on init and store i...Ross Nicoll2014-04-061-2/+19
* Document the -change option.Chris Moore2014-04-051-0/+1
* Lets get at least dogecoind buildingAlan Westbrook2014-04-051-4/+4
* warning and documentation changes to match dogecoin feesJannis Froese2014-03-291-1/+1
* Updated port numbers to reflect Dogecoin ports.Ross Nicoll2014-03-281-2/+2
* Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriateRoss Nicoll2014-03-281-5/+5
* Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.Ross Nicoll2014-03-281-5/+5
* document -bloomfilters optionJannis Froese2014-03-231-0/+1
* Merge branch 'node-bloom-service-bit' of github.com:petertodd/bitcoin into bl...Jannis Froese2014-03-231-0/+5
|\
| * Add NODE_BLOOM service bit and bump protocol versionPeter Todd2013-10-261-0/+5
* | credit where credit is dueJannis Froese2014-03-221-0/+2
* | Protocol changes for Dogecoin 1.5Jannis Froese2014-03-221-0/+4
* | Log which wallet is used during initWladimir J. van der Laan2014-03-071-0/+1
* | Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-5/+5
* | Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan2014-02-221-1/+0
* | add constants for shared (GUI/core) -dbcache settingsPhilip Kaufmann2014-02-171-4/+6
* | Increase default dbcache to 100 MiBPieter Wuille2014-02-171-2/+2
* | Merge pull request #3643Wladimir J. van der Laan2014-02-171-1/+5
|\ \
| * | Log warnings when bootstrap files are specified but cannot be openedWladimir J. van der Laan2014-02-091-1/+5
* | | Merge pull request #3646Wladimir J. van der Laan2014-02-161-1/+1
|\ \ \
| * | | Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
| |/ /
* | | Add -zapwallettxes cli/config option, used for wallet recoveryJeff Garzik2014-02-141-0/+21
* | | Add option to avoid spending unconfirmed changeWladimir J. van der Laan2014-02-111-0/+2
|/ /
* | Merge pull request #3588Wladimir J. van der Laan2014-01-301-9/+17
|\ \
| * | log parameter interactions to debug.logPhilip Kaufmann2014-01-271-9/+17
* | | Prepare block connection logic for headers-first.Pieter Wuille2014-01-271-1/+1
|/ /
* | Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-22/+22
* | Merge pull request #3449Wladimir J. van der Laan2014-01-081-13/+3
|\ \
| * | Allow `-noserver` with bitcoindWladimir J. van der Laan2013-12-201-13/+3
* | | Merge pull request #3427Wladimir J. van der Laan2013-12-231-2/+2
|\ \ \ | |/ / |/| |
| * | qt: Prevent non-functional GUI from popping up during InitWladimir J. van der Laan2013-12-161-2/+2
* | | init: add better formating for some command-line optionsPhilip Kaufmann2013-12-201-4/+4
* | | Merge pull request #3416Wladimir J. van der Laan2013-12-201-5/+0
|\ \ \
| * | | Remove -logtodebuggerWladimir J. van der Laan2013-12-151-5/+0
| |/ /
* | | Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein2013-12-191-1/+1
* | | Merge pull request #3412Wladimir J. van der Laan2013-12-191-1/+1
|\ \ \
| * | | Move `nTransactionFee` from main.cpp to wallet.cppWladimir J. van der Laan2013-12-131-1/+1
| |/ /
* | | Merge pull request #3424Wladimir J. van der Laan2013-12-181-9/+10
|\ \ \
| * | | Seperate out wallet options in help messageWladimir J. van der Laan2013-12-161-9/+10
| |/ /
* / / some more small re-branding changes (Bitcoin Core)Philip Kaufmann2013-12-161-2/+2
|/ /
* | update help for -blockmaxsize and blockprioritysizePhilip Kaufmann2013-12-131-3/+4
* | Merge pull request #3350Wladimir J. van der Laan2013-12-101-8/+8
|\ \
| * | some string and indentation updates in init/rpcclientPhilip Kaufmann2013-12-091-8/+8
* | | Merge pull request #3368 from laanwj/2013_11_disable_wallet_miningGavin Andresen2013-12-091-3/+1
|\ \ \ | |/ / |/| |
| * | Allow mining RPCs with --disable-walletWladimir J. van der Laan2013-12-091-3/+1
* | | Add main-specific node statePieter Wuille2013-12-081-0/+1
|/ /
* | Delimit code with #ifdef ENABLE_WALLETWladimir J. van der Laan2013-12-041-8/+33
* | bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-84/+63
* | Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-1/+1