Code Monkey home page Code Monkey logo

burstcoin-docker's Introduction

Burstcoin-Docker

Ship your burstcoin wallet with Docker

Info

Build a Docker image from openjdk:8-jdk-alpine and run PoC-Consortium/burstcoin release 2.0.4.

This will be kept up to date with the newest releases from PoC Consortium moving forward.

Use this to support Dymaxion updates from PoC.

NOTE: This uses the h2 db backend, no extra software needed.

NOTE: If upgrading from older 1.3.6, you must remove the old h2 db and re-download for this new version.

Build

# Build the Docker image.
$ docker build -t burstcoin-docker .

# Create local directory for persistent conf and db.
$ mkdir -p /var/burstcoin

# Use `docker run` for the first time.
$ docker run -it --name=burstcoin -p 8123:8123 -p 8125:8125 -v /var/burstcoin:/data burstcoin-docker

# Use `docker start` if you have stopped it.
$ docker start burstcoin

Links

https://github.com/PoC-Consortium/burstcoin Burstcoin Core Development from PoC on GitHub

https://docs.docker.com/engine/admin/host_integration Start containers automatically

https://hub.docker.com/r/_/openjdk/ openjdk image on Docker Hub

burstcoin-docker's People

Stargazers

 avatar

Watchers

 avatar  avatar  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.