good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 17, 2022
  2. May 10, 2022
  3. Apr 29, 2022
  4. Apr 28, 2022
  5. Apr 27, 2022
  6. Apr 26, 2022
  7. Apr 25, 2022
  8. Apr 22, 2022
  9. Apr 21, 2022
  10. Apr 13, 2022
  11. Apr 03, 2022
  12. Mar 24, 2022
  13. Mar 03, 2022
  14. Mar 02, 2022
  15. Feb 09, 2022
  16. Jan 25, 2022
  17. Jan 05, 2022
  18. Dec 02, 2021
  19. Nov 28, 2021
  20. Nov 18, 2021
  21. Nov 16, 2021
  22. Nov 09, 2021
  23. Nov 07, 2021
  24. Oct 22, 2021
    • jt9897253's avatar
      Eth2 does not work with --prune.r.older=2_000_000 (#2864) · ac04db82
      jt9897253 authored
      The recommended pruning parameter `--prune.r.older=2_000_000` prunes too many blocks to successfully sync an Eth2 client.
      
      At the time of writing, we're at block 13411141. That means with the above prune parameter, recipes of blocks older than 11411141 are pruned. This misses some required blocks, as the deposit contract was deployed at block 11184524 (see option `--contract-deployment-block` from [here](https://docs.prylabs.network/docs/prysm-usage/parameters/))
      
      Instead, use the new `--prune.r.before 11184524` option together with `--prune htc`
      ac04db82
  25. Sep 25, 2021
  26. Sep 22, 2021
  27. Sep 21, 2021
  28. Sep 17, 2021
  29. Sep 12, 2021
  30. Sep 05, 2021
  31. Sep 02, 2021
Loading