24 lines
541 B
Markdown
24 lines
541 B
Markdown
# sneak/bitcoind docker image
|
|
|
|
```
|
|
__ _ __ _ __
|
|
/ /_ (_) /__________ (_)___ ____/ /
|
|
/ __ \/ / __/ ___/ __ \/ / __ \/ __ /
|
|
/ /_/ / / /_/ /__/ /_/ / / / / / /_/ /
|
|
/_.___/_/\__/\___/\____/_/_/ /_/\__,_/
|
|
```
|
|
|
|
* supports zmq
|
|
* wallet support disabled
|
|
|
|
# Notes
|
|
|
|
This outputs the config file, including the
|
|
rpc user password (either from `BITCOIND_RPCPASSWORD` or randomly
|
|
generated) to the logs on startup.
|
|
|
|
# Versions
|
|
|
|
* sneak/bitcoind:latest -> bitcoind master
|
|
* sneak/bitcoind:v0.18.1 -> bitcoind v0.18.1
|