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

docs: add more information for example values #8

Open
jcstein opened this issue Nov 12, 2024 · 1 comment
Open

docs: add more information for example values #8

jcstein opened this issue Nov 12, 2024 · 1 comment

Comments

@jcstein
Copy link
Member

jcstein commented Nov 12, 2024

./celestia-server --enable-rpc --rpc-addr $RPC_ADDR \
      --rpc-port $RPC_PORT --celestia.auth-token $AUTH_TOKEN \
      --celestia.gas-price $GAS_PRICE \
      --celestia.gas-multiplier $GAS_MULTIPLIER \
      --celestia.namespace-id $NAMESPACEID \
      --celestia.rpc $CELESTIA_NODE_ENDPOINT \
      --celestia.keyname $KEYNAME

While these are documented in the menu, I got mixed up between rpc-addr and celestia.rpc, and also don't know what good default/example values are for:

  • rpc-port - "HTTP-RPC server listening port (default 9876)" - what is this for? celestia-node?
  • rpc-addr - "HTTP-RPC server listening interface (default "localhost")" - what is this for, specifically? how does it relate to celestia-node and nitro?
  • celestia.gas-price - what is a good example value? is this required?
  • celestia.gas-multiplier - what is a good example value? is this required?
  • celestia.namespace-id - is this in hex? how many bytes are required? what is max length for integration?
  • celestia.keyname - just wanna check: does this work?
@jcstein
Copy link
Member Author

jcstein commented Nov 12, 2024

can't even use help menu after building on v0.2.0

./celestia-server --help
zsh: killed     ./celestia-server --help

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

1 participant