Giter Club home page Giter Club logo

docker-bitcoin-core's Introduction

Dockerized Bitcoin Core

What is Bitcoin Core?

Bitcoin Core is a reference client that implements the Bitcoin protocol for remote procedure call (RPC) use. It is also the second Bitcoin client in the network's history. Learn more about Bitcoin Core on the Bitcoin Developer Reference docs.

Usage

How to use this image

This image contains the main binaries from the Bitcoin Core project - bitcoind, bitcoin-cli and bitcoin-tx. It behaves like a binary, so you can pass any arguments to the image and they will be forwarded to the bitcoind binary:

❯ docker run --rm -it cryptodockerhub/bitcoin-core:latest

Mounting root directory

You can also mount a directory in a volume under /data in case you want to access it on the host:

> docker run -v /btc-data:/data -it -rm cryptodockerhub/bitcoin-core:latest

File Structure

For information on file structure, visit the crypto-docker/coin-base repository.

Compose File

version: "3"
services:
  mariadb:
    hostname: bitcoin-core
    container_name: "bitcoin-core"
    image: cryptodockerhub/bitcoin-core:latest
    volumes:
      - bitcoincore:/data
volumes:
  bitcoincore:

How to change the config file

To make changes, you must link the root directory to any folder. You can edit the config.conf file under the root directory.

docker-bitcoin-core's People

Contributors

mahsumurebe avatar

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.