|
1 year ago | |
---|---|---|
Dockerfile | 1 year ago | |
Makefile | 4 years ago | |
README.markdown | 1 year ago | |
bitcoind.run | 1 year ago | |
sources.list | 1 year ago |
__ _ __ _ __
/ /_ (_) /__________ (_)___ ____/ /
/ __ \/ / __/ ___/ __ \/ / __ \/ __ /
/ /_/ / / /_/ /__/ /_/ / / / / / /_/ /
/_.___/_/\__/\___/\____/_/_/ /_/\__,_/
This outputs the config file, including the
rpc user password (either from BITCOIND_RPCPASSWORD
or randomly
generated) to the logs on startup.
This container logs the rpc password into the container’s logfiles.
docker run \
--name bitcoind \
-v /storage/bitcoin/bitcoind:/var/lib/bitcoind \
--env BITCOIND_RPCUSER=username \
--env BITCOIND_RPCPASSWORD=supersecret \
-p 8333:8333 \
-p 8332:8332 \
-d sneak/bitcoind:v0.18.1
docker logs -f bitcoind