diff --git a/README.md b/README.md index a69f693..0f62166 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ESN Explorer +# Hydnora Explorer -Live Version: [ethersocial.net](https://ethersocial.net) +Live Version: [Hydnora.org](https://Hydnora.org) @@ -8,7 +8,7 @@ Clone the repo -`git clone https://github.com/ethersocial/explorer` +`git clone https://github.com/hydnora/explorer` Download [Nodejs and npm](https://docs.npmjs.com/getting-started/installing-node "Nodejs install") if you don't have them @@ -42,10 +42,10 @@ Basic settings: "patch": true, "patchBlocks": 100, "settings": { - "symbol": "ESN", - "name": "Ethersocial Network", - "title": "Ethersocial Network Block Explorer", - "author": "Elaine" + "symbol": "HYDNORA", + "name": "Hydnora Network", + "title": "Hydnora Network Block Explorer", + "author": "Hora" } } diff --git a/config.example.json b/config.example.json deleted file mode 100644 index 5cece26..0000000 --- a/config.example.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "nodeAddr": "localhost", - "gethPort": 8545, - "startBlock": 0, - "endBlock": "latest", - "quiet": true, - "syncAll": true, - "patch": true, - "patchBlocks": 100, - "settings": { - "symbol": "ESN", - "name": "Ethersocial Network", - "title": "Ethersocial Network Block Explorer", - "author": "Elaine" - } -} \ No newline at end of file diff --git a/config.json b/config.json index 5aac0e8..ccea081 100644 --- a/config.json +++ b/config.json @@ -1,64 +1,16 @@ { - "nodeAddr": "localhost", - "gethPort": 8545, - "startBlock": 0, + "nodeAddr": "80.211.107.173", + "gethPort": 8504, + "startBlock": 5000, + "endBlock": "latest", "quiet": true, "syncAll": true, "patch": true, "patchBlocks": 100, - "bulkSize": 100, - "rewards": { - "estimateUncle": 0.033, - "enableECIP1017": false, - "genesisAlloc": { - "total": 49922489.5246415000, - "Development": 17000000, - "Private": 13000000, - "Alpha beta mining": 922489.5246415000, - "Marketing": 9000000, - "Airdrop": 4000000, - "Burned": 1000000, - "Bounty": 5000000 - }, - "blocks": [ - { "start": 1, "reward": 9e+18, "uncle": 0.90625 }, - { "start": 600000, "reward": 5e+18, "uncle": 0.90625 } - ] - }, "settings": { - "symbol": "ESN", - "name": "Ethersocial Network", - "title": "Ethersocial Network Block Explorer", - "author": "Elaine", - "contact": "mailto:support@ethersocial.network", - "about": "This is an open source Blockchain Explorer.", - "rss": "https://www.ethersocial.network", - "reddit": "https://www.reddit.com/r/ethersocial", - "twitter": "https://twitter.com/ESNfoundation", - "linkedin": "https://www.linkedin.com/company/ethersocial", - "github": "https://github.com/ethersocial", - "logo": "/img/explorer-logo.png", - "customCss": "green-haze.min.css", - "copyright": "2018 © Ethersocial Network.", - "useEthFiat": false, - "miners": { - "0x2eb64b8ab13f0d7823158217d15ba310ed3d0e58": "TopMining", - "0xe3ec5ebd3e822c972d802a0ee4e0ec080b8237ba": "SejunPool", - "0x0b292a321fe5e20cc943648a782184f8ab44d2eb": "MoricPool", - "0x2930822031420731f09dce572554a8b8c1eaa09b": "Gonsmine", - "0xc734480388db099cb43fd1c3ed530b39b9d8d567": "GonsPool", - "0x498c6f9063705054fae07260d4176c3d55a97650": "DreamPool1", - "0x18fcccbe8d92b481a0e9cc4b55666da9bc3b08e7": "DreamPool2", - "0xd144e30a0571aaf0d0c050070ac435deba461fab": "Clona", - "0x9bcf3e61f09fd2c9e9d60b5a590ed3ca726f6e7d": "Baikalmine", - "0xf35074bbd0a9aee46f4ea137971feec024ab704e": "SoloPool", - "0xfc35930abb108ae6cae33fd065dfb799808ea326": "Comining", - "0xfb630243f8c9a141fd96b8ad9250bf999be76d4e": "8bit_mine", - "0xf14c7317c151ed6d5ed073082f1fa568d8d73ecb": "CubePool", - "0x12d1784e324156b707e3d02d07b86f587c3f7e78": "MiningPoolHub", - "0x163917fcce019633b7021bf43d8d0aeab6842ea7": "Etherdig", - "0x9a09f1085a3da9838f357568f97e3c27a599f72b": "DrunkenPool", - "0xc02ab66f5648b6d9d511f466b772647c619f2552": "KoinPool" - } + "symbol": "HYDNORA", + "name": "HYDNORA Network", + "title": "HYDNORA Network Block Explorer", + "author": "Elaine" } -} \ No newline at end of file +} diff --git a/config_.json b/config_.json new file mode 100644 index 0000000..ae60f71 --- /dev/null +++ b/config_.json @@ -0,0 +1,64 @@ +{ + "nodeAddr": "localhost", + "gethPort": 8504, + "startBlock": 0, + "quiet": true, + "syncAll": true, + "patch": true, + "patchBlocks": 100, + "bulkSize": 100, + "rewards": { + "estimateUncle": 0.033, + "enableECIP1017": false, + "genesisAlloc": { + "total": 49922489.5246415000, + "Development": 17000000, + "Private": 13000000, + "Alpha beta mining": 922489.5246415000, + "Marketing": 9000000, + "Airdrop": 4000000, + "Burned": 1000000, + "Bounty": 5000000 + }, + "blocks": [ + { "start": 1, "reward": 9e+18, "uncle": 0.90625 }, + { "start": 600000, "reward": 5e+18, "uncle": 0.90625 } + ] + }, + "settings": { + "symbol": "ESN", + "name": "Ethersocial Network", + "title": "Ethersocial Network Block Explorer", + "author": "Elaine", + "contact": "mailto:support@ethersocial.network", + "about": "This is an open source Blockchain Explorer.", + "rss": "https://www.ethersocial.network", + "reddit": "https://www.reddit.com/r/ethersocial", + "twitter": "https://twitter.com/ESNfoundation", + "linkedin": "https://www.linkedin.com/company/ethersocial", + "github": "https://github.com/ethersocial", + "logo": "/img/explorer-logo.png", + "customCss": "green-haze.min.css", + "copyright": "2018 © Ethersocial Network.", + "useEthFiat": false, + "miners": { + "0x2eb64b8ab13f0d7823158217d15ba310ed3d0e58": "TopMining", + "0xe3ec5ebd3e822c972d802a0ee4e0ec080b8237ba": "SejunPool", + "0x0b292a321fe5e20cc943648a782184f8ab44d2eb": "MoricPool", + "0x2930822031420731f09dce572554a8b8c1eaa09b": "Gonsmine", + "0xc734480388db099cb43fd1c3ed530b39b9d8d567": "GonsPool", + "0x498c6f9063705054fae07260d4176c3d55a97650": "DreamPool1", + "0x18fcccbe8d92b481a0e9cc4b55666da9bc3b08e7": "DreamPool2", + "0xd144e30a0571aaf0d0c050070ac435deba461fab": "Clona", + "0x9bcf3e61f09fd2c9e9d60b5a590ed3ca726f6e7d": "Baikalmine", + "0xf35074bbd0a9aee46f4ea137971feec024ab704e": "SoloPool", + "0xfc35930abb108ae6cae33fd065dfb799808ea326": "Comining", + "0xfb630243f8c9a141fd96b8ad9250bf999be76d4e": "8bit_mine", + "0xf14c7317c151ed6d5ed073082f1fa568d8d73ecb": "CubePool", + "0x12d1784e324156b707e3d02d07b86f587c3f7e78": "MiningPoolHub", + "0x163917fcce019633b7021bf43d8d0aeab6842ea7": "Etherdig", + "0x9a09f1085a3da9838f357568f97e3c27a599f72b": "DrunkenPool", + "0xc02ab66f5648b6d9d511f466b772647c619f2552": "KoinPool" + } + } +} diff --git a/public/css/custom.css b/public/css/custom.css index 362fe52..46a645f 100755 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -49,7 +49,7 @@ img.logo-default { } .portlet.light { padding: 12px 20px 15px; - background-color: #fff; + background-color: #020100; } .home-tx{ font-size: 12px; @@ -146,10 +146,10 @@ input::-moz-placeholder{-webkit-text-fill-color:#9387fd;color:#9387fd;} input:-ms-input-placeholder{-webkit-text-fill-color:#9387fd;color:#9387fd;} input::placeholder{-webkit-text-fill-color:#9387fd;color:#9387fd;} .page-header .page-header-menu, .page-header .page-header-top{ -background:#33f3ca; -background:-moz-linear-gradient(left, #33f3ca 0%, #75baff 50%, #b591ff 100%); -background:-webkit-linear-gradient(left, #33f3ca 0%,#75baff 50%,#b591ff 100%); -background:linear-gradient(to right, #33f3ca 0%,#75baff 50%,#b591ff 100%); +background:#f37a33; +background:-moz-linear-gradient(left, #f37a33 0%,#5a3f1e 50%,#f10934 100%); +background:-webkit-linear-gradient(left, #f37a33 0%,#5a3f1e 50%,#f10934 100%); +background:linear-gradient(to right, #f37a33 0%,#5a3f1e 50%,#f10934 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33f3ca', endColorstr='#b591ff',GradientType=1); } .page-header .page-header-top .page-logo{margin-top:1.131vh;height:auto;z-index:5;} @@ -180,7 +180,7 @@ img.logo-default{width:252px;height:auto;} .alert-info{color:#79a0d0;background-color:#f0f7ff;border-color:#f0f7ff;} .alert-info a{color:#79a0d0;} -.todo-tasklist-item{background-color:#f7f7f7;} +.todo-tasklist-item{background-color:#332e2e;} div .todo-tasklist-item:hover{background-color:#f3f3f3;} .item-border-green{border-color:#4adee0;} @@ -206,7 +206,7 @@ div .todo-tasklist-item:hover{background-color:#f3f3f3;} .dashboard-stat2 .display .number h3, .dashboard-stat2 .display .number h3>small{font-size:48px;font-weight:300;} .fade-in-up.ng-scope .row .col-lg-3.col-md-3.col-sm-6.col-xs-12 .dashboard-stat2, .fade-in-up.ng-scope .row .dashboard-stat2{padding:0;} .fade-in-up.ng-scope .ng-scope>.row{margin:0;} -.fade-in-up.ng-scope .ng-scope>.row .col-lg-3.col-md-3.col-sm-6.col-xs-12{padding:0;} +.fade-in-up.ng-scope .ng-scope>.row .col-lg-3.col-md-3.col-sm-6.col-xs-12{padding:1;} .fade-in-up.ng-scope .row .display .number>small{font-size:12px;letter-spacing:0;font-weight:700;} .dashboard-stat2 .display{margin-bottom:0;text-align:center;} .dashboard-stat2 .display .number{letter-spacing:-1px;float:none;} @@ -214,7 +214,7 @@ div .todo-tasklist-item:hover{background-color:#f3f3f3;} .font_gray_e{color:#878eaf!important;} -.font_black_e{color:#141c2c!important;} +.font_black_e{color:#aaa6a5f0!important;} .page-spinner-bar{margin-top:-84px;margin-left:-98px;top:50%;left:50%;} diff --git a/public/css/layout.css b/public/css/layout.css index df2b840..890b42b 100755 --- a/public/css/layout.css +++ b/public/css/layout.css @@ -1150,6 +1150,7 @@ body,html { .page-content { padding: 15px 0; + background-color: #73a3cc; } @media (min-width:992px) { @@ -1172,6 +1173,7 @@ body,html { .page-content { padding-top: 0; + background-color: #73a3cc; } } diff --git a/public/css/stats.css b/public/css/stats.css index e20af40..fdaa4bc 100644 --- a/public/css/stats.css +++ b/public/css/stats.css @@ -83,4 +83,5 @@ path { } text { font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; - } \ No newline at end of file + fill: lightsteelblue; + } diff --git a/public/images b/public/images new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/public/images @@ -0,0 +1 @@ + diff --git a/public/img/loading.gif b/public/img/loading.gif index 1adfc22..d785b9b 100644 Binary files a/public/img/loading.gif and b/public/img/loading.gif differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..16b7f4a Binary files /dev/null and b/public/logo.png differ diff --git a/public/tpl/footer.html b/public/tpl/footer.html index d74afaf..49b11f0 100755 --- a/public/tpl/footer.html +++ b/public/tpl/footer.html @@ -5,7 +5,7 @@
@@ -45,4 +45,4 @@