ruimarinho / docker-bitcoin-core

A bitcoin-core docker image
https://hub.docker.com/r/ruimarinho/bitcoin-core/
MIT License
365 stars 209 forks source link

Add environment variable for RPC calls #72

Closed sancoder closed 5 years ago

sancoder commented 5 years ago

In some environments like Synology docker is already integrated using good UI. It might be easier for end user to specify RPCAUTH variable instead of dealing with command line.

ruimarinho commented 5 years ago

@sancoder totally understand. I think it would be a cool feature to translate command line arguments to variables, but usually it takes a bit of an effort. I'm open to merge this if you're willing to contribute some code with a PR, but right now I don't have enough time to work on this myself.

Hope you understand!