Skip to content

Commit

Permalink
Add additional seed node
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed Mar 20, 2018
1 parent cb1bdc5 commit ed98fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class CMainParams : public CChainParams {

// Note that of those with the service bits flag, most only support a subset of possible options
vSeeds.emplace_back("seed1.florincoin.org", false);
vSeeds.emplace_back("node.oip.fun", false);
vSeeds.emplace_back("flodns.oip.li", false);
vSeeds.emplace_back("flodns.oip.fun", false);
vSeeds.emplace_back("flodns.seednode.net", false);
Expand Down

0 comments on commit ed98fa9

Please sign in to comment.