docker-bitcoind
docker-bitcoind copied to clipboard
💰 Bitcoind Docker image that runs the Bitcoin node in a container for easy deployment
I have setup using docker & everything working. How can I run this behind a TOR? I have also setup EZNODE docker container which runs a TOR, BTC RPC Explorer...
This adds docker-compose, as well as traefik reverse proxy. Fully understood if that's considered "too complex". It's how I run my eth nodes, and it came naturally to do the...
i am using this image through a compose file which used to work fine but now the node is not getting started , Attaching the error messages . Any help...
I see logs like: ``` Initialization completed successfully + [ 0 -eq 0 ] + set -- -rpcbind=:8332 -rpcallowip=0.0.0.0/0 + exec bitcoind -rpcbind=:8332 -rpcallowip=0.0.0.0/0 ``` Then the container exits immediately....
It would be really useful if we could decide to run a full node or lightweight node with something like: ```bash NODETYPE: 0 = Full Node 1 = Lightweight Node...
Hello, i have a full node 100% sync and i recive this error: ```` ERROR: AcceptBlock: bad-witness-nonce-size, ContextualCheckBlock : invalid witness reserved value size ERROR: ProcessNewBlock: AcceptBlock FAILED (bad-witness-nonce-size, ContextualCheckBlock...
Hi, First, good job on this project, have been using it for months and works really good. I was wondering if you ever thought of having a release available per...
Repro steps: 1. Open https://hub.docker.com/r/kylemanna/bitcoind 2. Click "docs folder" Expected: documentation page Observed: https://hub.docker.com/r/kylemanna/docs, URL is open that returns error 404.
It appears that when I use my own config file, environment variables set in the docker-compose.yaml are not respected. I'd like to keep most of my config in a file...