open-ethereum-pool
open-ethereum-pool copied to clipboard
Experimental: support geth `--miner.notify` option to push mining jobs
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.
Tried applying to openethereum, doesn't work. Used notify_work = ["http://127.0.0.1:8888/notify/"]. Is there an option for openethereum?