Git Product home page Git Product logo

docker-xmr-node-proxy's Introduction

What is xmr-node-proxy

xmr-node-proxy is a Monero stratum protocol proxy. xmr-node-proxy is written in node and is extremely lightweight. It can easily be deployed on an AWS T2.Micro instance and handle up to 2000 connections.

How to use this image

  • Launch a container:

    In order to function, the proxy needs a config.json file properly configure and present in its app directory.

    • Create the appropriate config.json file

    • Launch a container with the previously created config file

        docker container run -v $(pwd)/config.json:/app/config.json -p PORT:PORT \
        [-p PORTn:PORTn] --name proxy -d palobo/xmr-node-proxy
      

      Where: PORT is the port you configured in your config.json in the listeningPorts object. If you have multiple ports simply add as many -p PORT:PORT parameters as needed.

  • Check the logs:

      docker container logs -f proxy
    

Donations

If you'd like to thank my work in dockerizing xmr-node-proxy, donations are accepted in a number of currencies:

  • BTC: 17D3VRudF4CPZTAfCqf3XoVMKHiqq36HQF
  • ETH: 0xA86Efc80Ae2C471Fa0bF3956E85d6748552D015E
  • LTC: LbUmXfLGEZZVwS3ixLeo2EoyK26BrxT7Zs

docker-xmr-node-proxy's People

Contributors

pslobo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-xmr-node-proxy's Issues

Worker died with SIGILL

Hi,

When I pulled your container from https://hub.docker.com/r/palobo/xmr-node-proxy and ran it, it would constantly give SIGILL errors like this:

Received new block template from pool.xxxxx.com
Worker 25 died with code: null, and signal: SIGILL

But, after building from the same Dockerfile, it runs just fine. I'm not sure what the cause was, but I wanted to report it in case that container needs a rebuild or something.

Thanks for putting this together ๐Ÿ‘

[FR] Certbot , alpine linux

Hi,
I will try on sunday to get letsencrypt running with certbot and alpine linux inside your docker file. Would this be something you like to see?

Best regards

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.