Allow PreCommit collateral to be moved from miner available balance #6603
Labels
area/sealing
area/ux
Area: UX
good first issue
Good for newcomers
kind/discussion
Kind: Discussion
P2
P2: Should be resolved
Milestone
Precommit collateral is moved from miner available balance in miner actor. Currently, in lotus, we are "forcing" the collateral to be paid from the worker/control address of the miner with the precommitsector message which leads miners to need to monitor the address balance closely so to maintain their miner operations = even they have enough funds in available balance to cover the collateral.
Two proposals we have:
A: Add a check to see if miner's enough available balance to cover
collateral + buffer
, if it does, don't send any more funds with the message, if not, send the collateral with the message.B: make it configuration for miner to chose if they want to pay off using available balance or worker/control address.
The text was updated successfully, but these errors were encountered: