Skip to content

nextblu/spacecoin-docker

 
 

Repository files navigation

Spacecoin Logo

Run Spacecoin daemon in a docker container.

Quick start

  1. Edit SPACE.conf with your configuration, if necessary.
  2. Build docker build -t spaceworksco/spacecoin . --file Dockerfile
  3. Run docker run -it -v ~/.SPACE:/root/.komodo/SPACE spaceworksco/spacecoin
    (replace ~/.SPACE with the path in your host in which you want to sync all your data)

Useful commands

Visit the Spacecoin RPC Docs to see all of the commands available in spacecoin-cli or run spacecoin-cli help.

What is Spacecoin ?

Spacecoin is a digital currency that can be used through the universe.

Resources

Spacecoin

Thanks to nail/docker-komodo

About

Spacecoin daemon in a docker container. (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.1%
  • Shell 45.9%