We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have created variable BITCOIND_OPT='-proxy=xxx:xxx' in docker I see bitcoind process, and it doesn't have my custom params.
BITCOIND_OPT='-proxy=xxx:xxx'
The text was updated successfully, but these errors were encountered:
that's because you have BITCOIND_OPTS in code
BITCOIND_OPTS
Sorry, something went wrong.
It should be BITCOIND_OPT, I'll rename it soon. In the meanwhile you should be able to use BITCOIND_OPTS.
BITCOIND_OPT
4a66cb0
Renamed in 4a66cb0, will be part of the v0.1.2 release.
No branches or pull requests
I have created variable
BITCOIND_OPT='-proxy=xxx:xxx'
in dockerI see bitcoind process, and it doesn't have my custom params.
The text was updated successfully, but these errors were encountered: