Skip to content

Electrs

Authentication with bitcoind

The authentication cannot be done with environment variables or command line parameters. It has to be done either with config.toml (electrs config example) or with .bitcoin/.cookie

We'll use the .cookie file for authentication

Reference

  • https://github.com/romanz/electrs/blob/master/doc/config.md#configuration-files-and-priorities

TODO

  • Close the 50001 port and instead route the trafik through traefik SSL proxy