mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -04:00

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
22 lines
606 B
Text
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
|