Skip to content

Docker image for dogecoind. Used in development for the Dogecoin SPV wallet and payment channel server.

Notifications You must be signed in to change notification settings

ShibeTechnology/dogecoin-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dogecoind docker container

$ docker build -t dogecoind .
$ docker run --rm --network=host -u $(id -u):$(id -g) --mount "type=bind,src=$(pwd)/data,dst=/mnt/data" -v $PWD/dogecoin.example.conf:/mnt/dogecoin.conf:ro dogecoind

Notes

You should modify the RPCUSER and RPCPASS value.

About

Docker image for dogecoind. Used in development for the Dogecoin SPV wallet and payment channel server.

Resources

Stars

Watchers

Forks

Packages

No packages published