documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Documentation portal for all things Prysmatic / Eth2

Results 81 documentation issues
Sort by recently updated
recently updated
newest added

Source: https://docs.prylabs.network/docs/prysm-usage/monitoring/grafana-dashboard Request: Please make the pubkeys hyperlinked to beaconcha.in. For instance, https://beaconcha.in/validator/

Image updated following [these instructions](https://answers.netlify.com/t/please-read-end-of-support-for-xenial-build-image-everything-you-need-to-know/68239) - this PR is being used to test the publishing pipeline with the new image.

666Source: https://docs.prylabs.network/docs/terminology

Our [current docker docs](https://docs.prylabs.network/docs/install/install-with-docker) don't include `docker-compose` instructions, [as recently suggested by Gs over on Discord](https://discord.com/channels/476244492043812875/667763844365680650/1037860803581317180) (thank you again!). Their suggestion included an example: ``` version: "3.6" services: beacon-node-mainnet: command:...

Source: https://docs.prylabs.network/docs/troubleshooting/issues-errors Request: Can someone tell me how can I fix this?

Source: https://docs.prylabs.network/docs/install/install-with-script#step-3-run-an-execution-client Request: when the user downloaded Nethermine for Windows, the command executed should be: ```Nethermind.Runner.exe --JsonRpc.Enabled true --HealthChecks.Enabled true --HealthChecks.UIEnabled true --JsonRpc.JwtSecretFile=/path/to/jwt.hex``` instead of: ```Nethermind.Runner --JsonRpc.Enabled true --HealthChecks.Enabled true...

Could also instead link to a commit specifically so the link doesn't break again on refactors (left as a comment suggestion so yall can pick a preferred approach)

[Documentation](https://docs.prylabs.network/docs/install/install-with-bazel#install-prysm-using-bazel) states: ``` bazel build //cmd/beacon-chain:beacon-chain --config=release bazel build //cmd/validator:validator --config=release ``` However, trying it on MacOS ends up with the following error message: ``` Use --sandbox_debug to see verbose...

validator exit has been moved to prysm ctl so we need to update the commands accordingly. [#11515](https://github.com/prysmaticlabs/prysm/pull/11515)