rocket-pool / smartnode

The CLI package for Rocket Pool smart nodes.
GNU General Public License v3.0
145 stars 114 forks source link

When staking the minimum amount of RPL `node status` returns with "allowing it to run 0 minipool(s) in total." #144

Open htimsk opened 3 years ago

htimsk commented 3 years ago

After successfully staking the minimum amount of RPL in rocketpool node k

Please choose an amount of RPL to stake:
1: The minimum minipool stake amount (264.423233 RPL)?

The node status command returns with the display of:

The node has a total stake of 264.423233 RPL and an effective stake of 0.000000 RPL, allowing it to run 0 minipool(s) in total.

The node is at the 10% minimum and it should be allowed to run 1 minipool as the RPL price did not adjust between the commands. Staking a few more RPL tokens altered the node status to read allowing it to run 1 minipool(s) in total.

jclapis commented 3 years ago

Potentially fixed by https://github.com/rocket-pool/smartnode/commit/61ca5b714b3ac6654336e2207e6a8fb43c68daae, can you try this with 1.0.0-RC1 when it's out?

htimsk commented 3 years ago

Will do!