Skip to content

Commit

Permalink
Seednodes, Checkpoints, Icon, Fix
Browse files Browse the repository at this point in the history
Seednodes and Checkpoint added, new Icon, Fix 0942473 "duff to docz"
  • Loading branch information
Krekeler committed Nov 1, 2018
1 parent 0942473 commit 625f082
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion contrib/seeds/nodes_main.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
85.214.65.60:41319
95.216.143.13:41319
195.201.226.128:41319
107.172.248.127:41319
159.69.189.185:41319
195.201.226.128:41319
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ class CMainParams : public CChainParams {
( 1444, uint256S("0x000052ddaadcb557173492fc2b0a381d63917532b6c933b7145410d491ba5167"))
( 4600, uint256S("0x00003e6d58a4974170d74f8ccb55aca3afeca21fc6a25789c64a88ac3b44c239"))
( 8410, uint256S("0x000000dcc96e66827c73c603c96683bb53d536e878fa282ef3e1a30ee42c4121"))
( 15000, uint256S("0x0000024a04c4ac9eb28385fa0a18b6911b7ee22c64c3af476cd72bcf27fa136f"))
};

chainTxData = ChainTxData{
Expand Down
3 changes: 2 additions & 1 deletion src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x55,0xd6,0x41,0x3c}, 41319},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x5f,0xd8,0x8f,0x0d}, 41319},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6b,0xac,0xf8,0x7f}, 41319},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x9f,0x45,0xbd,0xb9}, 41319},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc3,0xc9,0xe2,0x80}, 41319}
};

static SeedSpec6 pnSeed6_test[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x55,0xd6,0x41,0x3c}, 41419},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x5f,0xd8,0x8f,0x0d}, 41419},
Expand Down
4 changes: 2 additions & 2 deletions src/qt/bitcoinunits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ QString BitcoinUnits::name(int unit)
case DMS: return QString("tDMS");
case mDMS: return QString("mtDMS");
case uDMS: return QString::fromUtf8("μtDMS");
case ddocs: return QString("tdocz");
case docz: return QString("tdocz");
default: return QString("???");
}
}
Expand Down Expand Up @@ -101,7 +101,7 @@ qint64 BitcoinUnits::factor(int unit)
case DMS: return 100000000;
case mDMS: return 100000;
case uDMS: return 100;
case docs: return 1;
case docz: return 1;
default: return 100000000;
}
}
Expand Down
Binary file modified src/qt/res/icons/bitcoin.ico
Binary file not shown.
Binary file modified src/qt/res/icons/bitcoin.png
Loading
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/light/about.png
Loading
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/light/about.png
Loading
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/light/splash.png
Loading
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/light/splash_testnet.png
Loading
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 625f082

Please sign in to comment.