Giter Site home page Giter Site logo

palon7 / docker-electrum-mona-daemon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osminogin/docker-electrum-daemon

0.0 1.0 0.0 34 KB

Electrum client running as a daemon in docker container

Home Page: https://hub.docker.com/r/osminogin/electrum-daemon/

License: MIT License

Shell 40.24% Makefile 22.92% Dockerfile 36.85%

docker-electrum-mona-daemon's Introduction

docker-electrum-mona-daemon

Docker Pulls License: MIT

Electrum-mona client running as a daemon in docker container with JSON-RPC enabled.

Electrum-mona client is light monacoin wallet software operates through supernodes (ElectrumX instances actually).

Don't confuse with ElectrumX that use monacoind and full blockchain data.

Star this project on Docker Hub ๐ŸŒŸ https://hub.docker.com/r/palon7/electrum-mona-daemon

Ports

  • 7000 - JSON-RPC port.

Volumes

  • /data - user data folder (on host it usually has a path /home/user/.electrum-mona).

Getting started

docker

Running with Docker:

docker run --rm --name electrum-mona \
    --env TESTNET=false \
    --publish 127.0.0.1:7000:7000 \
    --volume /srv/electrum-mona:/data \
    palon7/electrum-mona-daemon
docker exec -it electrum-mona electrum-mona create
docker exec -it electrum-mona electrum-mona load_wallet
docker exec -it electrum-mona electrum-mona list_wallets
[
    {
        "path": "/home/electrum/.electrum-mona/wallets/default_wallet",
        "synchronized": true
    }
]

docker-compose

docker-compose.yml to see minimal working setup. When running in production, you can use this as a guide.

docker-compose up
docker-compose exec electrum-mona electrum-mona getinfo
docker-compose exec electrum-mona electrum-mona create
docker-compose exec electrum-mona electrum-mona load_wallet
curl --data-binary '{"id":"1","method":"listaddresses"}' http://electrum:changeme@localhost:7000

โ—Warningโ—

Always link electrum daemon to containers or bind to localhost directly and not expose 7000 port for security reasons.

API

License

See LICENSE

docker-electrum-mona-daemon's People

Contributors

chris54721 avatar osminogin avatar palon7 avatar ramontayag avatar theborakompanioni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.