Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley authored and Wesley committed Sep 1, 2023
1 parent 7934560 commit b565b20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cactus/util/initial-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ network_overrides: &network_overrides
default_full_node_port: 511444

selected_network: &selected_network "mainnet"
ALERTS_URL: https://download.cactus-network.net.net/notify/mainnet_alert.txt
ALERTS_URL: https://download.cactus-network.net/notify/mainnet_alert.txt
CACTUS_ALERTS_PUBKEY: 89b7fd87cb56e926ecefb879a29aae308be01f31980569f6a75a69d2a9a69daefd71fb778d865f7c50d6c967e3025937

# public ssl ca is included in source code
Expand Down Expand Up @@ -87,7 +87,7 @@ seeder:
crawler_db_path: "crawler.db"
# Peers used for the initial run.
bootstrap_peers:
- "node.cactus-network.net.net"
- "node.cactus-network.net"
# Only consider nodes synced at least to this height.
minimum_height: 240000
# How many of a particular version we need to see before reporting it in the logs
Expand Down Expand Up @@ -371,15 +371,15 @@ full_node:
# List of trusted DNS seeders to bootstrap from.
# If you modify this, please change the hardcode as well from FullNode.set_server()
dns_servers:
- "dns-introducer.cactus-network.net.net"
- "dns-introducer.cactus-network.net"
farmer_peer:
host: *self_hostname
port: 11447
timelord_peer:
host: *self_hostname
port: 11446
introducer_peer:
host: introducer.cactus-network.net.net # Cactus AWS introducer IPv4/IPv6
host: introducer.cactus-network.net # Cactus AWS introducer IPv4/IPv6
port: 11444
wallet_peer:
host: *self_hostname
Expand Down Expand Up @@ -451,7 +451,7 @@ wallet:
initial_num_public_keys: 425

dns_servers:
- "dns-introducer.cactus-network.net.net"
- "dns-introducer.cactus-network.net"

full_node_peer:
host: *self_hostname
Expand Down Expand Up @@ -484,7 +484,7 @@ wallet:
recent_peer_threshold: 6000

introducer_peer:
host: introducer.cactus-network.net.net # Cactus AWS introducer IPv4/IPv6
host: introducer.cactus-network.net # Cactus AWS introducer IPv4/IPv6
port: 11444

ssl:
Expand Down

0 comments on commit b565b20

Please sign in to comment.