Code Monkey home page Code Monkey logo

Comments (4)

SK-StYleZ avatar SK-StYleZ commented on September 27, 2024 1

ran into same issue, created a pr #86

from docker-bitcoind.

nolim1t avatar nolim1t commented on September 27, 2024

If you're using 0:0 then it is indeed /root/.bitcoin

The folder /data/.bitcoin is within the container, which we normally expose via a mapping and normally we use 1000:1000 (default user), however you can change everything to whatever you wish

from docker-bitcoind.

tensor5g avatar tensor5g commented on September 27, 2024

So the documentation is misleading:

docker-bitcoind/README.md

Lines 158 to 175 in 98c08e1

Here is a docker-compose.yml for mainnet
```yaml
version: '3'
services:
bitcoin:
container_name: bitcoind
# wildcard user 0:0 to avoid permission problems
user: 0:0
image: lncm/bitcoind:v25.0
volumes:
- ${PWD}/bitcoin:/data/.bitcoin
restart: on-failure
stop_grace_period: 15m30s
ports:
- "8333:8333"
- "8332:8332"
- "28332:28332"
- "28333:28333"

this example from readme.md would never work

from docker-bitcoind.

nolim1t avatar nolim1t commented on September 27, 2024

oh yeah that probably needs to be updated. Thanks for that.

Will probably replace it with a veriation of https://github.com/lncm/thebox-compose-system/blob/master/docker-compose.yml (which is essentially the first iteration of what Umbrel and RunCitadel is today)

from docker-bitcoind.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.