mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
24 lines
No EOL
632 B
Text
24 lines
No EOL
632 B
Text
# If that file is available in the data directory the defined properties will be used.
|
|
|
|
# Here are the typical locations for the data directory:
|
|
|
|
# Windows:
|
|
# %APPDATA%\Bitcoin\
|
|
# (XP) C:\Documents and Settings\username\Application Data\Bitcoin\bitcoin.conf
|
|
# (Vista, 7) C:\Users\username\AppData\Roaming\Bitcoin\bitcoin.conf
|
|
|
|
# Linux:
|
|
# $HOME/.bitcoin/
|
|
# /home/username/.bitcoin/bitcoin.conf
|
|
|
|
# Mac OSX:
|
|
# $HOME/Library/Application Support/Bitcoin/
|
|
# /Users/username/Library/Application Support/Bitcoin/bitcoin.conf
|
|
|
|
|
|
# Supported properties:
|
|
# networkType=regtest
|
|
# networkType=testnet
|
|
# networkType=mainnet
|
|
|
|
networkType=regtest |