Skip to content

Commit

Permalink
networking settings for scalenet
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Oct 20, 2020
1 parent c163754 commit 97c9fea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ settings::settings(domain::config::network context)
seeds.emplace_back("seed.tbch4.loping.net", 28333);
break;
}

case domain::config::network::scalenet: {
inbound_port = 38333;
identifier = netmagic::bch_scalenet;
seeds.reserve(3);
seeds.emplace_back("scalenet-seed-bch.bitcoinforks.org", 38333);
seeds.emplace_back("scalenet-seed-bch.toom.im", 38333);
seeds.emplace_back("seed.sbch.loping.net", 38333);
break;
}
#endif //KTH_CURRENCY_BCH
}
}
Expand Down

0 comments on commit 97c9fea

Please sign in to comment.