File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,11 @@ hosts_file = hosts.cache
5959self = 0.0.0.0:0
6060# IP address to disallow as a peer, multiple entries allowed.
6161# blacklist = 127.0.0.1
62- # Persistent host:port channels, multiple entries allowed.
63- # peer = obelisk.airbitz.co:8333
62+ # A persistent peer node, multiple entries allowed.
63+ # mainnet1.libbitcoin.net:8333
64+ # mainnet2.libbitcoin.net:8333
65+ # testnet1.libbitcoin.net:18333
66+ # testnet2.libbitcoin.net:18333
6467# A seed node for initializing the host pool, multiple entries allowed, defaults shown.
6568seed = seed.bitnodes.io:8333
6669seed = seed.bitcoinstats.com:8333
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ options_metadata parser::load_settings()
275275 (
276276 " network.peer" ,
277277 value<config::endpoint::list>(&configured.network .peers ),
278- " Persistent host:port channels , multiple entries allowed."
278+ " A persistent peer node , multiple entries allowed."
279279 )
280280 (
281281 " network.seed" ,
You can’t perform that action at this time.
0 commit comments