Skip to content

sumcoinlabs/sum-docker-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sumcoin Docker container

A Docker container running Sumcoin as a service and exposing the REST API.

Prerequisites

Install Docker, e.g. on Debian/Ubuntu based systems

sudo apt install docker.io

... on Mac OSX using Homebrew

brew cask install docker

Ensure that a user dockeruser with ID 10000 exists on your local system.

Configuration

Modify docker/sumcoin.conf according to your environment. Configure rpcallowip=... to allow the client/daemon to accept RPC connections outside the localhost and set an RPC username (rpcuser) and password (rpcpassword).

Make sure your config file includes the following line:

txindex=1

Usage

Building the docker container (tagged GitHub version of Sumcoin in docker/Makefile):

./docker/build.sh

Starting the container:

./docker/start.sh DATA_DIR

Attaching to the container:

./docker/attach.sh

Showing the debug.log file:

./docker/show_log.sh

About

A dockerized Sumcoin client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •