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
Copy file name to clipboardExpand all lines: README.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,15 +109,26 @@ Juno: create validator
109
109
110
110
```bash
111
111
junod tx staking create-validator \
112
-
--amount 6000000ujunox \
113
-
--commission-max-change-rate "0.1" \
114
-
--commission-max-rate "0.20" \
115
-
--commission-rate "0.1" \
112
+
--amount 9000000ujuno \
113
+
--commission-max-change-rate "0.01" \
114
+
--commission-max-rate "0.10" \
115
+
--commission-rate "0.0069" \
116
116
--min-self-delegation "1" \
117
-
--details "This is my validator" \
117
+
--website "https://polkachu.com" \
118
+
--identity "0A6AF02D1557E5B4" \
119
+
--details "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]" \
0 commit comments