HackyMiner

Results 29 issues of HackyMiner

This is a working prototype for EthereumStratum/2.0.0 implementation, and it supports both ProgPoW and ethash. (some commits are cherrypicked for a practical reason) feel free to feedback! - [x] unified...

***Experimental*** from geth v1.8.14, geth support `--miner.notify` option to push mining works. this fix support notification feature of the latest geth. for this case, `geth .... --miner.notify 127.0.0.1:8888/notify` option needed.

Nicehash(EthereumStratum/1.0.0) support based on Wolfgang Frisch's working prototype. ~~~ Author: Wolfgang Frisch Date: Mon Sep 25 19:24:09 2017 +0200 NiceHash support: working prototype ~~~ unified nicehash + ethproxy and cleanup...

fixed last change to support both geth and parity

## WARNING this is an experimental PR *Please do not merge it*

fixes settings variable name `settings.github-repo` to `settings.githubRepo` as intended

* [x] fixed `tools/richlist.js` bug with a geth/parity style genesis.json * [x] support partial accounts update with a given json file. (e.g) `$ node tools/richlist.js myaccounts.json` support searchable account like...

enhancement
waiting for review

*Please do not merge it (WIP)* any suggestions are welcomed - [x] Transaction chart - [x] fix for speed issue => reduced range, make default range configurable. - [x] total...

enhancement
work in progress

configurable menu items. - extract all menus from `public/tpl/header.html` to the `config.example.json` - tuning `hr` css style in a `.dropdown-menu` ## example ```js //... "menu": { //... "Misc": { "link":"",...