This is a proxy for solo mining coin Toncoin (The Open Network). Improves the stability of the miner and increases the percentage of accepted shares. Powered by the official miner with minor modifications. Visit the releases page to select the latest version for your system. It also removes the problem with frequent shutdowns of video cards.
For the proxy to work, you need an Ubuntu server with a fixed ip if the farms are located in different locations or make a connection inside the network.
-
The launch is quite simple and you do not need to have any special knowledge:
- Create and go to folder Download proxies from the releases page and unpack
mkdir ton-proxy cd ton-proxy wget https://github.com/GRinvest/ton-proxy/releases/download/0.1.5/ton-proxy.tar.gz tar xvf ton-proxy.tar.gz ./ton-proxy -h
- Run the file
./ton-proxy
with additional arguments, to view the list of commands, use the flag-h
or--help
Example:./ton-proxy -h
✅ Congratulations, you can connect the miner. By default, the proxy is configured for your external IP address and port8080
(You may need to open a port, to do this, run the commandsudo ufw allow 8080
).
It is also advisable to run the proxy throughscreen
So that he does not disconnect when exiting the terminal.
sudo apt install screen screen -S proxy ./ton-proxy
If you don't know how to use ubuntu, there is a good article on installing and configuring the server. https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04
If you liked my development and would like to support the project. I would be grateful for all possible help:
TON: EQCtpc260pZIxRlifzmbefdHm4gUTKAMbmwaFebo7WiBiGc9
For questions and suggestions, please contact Telegram Group
Some functions for work Lite-client are taken from here. Thank you very much to the author.
Also a huge gratitude, in helping to create the project wolfpro
P.S. I see how the project is actively developing, so it is very interesting to start developing TON for the entire eco-system. I want to wish the developers success in this difficult matter and the entire community
Never doubt that a small group of thoughtful, citizens can change the world. Indeed, it is the only thing that ever has.
--Margaret Mead
Ton-proxy is BSD licensed code.
Designed & built in Novosibirsk, Russia.