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
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/running-validator/validator-stake.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,11 @@ Learn more about [transaction fees here](../implemented-proposals/transaction-fe
78
78
79
79
## Validator Stake Warm-up
80
80
81
-
Stakes need to warm up, and warmup increments are applied at Epoch boundaries,
82
-
so it can take an hour or more for stake to come fully online.
81
+
To combat various attacks on consensus, new stake delegations are subject to
82
+
a [warm-up](/staking/stake-accounts#delegation-warmup-and-cooldown)
83
+
period.
83
84
84
-
To monitor your validatorduring its warmup period:
85
+
Monitor a validator's stake during warmup by:
85
86
86
87
- View your vote account:`solana vote-account ~/vote-account-keypair.json` This displays the current state of all the votes the validator has submitted to the network.
87
88
- View your stake account, the delegation preference and details of your stake:`solana stake-account ~/validator-stake-keypair.json`
0 commit comments