Document limitfreerelay and norelaypriority options.
This commit is contained in:
parent
b0255e0eb5
commit
baef004efd
2
doc.go
2
doc.go
@ -83,6 +83,8 @@ Application Options:
|
||||
--limitfreerelay= Limit relay of transactions with no transaction fee
|
||||
to the given amount in thousands of bytes per minute
|
||||
(15)
|
||||
--norelaypriority Do not require free or low-fee transactions to have
|
||||
high priority for relaying
|
||||
--maxorphantx= Max number of orphan transactions to keep in memory
|
||||
(1000)
|
||||
--generate= Generate (mine) decreds using the CPU
|
||||
|
||||
@ -200,6 +200,21 @@
|
||||
; norpc=1
|
||||
|
||||
|
||||
; ------------------------------------------------------------------------------
|
||||
; Mempool Settings - The following options
|
||||
; ------------------------------------------------------------------------------
|
||||
|
||||
; Rate-limit free transactions to the value 15 * 1000 bytes per
|
||||
; minute.
|
||||
; limitfreerelay=15
|
||||
|
||||
; Require high priority for relaying free or low-fee transactions.
|
||||
; norelaypriority=0
|
||||
|
||||
; Limit orphan transaction pool to 1000 transactions.
|
||||
; maxorphantx=1000
|
||||
|
||||
|
||||
; ------------------------------------------------------------------------------
|
||||
; Coin Generation (Mining) Settings - The following options control the
|
||||
; generation of block templates used by external mining applications through RPC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user