2017-06-30 23:58:07 +02:00
|
|
|
# Gunbot Proxy Community Edition
|
|
|
|
Free Proxy for Gunbot on Poloniex
|
2017-07-01 00:01:07 +02:00
|
|
|
<br />
|
2017-06-30 23:58:07 +02:00
|
|
|
# How to run
|
2017-07-01 00:01:07 +02:00
|
|
|
Download the released jar file or compile your own using the source code <br />
|
|
|
|
Put the jar file in a directory <br />
|
|
|
|
Put application.properties in the smae 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-0.9.0.jar <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 />
|
|
|
|
http://localhost:8081/public/ <br />
|
|
|
|
It should return the text. "Intercepted". <br />
|
|
|
|
So everything is up and running. <br />
|
|
|
|
<br />
|
|
|
|
Now for the final step you need to edit your host file. <br />
|
|
|
|
On windows C:\Windows\System32\drivers\etc\hosts <br />
|
|
|
|
On linux /etc/hosts <br />
|
|
|
|
<br />
|
|
|
|
Put the following <br />
|
|
|
|
127.0.0.1 poloniex.com <br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
# Warning
|
2017-06-30 23:58:07 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Now run your bots and enjoy!
|
2017-07-01 22:08:24 +02:00
|
|
|
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
# Donations
|
|
|
|
If you would like to send me a donation, here are my cryptocurrency addresses:
|
|
|
|
|
|
|
|
BTC: 1BGe9qmFUj3BrpjQKRASxVFHEnBeLoCNX1
|
|
|
|
|
|
|
|
ETH: 0x3ad4048c71afeebeb88dad665be6cbdfcb63c526
|
|
|
|
|
|
|
|
LTC: LTfW6rp29GepiLPvC1JSfgZNcxuxCmrsW7
|