You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the active_difficulty RPC must be polled to monitor changes in work difficulty seen on the network. To assist integrations managing work generation efforts external to the node, add a new websocket subscription for active_difficulty.
This requires creation of a new observer set that would monitor and fire notifications with each cycle of difficulty changes (16-36sec depending on network conditions). These notifications should include the same details as found in the active_difficulty RPC - network_minimum, network_current and multiplier.
A single subscription without additional options for this should work.
The text was updated successfully, but these errors were encountered:
Currently the
active_difficulty
RPC must be polled to monitor changes in work difficulty seen on the network. To assist integrations managing work generation efforts external to the node, add a new websocket subscription foractive_difficulty
.This requires creation of a new observer set that would monitor and fire notifications with each cycle of difficulty changes (16-36sec depending on network conditions). These notifications should include the same details as found in the
active_difficulty
RPC -network_minimum
,network_current
andmultiplier
.A single subscription without additional options for this should work.
The text was updated successfully, but these errors were encountered: