mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
Updated readme, added silent blockchain init
This commit is contained in:
parent
2b03b2eea1
commit
469b80864c
@ -92,7 +92,14 @@ Add the kava node address, `0dfd43e440e34fc193ddee4ae99547184f3cb5d1@validator.c
|
|||||||
Start your full node
|
Start your full node
|
||||||
|
|
||||||
kvd start
|
kvd start
|
||||||
|
|
||||||
|
Or, to start in background and send to log:
|
||||||
|
|
||||||
|
kvd start &> kvd.log &
|
||||||
|
|
||||||
|
To see the output of the log:
|
||||||
|
|
||||||
|
tail -f kvd.log
|
||||||
> Note: It might take a while to fully sync. Check the latest block height [here](http://validator.connector.kava.io:26657/abci_info).
|
> Note: It might take a while to fully sync. Check the latest block height [here](http://validator.connector.kava.io:26657/abci_info).
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user