2016-04-11 03:41:00 +00:00
|
|
|
# sneak/bitcoind docker image
|
|
|
|
|
2019-09-18 20:15:56 +00:00
|
|
|
```
|
|
|
|
__ _ __ _ __
|
|
|
|
/ /_ (_) /__________ (_)___ ____/ /
|
|
|
|
/ __ \/ / __/ ___/ __ \/ / __ \/ __ /
|
|
|
|
/ /_/ / / /_/ /__/ /_/ / / / / / /_/ /
|
|
|
|
/_.___/_/\__/\___/\____/_/_/ /_/\__,_/
|
|
|
|
```
|
|
|
|
|
2016-04-11 03:41:00 +00:00
|
|
|
* supports zmq
|
|
|
|
* wallet support disabled
|
2016-04-11 03:55:18 +00:00
|
|
|
|
2016-08-18 09:45:34 +00:00
|
|
|
# Notes
|
|
|
|
|
|
|
|
This outputs the config file, including the
|
|
|
|
rpc user password (either from `BITCOIND_RPCPASSWORD` or randomly
|
|
|
|
generated) to the logs on startup.
|
|
|
|
|
2016-04-11 03:55:18 +00:00
|
|
|
# Versions
|
|
|
|
|
|
|
|
* sneak/bitcoind:latest -> bitcoind master
|
|
|
|
* sneak/bitcoind:0.12.0 -> bitcoind v0.12.0
|