How to set up stratum mining proxy on ubuntu 16.04 (Gudie)
In this brief article, we will consider installing a stratum proxy on ubuntu 16.04
If anyone does not know: Stratum Proxy — allows you to merge the vorkers, reducing traffic to the pool. Automatic Differs (you see a real hashtrack). Usually it is used to merge computers at work and put them into one thread or if there is a firewall then we start all the data through the server. Or for example, to not change the settings on each computer and change only the proxy and all processor power will go to a new location. In general, a useful thing is small and installed on the server or VDS under Linux.
VDS сan be bought here — register.
Install phyton and git
1 |
sudo apt-get install -y git-core python-dev libssl-dev |
We create a proxy folder in the home directory and download from the github repository
1 |
git clone https://github.com/bubasik/stratum-mining-proxy.git |
Now go to the stratum-mining-proxy directory and run the distribute installer, it will check the dependencies and install its own
1 2 |
cd stratum-mining-proxy sudo python distribute_setup.py |
Next, we need to install the phyton and the modules that will be needed for the script
1 2 3 |
sudo apt-get install python-pip sudo apt-get install python-autobahn sudo pip install stratum |
We make the final settings
1 |
sudo python setup.py develop |
Run the stratum proxy
1 |
./mining_proxy.py -o name_pool.com -p 6333 |
where 6333 is the port number and name_pool is the address of the pool (without http and tcp just the ip address or domain name)
Connect to a proxy
1 |
cpuminer-sse2.exe -a yescryptr16 -o stratum+tcp://192.168.1.2:3333 -u WALLET_NUMBER -p c=ELI |
where 192.168.1.2 is the address of the server on which the proxy stratum and port with the purse number are installed, all as usual, how to connect to the pool, only the default port 3333.
Hooray, we did it. We use.
p.s. he himself suffered for a long time with the installation, with all sorts of python dependencies and other glitches, but it turned out — he shared the instructions, use it.
Когда инфа по созданию NOMP пула на примере YesPower?
В сентябре. Сейчас отпуск.