We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184966b commit 86362f0Copy full SHA for 86362f0
deploy/readme.md
@@ -227,7 +227,7 @@ cat register-validator.json
227
```
228
229
Faucet machine
230
-```bash
+```sh
231
# do it from DEV machine with faucet key (or import user2 key to the validator host)
232
233
# 1 create a wallet, sends tokens to the wallet if needed
@@ -245,7 +245,7 @@ pushchaind query bank balances push1tjxdmycqua5j8f8y3j9ac5hn6cjhx2pgsaj6vs --cha
245
pushchaind tx staking create-validator register-validator.json --chain-id test-push-chain --fees 50000npush --from user2 --node=tcp://pn1.dev.push.org:26657
246
247
New node
248
-```
249
# 3 restart the chain process
250
ssh $REMOTE_HOST
251
# stop if running
0 commit comments