Document limitfreerelay and norelaypriority options.

This commit is contained in:
David Hill 2015-07-13 12:52:17 -04:00
parent 9ffd96bf51
commit e13b4febec
2 changed files with 10 additions and 0 deletions

2
doc.go
View File

@ -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

View File

@ -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