Path: blob/main/net-p2p/bitcoin/files/bitcoin.conf
70117 views
# FreeBSD bitcoind configuration file12# This file is used by bitcoind3# The GUI and CLI will default to generating and using ~/.bitcoin/bitcoin.conf4#5# bitcoin has hundreds of config options and there isn't a single mode of6# operation (mining, client, testnet etc) that can be easily covered by a7# sample file.8#9# A generator for some common configurations exists at10# https://jlopp.github.io/bitcoin-core-config-generator/1112# Bind to given address and always listen on it. Use [host]:port notation for IPv613#bind=<addr>1415# Specify your own public IP address.16#externalip=<ip>1718# Listen for incoming connections on non-default port.19#port=<port>2021# Connect via a SOCKS5 proxy22#proxy=127.0.0.1:9050232425