summaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin/files/bitcoin.conf
blob: 872a64ef57fcd8f1b01cfbf8d686e4931f09508d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# FreeBSD bitcoind configuration file

# This file is used by bitcoind
# The GUI and CLI will default to generating and using ~/.bitcoin/bitcoin.conf
#
# bitcoin has hundreds of config options and there isn't a single mode of
# operation (mining, client, testnet etc)  that can be easily covered by a
# sample file.
#
# A generator for some common configurations exists at
# https://jlopp.github.io/bitcoin-core-config-generator/

# Bind to given address and always listen on it. Use [host]:port notation for IPv6
#bind=<addr>

# Specify your own public IP address.
#externalip=<ip>

# Listen for incoming connections on non-default port.
#port=<port>

# Connect via a SOCKS5 proxy
#proxy=127.0.0.1:9050