From 2c2bc8a360430acd0f09432f75fa37be65e1c162 Mon Sep 17 00:00:00 2001 From: dasman Date: Fri, 30 Aug 2024 00:58:11 +0300 Subject: [PATCH] tau: add missed manual peers section --- bin/tau/taud/taud_config.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bin/tau/taud/taud_config.toml b/bin/tau/taud/taud_config.toml index 7cebd2d03..fa78978ab 100644 --- a/bin/tau/taud/taud_config.toml +++ b/bin/tau/taud/taud_config.toml @@ -50,7 +50,7 @@ [workspace."darkfi-dev"] read_key = "4WhacatfZ314eM4aE2MYDUmDZczKpHwZo2u9zwQRaGhE" write_public_key = "Fgsc8tep4KX3Rb2drq8RxMyrHFWQ7wZaZPpF9F3GQYFG" -# write_key = "" +#write_key = "" # P2P network settings [net] @@ -61,16 +61,16 @@ hostlist = "~/.local/darkfi/taud/hostlist.tsv" #inbound = ["tcp+tls://0.0.0.0:23331", "tcp+tls://[::]:23331"] ## Outbound connection slots -# outbound_connections = 8 +#outbound_connections = 8 ## Inbound connection slots #inbound_connections = 8 ## White connection percent -# gold_connect_count = 2 +#gold_connect_count = 2 ## White connection percent -# white_connect_percent = 70 +#white_connect_percent = 70 ## Addresses we want to advertise to peers (optional) ## These should be reachable externally @@ -84,6 +84,9 @@ seeds = [ # "tor://f5mldz3utfrj5esn7vy7osa6itusotix6nsjhv4uirshkcvgglb3xdqd.onion:5362" ] +## Manual peers to connect to +#peers = [] + # Whitelisted transports for outbound connections allowed_transports = ["tcp+tls"] #allowed_transports = ["tor"]