Leviathn
8d1de43f0c
Remove internal miner
...
This code removes the internal miner which is only useful on Testnet.
This leaves the internal miner that is useful on RegTest intact.
9 years ago
Luke Dashjr
027fdb83b4
When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen
9 years ago
Luke Dashjr
b922fbe063
Rename replacebyfee=opt-in to mempoolreplacement=fee
9 years ago
Gregory Maxwell
89d113e02a
Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.
9 years ago
MarcoFalke
fa331db68b
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
9 years ago
Luke Dashjr
3b66e54457
Simplify check for replacebyfee=opt-in
9 years ago
Gregory Maxwell
325c725fb6
Add whitelistforcerelay to control forced relaying.
...
Also renames whitelistalwaysrelay.
Nodes relay all transactions from whitelisted peers, this
gets in the way of some useful reasons for whitelisting
peers-- for example, bypassing bandwidth limitations.
The purpose of this forced relaying is for specialized gateway
applications where a node is being used as a P2P connection
filter and multiplexer, but where you don't want it getting
in the way of (re-)broadcast.
This change makes it configurable with whitelistforcerelay.
9 years ago
Luke Dashjr
d65dee961e
Accept replacebyfee=opt-in for turning on opt-in RBF
...
Basic forward-compatibility with more flexible parameters like fss
9 years ago
Luke Dashjr
77b55a00ed
Rename permitrbf to replacebyfee
...
"permit" is currently used to configure transaction filtering, whereas replacement is more to do with the memory pool state than the transaction itself.
9 years ago
MarcoFalke
fae78fa818
[init] Clarify permitrbf help message
9 years ago
Wladimir J. van der Laan
b768108d9c
Add option `-permitrbf` to set transaction replacement policy
...
Add a configuration option `-permitrbf` to set transaction replacement policy
for the mempool.
Enabling it will enable (opt-in) RBF, disabling it will refuse all
conflicting transactions.
9 years ago
Daniel Cousens
a0eaff8a1d
move rpc* to rpc/
9 years ago
Jonas Schnelli
dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
...
Allow extending the rpc dispatch table by appending commands when server is not running.
9 years ago
MarcoFalke
fa461df685
Clarify mocktime help message
9 years ago
MarcoFalke
faa572a329
[init] Help Msg: Use Params(CBaseChainParams::MAIN)
9 years ago
MarcoFalke
fa6ab96799
[init] Add missing help for args
9 years ago
MarcoFalke
fac11ea310
[init] Fix error message of maxtxfee invalid amount
9 years ago
Alex Morcos
e420a1b15e
Add sane fallback for fee estimation
...
Add new commandline option "-fallbackfee" to use when fee estimation does not have sufficient data.
9 years ago
Luke Dashjr
5e109225ae
Combine common error strings for different options so translations can be shared and reused
9 years ago
Luke Dashjr
917b1d03cf
Set copyright holders displayed in notices separately from the package name
...
This helps avoid accidental removal of upstream copyright names
9 years ago
Luke Dashjr
1a6c67c8f5
Parameterise 2009 in translatable copyright strings
9 years ago
Wladimir J. van der Laan
64360f1304
Make max tip age an option instead of chainparam
...
After discussion in #7164 I think this is better.
Max tip age was introduced in #5987 to make it possible to run
testnet-in-a-box. But associating this behavior with the testnet chain
is wrong conceptually, as it is not needed in normal usage.
Should aim to make testnet test the software as-is.
Replace it with a (debug) option `-maxtipage`, which can be
specified only in the specific case.
9 years ago
Luke Dashjr
d5f46832de
Unify package name to as few places as possible without major changes
9 years ago
MarcoFalke
fa24439ff3
Bump copyright headers to 2015
9 years ago
Luke Dashjr
45b8e278fb
-bytespersigop option to additionally limit sigops in transactions we relay and mine
9 years ago
Luke Dashjr
02354c93be
Constrain rpcport default values to a single location in code
9 years ago
MarcoFalke
fa19a588b9
HelpMessage: Don't hide -mintxfee behind showDebug
9 years ago
Daniel Cousens
4531fc4272
torcontrol: only output disconnect if -debug=tor
9 years ago
Jonas Schnelli
012fc91511
NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*
...
- also adds a boolean for indication if the tip update was happening during initial sync
- emit notification also during initial sync
9 years ago
Gregory Sanders
d52fbf00e3
Added additional config option for multiple RPC users.
9 years ago
MarcoFalke
fa4b627269
Move blocksonly parameter interaction to InitParameterInteraction()
9 years ago
MarcoFalke
fa41d4c8c6
[qt] Move GUI related HelpMessage() part downstream
9 years ago
MarcoFalke
faf93f37fe
[trivial] Reuse translation and cleanup DEFAULT_* values
...
* DEFAULT_DISABLE_SAFEMODE = false
* Use DEFAULT_* constants for extern bools
9 years ago
Luke Dashjr
3307bdb333
Bugfix: Omit wallet-related options from -help when wallet is not supported
9 years ago
Luke Dashjr
b966aa836a
Constrain constant values to a single location in code
9 years ago
paveljanik
a64d7b4e42
Print correct minimum mempool size in MB
9 years ago
Jonas Schnelli
a46f87f0c1
Initialize logging before we do parameter interaction
9 years ago
Jonas Schnelli
df66147613
Move -blocksonly parameter interaction to the new ParameterInteraction() function
9 years ago
Jonas Schnelli
411b05ac95
Refactor parameter interaction, call it before AppInit2()
9 years ago
MarcoFalke
fa472f330f
[trivial] Fix -maxmempool InitError
9 years ago
Patick Strateman
9cf668844e
Document both the peerbloomfilters and enforcenodebloom options.
9 years ago
MarcoFalke
faf12bc283
OpenSSL 1.1.0: Fix text variant of the version number
9 years ago
Jorge Timón
2e29e7e247
Globals: Remove a bunch of Params() calls from main.cpp:
...
1) Chainparams: Explicit CChainParams arg for main:
-AcceptBlock
-AcceptBlockHeader
-ActivateBestChain
-ConnectTip
-InitBlockIndex
-LoadExternalBlockFile
-VerifyDB parametric constructor
2) Also pickup more Params()\. in main.cpp
3) Pass nPruneAfterHeight explicitly to new FindFilesToPrune() in main.cpp
9 years ago
Daniel Cousens
14075b189d
init: add zmq to debug categories
9 years ago
Daniel Cousens
cdcd816a1b
init: amend ZMQ flag names
9 years ago
Jonas Schnelli
f71bfefcb0
add UI help for -resetguisettings
9 years ago
Pieter Wuille
6e18268616
Switch to libsecp256k1-based validation for ECDSA
9 years ago
Patick Strateman
bbf49da408
Fix comment for blocksonly parameter interactions
9 years ago
Patick Strateman
59441a0445
Display DEFAULT_WHITELISTALWAYSRELAY in help text
9 years ago
Patick Strateman
71a2683f4b
Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants
9 years ago