docker-bitcoind icon indicating copy to clipboard operation
docker-bitcoind copied to clipboard

Choose What Type of Node to Run

Open kalnun opened this issue 3 years ago • 0 comments

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

kalnun avatar Mar 23 '22 19:03 kalnun