Skip to content

shadowproject/docker-shadowcashd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ludx/shadowcashd

A shadowcashd docker image, the fastest method of getting fully synchronised client online within minutes. Automatically downloads and uses the latest blockchain from shadowproject/blockchain.

Usage

  • Docker installed and running
  • Server with at least 1GB memory

Quickstart

To start a shadowcashd instance running the latest version:

$ docker run -d --restart=always \
    -p 51736:51736 -p 51737:51737 \
    -v /CHANGETHISTOYOURHOSTDATAFOLDER:/home/shadowcash/.shadowcoin \
    --name shadowcashd ludx/shadowcashd

License

License information for the software contained in this image.

License information for the ludx/shadowcashd docker project.

Releases

No releases published

Packages

No packages published

Languages