Skip to content

Commit

Permalink
Add Nodes and new Graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jan 30, 2018
1 parent 7e7d34f commit 694221c
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/chainparams.cpp
Expand Up @@ -131,18 +131,12 @@ class CMainParams : public CChainParams {

// Note that of those with the service bits flag, most only support a subset of possible options

vSeeds.emplace_back("188.68.52.172", true);
vSeeds.emplace_back("37.120.186.85", true);
vSeeds.emplace_back("37.120.186.85", true);
vSeeds.emplace_back("188.71.223.206", true);
vSeeds.emplace_back("37.120.190.76", false);
vSeeds.emplace_back("37.120.186.85", false);
vSeeds.emplace_back("185.194.140.60", false);
vSeeds.emplace_back("188.71.223.206", false);
vSeeds.emplace_back("185.194.142.122", false);

/*
vSeeds.push_back(CDNSSeedData("188.68.52.172", "188.68.52.172"));
vSeeds.push_back(CDNSSeedData("37.120.186.85", "37.120.186.85"));
vSeeds.push_back(CDNSSeedData("37.120.190.76", "37.120.190.76"));
*/

/*
vSeeds.emplace_back("seed-a.litecoin.loshan.co.uk", true);
vSeeds.emplace_back("dnsseed.thrasher.io", true);
Expand Down
Binary file modified src/qt/res/icons/about.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/bitcore.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/bitcore_logo_horizontal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/bitcore_splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/bitcore_logo_horizontal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/bitcore_main_hgB.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/images/bitcore_main_hgB_old.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 694221c

Please sign in to comment.