Skip to content

Node Settings

Eric Voskuil edited this page Mar 21, 2017 · 14 revisions

The following node settings are implemented in the libbitcoin-node and exposed in both Bitcoin Node (BN) and Bitcoin Server (BS).

[node]
# The time period for block polling after initial block download, defaults to 1 (0 disables).
block_poll_seconds = 1
# The minimum fee per byte required for transaction acceptance, defaults to 1.
minimum_byte_fee_satoshis = 1
# Request that peers relay transactions, defaults to true.
relay_transactions = true
# Request transactions on each channel start, defaults to true.
refresh_transactions = true

block_poll_seconds

The time period for block polling after initial block download, defaults to 1 (0 disables).

minimum_byte_fee_satoshis

The minimum fee per byte required for transaction acceptance, defaults to 1.

relay_transactions

Request that peers relay transactions, defaults to true.

Request transactions on each channel start, defaults to true.

refresh_transactions = true

Clone this wiki locally