Run Spacecoin daemon in a docker container.
- Edit SPACE.conf with your configuration, if necessary.
- Build
docker build -t spaceworksco/spacecoin . --file Dockerfile
- 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)
Visit the Spacecoin RPC Docs to see all of the commands available in spacecoin-cli
or run spacecoin-cli help
.
Spacecoin is a digital currency that can be used through the universe.
- https://spaceworks.co/spacecoin
- https://twitter.com/SpacecoinSPACE
- https://github.com/SpaceWorksCo/spacecoin
Thanks to nail/docker-komodo