INITIAL_CREDIT
, and then builds up CREDIT_PER_DAY
for each day the service node remains active, up to a maximum of DECOMMISSION_MAX_CREDIT
.INITIAL_CREDIT
CREDIT_PER_DAY
DECOMMISSION_MAX_CREDIT
MINIMUM
MINIMUM
). If so, instead of submitting a deregistration, the quorum instead submits a decommission. This removes the service node from the list of active service nodes, both for rewards and for any active network duties.State_Change
transaction to decommission or deregister the service node, or drop it to the bottom of the rewards list.MINIMUM
credits, it will be decommissioned. If it does not have at least MINIMUM
credits, it will be directly deregistered.MINIMUM
credits, it will be decommissioned. If it does not have at least MINIMUM
credits, it will be directly deregistered.Register
transaction, which changes the state of a service node from awaiting
to active
.Register TX
Awaiting -> Active
Decommission TX
Active -> Decommissioned
Recommission TX
Decommissioned -> Active
IP Change TX
Deregister TX
Active -> Deregistered
/ Decommissioned -> Deregistered