documentation
documentation copied to clipboard
Documentation portal for all things Prysmatic / Eth2
Prysm Team, The instructions on your website for improving p2p connections has a section that suggests using "--p2p-host-ip=$(curl -s v4.ident.me)" command in Linux for dynamic IP situations. This command doesn't...
It has been brought to our attention that we have bad documentation when it comes to how to use the wallet and account commands, not really explaining common workflows or...
Determine how much bandwidth usage running a node with --disable-dynamic-committee-subnets uses as an upper bound and give more details about network usage in our system requirements sections for installing Prysm
Users may see `WARNING: This key is not certified with a trusted signature!` when installing Prysm via the shell script. This issue is to add documentation to add Prylabs signing...
In recent conversations with users, they are confused on some terminology in ETH2. I'd like to see some more documentation around the data structures in ETH2, how they work in...
As mentioned https://github.com/prysmaticlabs/prysm/issues/5663 and https://github.com/prysmaticlabs/prysm/pull/5794 It would be good to make a note to users (especially those who run on cloud ISPs) to blacklist internal IPs so they don't get...
For context: https://github.com/prysmaticlabs/prysm/issues/6382 We should provide documentation around how to set up Prysm for log rotation using something like [logrotate(8)](https://linux.die.net/man/8/logrotate). Users may find that their logs are taking a considerable...
Add documentation for new state mgmt and how it's used. Similar to: https://lighthouse-book.sigmaprime.io/advanced_database.html
Would be great to improve our FAQ with important networking related questions that pop-up in our discord such as: 1. To run a beacon node, do I need a static...
I use prysmrpc data to build the L2 chain, when I call the /eth/v1/beacon/blob_sidecars/{block_id} method, sometimes I can't get the data, resulting in I can't build a node, but I...