Skip to content

Installation guide for cryptonote proxy

LPHuynh edited this page Mar 27, 2018 · 2 revisions

Download and install the latest nodejs version from https://nodejs.org/en/

Download and install Git for Windows - https://git-scm.com/download/win

During package installation, deselect the both options as shown (we don’t need that)

Use Git from Windows Command Prompt

Then everything else, is just next, next, next and install.

Now open command prompt by going Search, type cmd, enter

Then git clone https://github.com/sebseb7/cryptonote-proxy.git

Cd to the cryptonote-proxy source directory and run npm update

Go to directory of cryptonote-proxy, and make a duplicate copy of config.json

Open it with your fav notepad, and edit the pool setting

Save the config.json

To run the proxy, double click run.sh

At this point of time, you can open the browser and the address would be http://localhost:2350

If you are opening from another computer within the local network (eg. 192.168.253.x network),

Use http://192.168.253.111:2350 (if your proxy server IP is 192.168.253.111) If you can see this page, congratulations!

Now we have to configure miner config to use proxy server. For example i’m using XMRIG in this case.

Now run the miner

At the end of the tutorial. Now you are able to enjoy the switching from coin to coin with just 1 single mouse click. Thank you!


Prepared by Reeyon @ 26th March 2018

Clone this wiki locally