Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ESN Explorer
# Hydnora Explorer

<b>Live Version: [ethersocial.net](https://ethersocial.net)</b>
<b>Live Version: [Hydnora.org](https://Hydnora.org)</b>



## Local installation

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

Expand Down Expand Up @@ -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"
}
}

Expand Down
16 changes: 0 additions & 16 deletions config.example.json

This file was deleted.

66 changes: 9 additions & 57 deletions config.json
Original file line number Diff line number Diff line change
@@ -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 &copy; 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"
}
}
}
64 changes: 64 additions & 0 deletions config_.json
Original file line number Diff line number Diff line change
@@ -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 &copy; 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"
}
}
}
16 changes: 8 additions & 8 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ img.logo-default {
}
.portlet.light {
padding: 12px 20px 15px;
background-color: #fff;
background-color: #020100;
}
.home-tx{
font-size: 12px;
Expand Down Expand Up @@ -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;}
Expand Down Expand Up @@ -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;}

Expand All @@ -206,15 +206,15 @@ 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;}



.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%;}

Expand Down
2 changes: 2 additions & 0 deletions public/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,7 @@ body,html {

.page-content {
padding: 15px 0;
background-color: #73a3cc;
}

@media (min-width:992px) {
Expand All @@ -1172,6 +1173,7 @@ body,html {

.page-content {
padding-top: 0;
background-color: #73a3cc;
}
}

Expand Down
3 changes: 2 additions & 1 deletion public/css/stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ path {
}
text {
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
fill: lightsteelblue;
}
1 change: 1 addition & 0 deletions public/images
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file modified public/img/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions public/tpl/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="col-md-3 col-sm-6 col-xs-12 footer-block">
<h2>About</h2>
<p> {{settings.about}} </p>
<p> Powered by <a href="https://github.com/ethereumproject/explorer" target="_blank">ETC Explorer</a> </p>
<p> Powered by <a href="https://github.com/ethereumproject/explorer" target="_blank">HYDNORA Explorer</a> </p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 footer-block">
<h2>Follow Us On</h2>
Expand All @@ -28,10 +28,10 @@ <h2>Follow Us On</h2>
</ul>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 footer-block">
<h2>Help, it's Broken!</h2>
<h2>HYDNORA COIN </h2>
<address class="margin-bottom-40">
Open an Issue: <a href="https://github.com/ethersocial/explorer/issues" target="_blank">github</a>
<br> <a href="mailto:support@ethersocial.network">Email bug reports</a>
Open an Issue: <a href="https://github.com/hydnoracoin/explorer/" target="_blank">github</a>
<br> <a href="mailto:hydnoracoin@gmail.com">Email help</a>
</address>
</div>
</div>
Expand All @@ -45,4 +45,4 @@ <h2>Help, it's Broken!</h2>
<div class="scroll-to-top">
<i class="icon-arrow-up"></i>
</div>
<!-- END POST-FOOTER -->
<!-- END POST-FOOTER -->
Loading