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
Merge PR cosmos#3935: Modify stake to uatom in gaia's doc
* Modify stake to atom in gaia's doc. cosmos#3833
* Scale up the amount from atom to uatom.
* Scale up the amount from atom to uatom.
* Update docs/gaia/validators/validator-setup.md
Co-Authored-By: yangyanqing <[email protected]>
* modify for review
c.Flags().Uint64(FlagAccountNumber, 0, "AccountNumber number to sign the tx")
76
76
c.Flags().Uint64(FlagSequence, 0, "Sequence number to sign the tx")
77
77
c.Flags().String(FlagMemo, "", "Memo to send along with transaction")
78
-
c.Flags().String(FlagFees, "", "Fees to pay along with transaction; eg: 10stake,1atom")
79
-
c.Flags().String(FlagGasPrices, "", "Gas prices to determine the transaction fee (e.g. 0.00001stake)")
78
+
c.Flags().String(FlagFees, "", "Fees to pay along with transaction; eg: 10uatom")
79
+
c.Flags().String(FlagGasPrices, "", "Gas prices to determine the transaction fee (e.g. 10uatom)")
80
80
c.Flags().String(FlagNode, "tcp://localhost:26657", "<host>:<port> to tendermint rpc interface for this chain")
81
81
c.Flags().Bool(FlagUseLedger, false, "Use a connected Ledger device")
82
82
c.Flags().Float64(FlagGasAdjustment, DefaultGasAdjustment, "adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored ")
Copy file name to clipboardExpand all lines: docs/gaia/validators/validator-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ file of the Cosmos Hub mainnet. If the mainnet is already live, skip this sectio
63
63
:::
64
64
65
65
If you want to participate in genesis as a validator, you need to justify that
66
-
you have some stake at genesis, create one (or multiple) transactions to bond this stake to your validator address, and include this transaction in the genesis file.
66
+
you have some atoms at genesis, create one (or multiple) transactions to bond these atoms to your validator address, and include this transaction in the genesis file.
67
67
68
68
Your `cosmosvalconspub` can be used to create a new validator by staking tokens. You can find your validator pubkey by running:
프로포절이 네트워크에 전파되기 위해서는 해당 프로포절의 보증금이 `minDeposit` 값 이상이어야 합니다 (현재 기본 값은 `10 stake`입니다). 만약 사전에 생성한 프로포절이 해당 기준을 충족하지 못하였다면 추후에 보증금을 추가 예치하여 활성화할 수 있습니다. 프로포절의 보증금이 최소 값을 도달하면 해당 프로포절의 투표는 활성화 됩니다:
0 commit comments