mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
Add config file support for network type selection
This commit is contained in:
parent
d2b1c5f37c
commit
a5a04fe72c
6 changed files with 104 additions and 10 deletions
24
doc/bitsquare.config
Normal file
24
doc/bitsquare.config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue