mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
Document limitfreerelay and norelaypriority options.
This commit is contained in:
parent
9ffd96bf51
commit
e13b4febec
2
doc.go
2
doc.go
@ -82,6 +82,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) bitcoins using the CPU
|
||||
|
@ -211,6 +211,14 @@
|
||||
; ------------------------------------------------------------------------------
|
||||
; 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user