Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b142eff8e0
13
README.md
13
README.md
|
@ -3,20 +3,21 @@ Free Proxy for Gunbot on Poloniex
|
||||||
<br />
|
<br />
|
||||||
# Join the telegram group
|
# Join the telegram group
|
||||||
If you have questions after reading the readme
|
If you have questions after reading the readme
|
||||||
https://t.me/joinchat/FWYlMg51hhEH06az2d_58g
|
https://t.me/joinchat/FWYlMkKK-mkrSuj836ehug
|
||||||
<br />
|
<br />
|
||||||
# How to run
|
# How to run
|
||||||
Download the latest released jar file or compile your own using the source code
|
Download the latest released jar file or compile your own using the source code
|
||||||
https://github.com/taniman/gunbotproxycommunity/releases
|
https://github.com/taniman/gunbotproxycommunity/releases
|
||||||
<br />
|
<br />
|
||||||
Put the jar file in a directory <br />
|
Put the jar file in a directory <br />
|
||||||
Put application.properties in the smae directory and fill in your apiKeys and secrets <br />
|
Put application.properties in the same directory and fill in your apiKeys and secrets <br />
|
||||||
Open ALLPAIRS-params.js and at the botom after module.exports = config; put the following line <br />
|
Open ALLPAIRS-params.js and at the botom after module.exports = config; put the following line <br />
|
||||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";<br />
|
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";<br />
|
||||||
<br />
|
<br />
|
||||||
To be able to run the application you need Java 8 <br />
|
To be able to run the application you need Java 8 <br />
|
||||||
Open a terminal or command prompt and type <br />
|
Open a terminal or command prompt and type <br />
|
||||||
java -jar GunbotProxyCommunity-x.x.x.jar <br />
|
java -jar GunbotProxyCommunity-x.x.x.jar (replace x.x.x with your actual version number)<br />
|
||||||
|
On OSX or some linux versions you might need to sudo su and then run the java -jar command.<br />
|
||||||
<br />
|
<br />
|
||||||
If you did everything correctly the application will start without giving you any error messages.<br />
|
If you did everything correctly the application will start without giving you any error messages.<br />
|
||||||
Open a web browser and go to <br />
|
Open a web browser and go to <br />
|
||||||
|
@ -33,9 +34,9 @@ Put the following <br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
# Warning
|
# Warning
|
||||||
Please use the proxy on a VPS or machine that you do not use normally.
|
Please use the proxy on a VPS or machine that you do not use normally. <br />
|
||||||
Once you change the host file the poloniex.com website will not work properly anymore.
|
Once you change the host file the poloniex.com website will not work properly anymore. <br />
|
||||||
|
<br />
|
||||||
|
|
||||||
Now run your bots and enjoy!
|
Now run your bots and enjoy!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue