Add config file support for network type selection

This commit is contained in:
Manfred Karrer 2014-09-29 01:44:50 +02:00
parent d2b1c5f37c
commit a5a04fe72c
6 changed files with 104 additions and 10 deletions

24
doc/bitsquare.config Normal file
View file

@ -0,0 +1,24 @@
# 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