docs icon indicating copy to clipboard operation
docs copied to clipboard

feat: document mainnet.sh script in celestia-app

Open jcstein opened this issue 1 year ago • 1 comments

          Notes from @rootulp on how to view logs:

View log file:

cat mainnet.log

View actively running process which is piping into a log file:

tail -f mainnet.log

To stop the process:

ps aux | grep celestia-app
kill <PID>

# if that doesnt' work
kill -9 <PID>

Originally posted by @jcstein in https://github.com/celestiaorg/celestia-app/issues/3166#issuecomment-1983943425

jcstein avatar Mar 08 '24 19:03 jcstein

this is not ok to put into docs. Ideally, this should be a community support doc(i.e. medium blog post or smt similar) that is hosted by the 3rd party (any validator team or rpc team, etc.)

Bidon15 avatar Mar 11 '24 17:03 Bidon15