Skip to content

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

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors