haveno/doc/bitsquare.conf
Chris Beams 56409c0177
Rename app.cli.{SeedNode => BootstrapNode}
With this commit we're now using the naming "bootstrap node" everywhere
as opposed to the more fuzzy notion of "seed node" (which was originally
borrowed from Bitcoin Core, but doesn't really describe what we're up to
very well.

As it turns out, Kademlia also uses the terminology "bootstrap node" [1], so
we're in good company with this change.

[1]: https://en.wikipedia.org/wiki/Kademlia#Joining_the_network
2014-11-10 15:04:42 +01:00

22 lines
606 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 | testnet | mainnet
networkType=regtest