Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Use helium.io, remove seed_dns from blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Allen committed Aug 9, 2021
1 parent 6895318 commit 30bc0a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{libp2p,
[
{use_dns_for_seeds, true},
{seed_dns_cname, "seed-test.helium.wtf"},
{seed_dns_cname, "seed.helium.io"},
{similarity_time_diff_mins, 30},
{random_peer_pred, fun miner_util:random_val_predicate/1},
{node_aliases,
Expand All @@ -53,7 +53,6 @@
{onboarding_dir, "/mnt/uboot"},
{num_consensus_members, 16},
{seed_nodes, "/ip4/35.166.211.46/tcp/2154,/ip4/44.236.95.167/tcp/2154,/ip4/3.34.61.168/tcp/2154"},
{seed_node_dns, ""},
{peerbook_update_interval, 900000},
{max_inbound_connections, 6},
{outbound_gossip_connections, 2},
Expand Down

0 comments on commit 30bc0a4

Please sign in to comment.