open-ethereum-pool icon indicating copy to clipboard operation
open-ethereum-pool copied to clipboard

Experimental: support geth `--miner.notify` option to push mining jobs

Open hackmod opened this issue 4 years ago • 1 comments

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.

hackmod avatar Jul 06 '20 01:07 hackmod

Tried applying to openethereum, doesn't work. Used notify_work = ["http://127.0.0.1:8888/notify/"]. Is there an option for openethereum?

baginail avatar Sep 21 '21 06:09 baginail