mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
8c9557c891
This commit changes the previous option value of 'networkType' to 'bitcoin.network' and exposes it through the ArgumentParser.
23 lines
614 B
Plaintext
23 lines
614 B
Plaintext
# 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:
|
|
# bitcoin.network=regtest | testnet | mainnet
|
|
|
|
bitcoin.network=regtest
|