Skip to content

odinblockchain/odind-docker

Repository files navigation

odind-docker

Build Status Docker Pulls

Easily provision odind using Docker

Quickstart from Docker Hub

docker run --restart always -d -v ~/odin-wallet/:/root/.odin/ --name=odind-docker odinblockchain/odind-docker

Docker build and run from source

git clone https://github.com/odinblockchain/odind-docker.git && cd odind-docker
docker build -t odind-docker .
docker run --restart always -d -v ~/odin-wallet/:/root/.odin/ --name=odind-docker odind-docker

Staking

docker exec odind-docker odin-cli getnewaddress
docker exec odind-docker odin-cli encryptwallet "yoursecretpass"

Upon encrypting a wallet odind will stop, so will need to be restarted using the relevant docker run command

docker exec odind-docker odin-cli walletpassphrase "yoursecretpass" 9999999999 true
docker exec odind-docker odin-cli getstakingstatus

Masternodes

Install odind via quickstart or from source, then perform the additional steps detailed at the wiki

About

Easily provision odind using Docker

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •