From 6b9d2434182d18c83115c7bed45d894b5c88bbc9 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 20 Mar 2025 18:13:31 +0000 Subject: [PATCH] Update register.md net-reward is required for this command now. --- docs/validators/register.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validators/register.md b/docs/validators/register.md index 78041033..166039e1 100644 --- a/docs/validators/register.md +++ b/docs/validators/register.md @@ -54,7 +54,7 @@ libra txs validator register libra txs validator vouch --vouch-for # submit a bid to be in the validator set -libra txs validator pof --bid-pct --expiry +libra txs validator pof --net-reward --bid-pct --expiry # run as a fullnode and switch to the validator mode once entered the set, check the detailed instructions below the page. ``` @@ -142,7 +142,7 @@ libra txs validator vouch --vouch-for ### Bid to be in the validator set 0L Network uses Proof-of-Fee for sybil resistance, instead of Proof-of-Stake. You don't need any stake to join, but you just need to be able to bid on how much you are willing to pay to be in the validator set. The cheapest bid proposed by validators will be actually what all validators pay (uniform price auction). ``` bash -libra txs validator pof --bid-pct --expiry +libra txs validator pof --net-reward --bid-pct --expiry ``` ### Run the node as fullnode and then validator mode