Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: document mainnet.sh script in celestia-app #1467

Open
jcstein opened this issue Mar 8, 2024 · 1 comment
Open

feat: document mainnet.sh script in celestia-app #1467

jcstein opened this issue Mar 8, 2024 · 1 comment

Comments

@jcstein
Copy link
Member

jcstein commented Mar 8, 2024

          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 celestiaorg/celestia-app#3166 (comment)

@Bidon15
Copy link
Member

Bidon15 commented Mar 11, 2024

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants