From 0a6a5577a0ad01251990574f49a844bac2304383 Mon Sep 17 00:00:00 2001 From: Kurach Alexander Date: Mon, 29 May 2017 10:05:43 +0300 Subject: [PATCH] Update README.md fix Linux run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fda405..3f7fc09 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installation on Linux install python-twisted 2. download https://github.com/feeleep75/eth-stratum-mining-proxy/ 3. run proxy: - python ./mining-proxy.py -o eth.coinmine.pl -p 4000 + python ./mining_proxy.py -o eth.coinmine.pl -p 4000 4. If you want to connect to another pool or change other proxy settings ( for example define custom worker and password ), type "mining_proxy.py --help".