Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

pslobo/docker-xmr-node-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages