HackyMiner
HackyMiner
rebased
Currently, the official web3.js does not support the parity extension named "trace", and I don't know why the parity extension used in the etc-explorer before, anyway, PR #136 use the...
@d3sh not exactly same functionality exists but a similar result can be obtained, PR #136 is updated now~
yea! ETC explorer is most likely etherscan.io style clone, I guess.
How about `simple-summay-stats.html` like as following  Iv made it as a directive to replace the `summary-stats` directive. this directive make use of the modified `getHashrate()` function found at `routes/stats.js`
OK! PR #91 is my try (similar with the eth-netstat style)
and... Iv found two outdated link. - http://www.ethereumclassic.com, found at `public/tpl/footer.html` PR #94 - http://etc.minertopia.org, found at the main home. see also PR #91 (the broken link removed by this...
looks like somewhat older `config.json` (not `conf.json`) and the current `config.example.json` example is outdated. ~~~js { "nodeAddr": "localhost", // check this "gethPort": 8545, // check this "startBlock": 0, "quiet": true,...
there are 3 related options exist (not documented) - `settings.showRichList` : toggle main account(richlist) menu - one can toggle it's menu for some reason - default is `false` - `useRichList`...
rebased