diff --git a/common/config/presets/b_peer_seeds.toml b/common/config/presets/b_peer_seeds.toml index fd829bc57f..8b712252d2 100644 --- a/common/config/presets/b_peer_seeds.toml +++ b/common/config/presets/b_peer_seeds.toml @@ -15,6 +15,17 @@ # All DNS seed records must pass DNSSEC validation #dns_seeds_use_dnssec = false +[nextnet.p2p.seeds] +# DNS seeds hosts - DNS TXT records are queried from these hosts and the resulting peers added to the comms peer list. +dns_seeds = ["seeds.nextnet.tari.com"] +# Custom specified peer seed nodes +peer_seeds = [ + # 44444408d5fa29410d9752770f + "2c84ccdf0dcb7b4845f167ea8988166384a36451d068e0ae1bb84b5bf0d52425::/onion3/7gwfakr7ko5uo3fl3yz3fsjc7elccbzter5botggodrmmwi2exm3vbid:18141", + # bbbbbb87215db9ee00bb2763b5 + "64639314dc3c9a4b0fa57f812d68b381a882e72eb9cc20e861ce6e04936ef438::/onion3/lvsj75guqc4gfqasgyhg3of2clijf3vkgipbpufh6dmhyapp2dmuelad:18141", +] + [stagenet.p2p.seeds] # DNS seeds hosts - DNS TXT records are queried from these hosts and the resulting peers added to the comms peer list. dns_seeds = ["seeds.stagenet.tari.com"] diff --git a/common/config/presets/c_base_node.toml b/common/config/presets/c_base_node.toml index 02607a8c9f..8023036638 100644 --- a/common/config/presets/c_base_node.toml +++ b/common/config/presets/c_base_node.toml @@ -17,9 +17,6 @@ identity_file = "config/base_node_id_dibbler.json" # A path to the file that stores your node identity and secret key (default = "config/base_node_id.json") identity_file = "config/base_node_id_igor.json" -# The socket to expose for the gRPC base node server (default = "/ip4/127.0.0.1/tcp/18152") -#grpc_address = "/ip4/127.0.0.1/tcp/18152" - [esmeralda.base_node] # A path to the file that stores your node identity and secret key (default = "config/base_node_id.json") identity_file = "config/base_node_id_esmeralda.json" @@ -27,8 +24,10 @@ identity_file = "config/base_node_id_esmeralda.json" [stagenet.base_node] # A path to the file that stores your node identity and secret key (default = "config/base_node_id.json") identity_file = "config/base_node_id_stagenet.json" -# The socket to expose for the gRPC base node server (default = "/ip4/127.0.0.1/tcp/18142") -#grpc_address = "/ip4/127.0.0.1/tcp/18142" + +[nextnet.base_node] +# A path to the file that stores your node identity and secret key (default = "config/base_node_id.json") +identity_file = "config/base_node_id_nextnet.json" [base_node] # Selected network (Note: Not implemented properly, please specify on the command line) (default = "emseralda")