Merge pull request #1282 from tendermint/1126-private-peers

private peers
This commit is contained in:
Ethan Buchman
2018-03-18 22:53:57 +01:00
committed by GitHub
9 changed files with 66 additions and 8 deletions

View File

@ -89,6 +89,7 @@ like the file below, however, double check by inspecting the
seeds = ""
# Comma separated list of nodes to keep persistent connections to
# Do not add private peers to this list if you don't want them advertised
persistent_peers = ""
# Path to address book
@ -124,6 +125,9 @@ like the file below, however, double check by inspecting the
# Authenticated encryption
auth_enc = true
# Comma separated list of peer IDs to keep private (will not be gossiped to other peers)
private_peer_ids = ""
##### mempool configuration options #####
[mempool]