jshufro / beacon-cache-proxy

A beacon node proxy to speed up Rocket Pool treegen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of ./beacon-cache-proxy:
  -addr string
    	Address for the proxy to listen on (default "127.0.0.1:55052")
  -bn-url string
    	URL to the beacon node to proxy, eg, http://0.0.0.0:5052
  -data-dir string
    	Path in which to save cache data (default "/tmp/treegen-proxy")
  -debug
    	Whether to enable debug logging
  -retain uint
    	Number of epochs to retain in the cache (default 7000)

About

A beacon node proxy to speed up Rocket Pool treegen

License:GNU Affero General Public License v3.0


Languages

Language:Go 94.4%Language:Dockerfile 5.6%