Add invocation for validator

This commit is contained in:
lash 2022-01-14 13:53:34 +00:00
parent fa79ddc567
commit b515225c2e
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@ geth --datadir <foo> init testz_inner.json
--
invoke:
invoke validator:
./build/bin/geth --datadir /root/data --verbosity=5 --mine --password=/root/pass --unlock 0 --nodiscover --nat=extip:159.65.112.244
--
invoke reader:
./build/bin/geth --datadir /root/data --verbosity=3 --http.addr=0.0.0.0 --http --http.api eth,net --http.vhosts=*