docker-bitcoind
docker-bitcoind copied to clipboard
Choose What Type of Node to Run
It would be really useful if we could decide to run a full node or lightweight node with something like:
NODETYPE:
0 = Full Node
1 = Lightweight Node
image: kylemanna/bitcoind
environment:
- PRINTTOCONSOLE=1
- NODETYPE=1