bisq/doc/bitsquare.conf
Chris Beams 8c9557c891
Allow configurability of bitcoin network with --bitcoin.network
This commit changes the previous option value of 'networkType' to
'bitcoin.network' and exposes it through the ArgumentParser.
2014-11-10 15:42:16 +01:00

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