forked from cubedro/eth-netstats
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
HackyMiner edited this page Oct 15, 2018
·
1 revision
This is an eth-netstats fork to make it more configurable
- support configurable settings
- support mobile layout
- stylish default dark theme
- support poolstats using open-ethereum-pool api.
- more mobile friendly
module.exports = {
title: "Ethersocial Network",
settings: {
googleFontFamily: "Open Sans",
fontFamily: "Open Sans",
themeColor: "#121312",
customCss: "dark.css", // custom css
//logoImage: "esn-stroke1.svg", // custom logo to replace block icon
favicon: "esn-16x16-bw.ico", // custom favicon
//notice: "Ethersocial Network"
},
trusted,
banned,
blocktimeBins: 300, // default:64
maxMiners: 5, // default: 2
reserved
};