File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ tail -n 100 ~/app/chain.log
121121~ /app/waitFullSync.sh
122122# wait for: 'The Node has been fully synced '
123123```
124-
125- Step4: Generate cmd for registering
124+ Generate cmd for registering
126125``` shell
126+ # ----------------- Step4: Generate cmd for registering
127127# show new node id
128128pchaind tendermint show-node-id
129129
@@ -170,8 +170,7 @@ export ONE_PUSH=000000000000000000npush
170170export CHAIN_ID=" push_501-1"
171171
172172# we transfer 20k PUSH
173- # does not work
174- pchaind tx bank send " $FAUCET_WALLET " " $NODE_OWNER_WALLET " " 20000$ONE_PUSH " --fees 1000000000000000npush --chain-id " $CHAIN_ID " --keyring-backend " $KEYRING "
173+ pchaind tx bank send " $FAUCET_WALLET " " $NODE_OWNER_WALLET " " 20000$ONE_PUSH " --fees 1000000000000000npush --chain-id " $CHAIN_ID " --keyring-backend " $KEYRING "
175174# check to have 20k PUSH
176175pchaind query bank balances $NODE_OWNER_WALLET --chain-id $CHAIN_ID --keyring-backend $KEYRING
177176
You can’t perform that action at this time.
0 commit comments