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 />
|
||||
# Join the telegram group
|
||||
If you have questions after reading the readme
|
||||
https://t.me/joinchat/FWYlMg51hhEH06az2d_58g
|
||||
https://t.me/joinchat/FWYlMkKK-mkrSuj836ehug
|
||||
<br />
|
||||
# How to run
|
||||
Download the latest released jar file or compile your own using the source code
|
||||
https://github.com/taniman/gunbotproxycommunity/releases
|
||||
<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 />
|
||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";<br />
|
||||
<br />
|
||||
To be able to run the application you need Java 8 <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 />
|
||||
If you did everything correctly the application will start without giving you any error messages.<br />
|
||||
Open a web browser and go to <br />
|
||||
|
@ -33,9 +34,9 @@ Put the following <br />
|
|||
<br />
|
||||
<br />
|
||||
# Warning
|
||||
Please use the proxy on a VPS or machine that you do not use normally.
|
||||
Once you change the host file the poloniex.com website will not work properly anymore.
|
||||
|
||||
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. <br />
|
||||
<br />
|
||||
|
||||
Now run your bots and enjoy!
|
||||
|
||||
|
|
Loading…
Reference in New Issue