Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/net-p2p/bitcoin/files/bitcoin.conf
70117 views
1
# FreeBSD bitcoind configuration file
2
3
# This file is used by bitcoind
4
# The GUI and CLI will default to generating and using ~/.bitcoin/bitcoin.conf
5
#
6
# bitcoin has hundreds of config options and there isn't a single mode of
7
# operation (mining, client, testnet etc) that can be easily covered by a
8
# sample file.
9
#
10
# A generator for some common configurations exists at
11
# https://jlopp.github.io/bitcoin-core-config-generator/
12
13
# Bind to given address and always listen on it. Use [host]:port notation for IPv6
14
#bind=<addr>
15
16
# Specify your own public IP address.
17
#externalip=<ip>
18
19
# Listen for incoming connections on non-default port.
20
#port=<port>
21
22
# Connect via a SOCKS5 proxy
23
#proxy=127.0.0.1:9050
24
25