Update README.md
This commit is contained in:
parent
8aeb7d4f16
commit
966fe7e6fc
58
README.md
58
README.md
|
@ -1,36 +1,27 @@
|
|||
# Gunbot Proxy Community Edition
|
||||
Free Proxy for Gunbot on Poloniex
|
||||
# ProxyBot
|
||||
Enhanced Proxy for Gunbot on Poloniex <BR />
|
||||
Price: 0.015 BTC
|
||||
<br />
|
||||
|
||||
# Looking for ProxyBot Setup?
|
||||
https://github.com/taniman/gunbotproxycommunity/tree/proxybot
|
||||
|
||||
# Join the telegram group
|
||||
If you have questions after reading the readme
|
||||
https://t.me/joinchat/FWYlMkKK-mkrSuj836ehug
|
||||
|
||||
# Checkout the wiki
|
||||
https://github.com/taniman/proxy-bot/wiki/ProxyBot
|
||||
|
||||
# Another guide
|
||||
<a href="https://gunthy.org/index.php?topic=570.msg3080#msg3080">Diesel's Guide</a>
|
||||
|
||||
# How to run
|
||||
Download the latest released jar file or compile your own using the source code <br />
|
||||
https://github.com/taniman/gunbotproxycommunity/releases <br />
|
||||
Download the latest released jar file<br />
|
||||
https://github.com/taniman/proxy-bot/releases <br />
|
||||
<br />
|
||||
Put the jar file in a directory <br />
|
||||
Put application.properties in the same directory and fill in your apiKeys and secrets <br />
|
||||
<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 />
|
||||
Optionally run gunbot using one of the suplied pm2 json files. (required for version 3.3.3+, 4.x.x+)<br />
|
||||
Put the files in the same directory as GB folder. edit files if necessary<br />
|
||||
pm2-gunbotbot-linux.json <br />
|
||||
pm2-gunbotbot-windows.json <br />
|
||||
This will set the NODE_TLS line for you. gunbot log will be viewable from pm2 log. <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 -XX:+UseConcMarkSweepGC -Xmx256m -Xms256m (replace x.x.x with your actual version number)<br />
|
||||
java -jar ProxyBot.jar -XX:+UseConcMarkSweepGC -Xmx256m -Xms256m<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.
|
||||
|
@ -70,21 +61,26 @@ This will make sure that pm2 will automatically start the proxy when pm2 reloads
|
|||
To see the proxy log you could do. <br />
|
||||
pm2 log 'id' <-- this is the id pm2 gave your proxy
|
||||
|
||||
# Setup telegram so the proxy can send you telegram messages
|
||||
1. Talk to @BotFather
|
||||
1.1. NOT to be confused with TheBotFather channel!!!
|
||||
1.2 Once there type "/newbot" to create a bot. Answer the questions by typing answers and pressing enter.
|
||||
|
||||
2. Start a chat to your bot's name (for ex. @MyProxyBot) and press start button
|
||||
|
||||
3. Start another chat with https://telegram.me/get_id_bot This bot will reveal your Chat ID
|
||||
|
||||
4. Edit application.properties and set
|
||||
- telegram.botToken = "your bot token"
|
||||
- telegram.chatId = "your chat id"
|
||||
|
||||
5. Go to http://localhost:8081/settings/telegramTestMessage to test your telegram setup. You will receive a message if the setup is correct.
|
||||
|
||||
# Invalid License
|
||||
- Talk to @Elroy on telegram to activate
|
||||
|
||||
# Warning
|
||||
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!
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
# Donations
|
||||
If you would like to send me a donation, here are my cryptocurrency addresses:
|
||||
|
||||
BTC: 1BGe9qmFUj3BrpjQKRASxVFHEnBeLoCNX1
|
||||
|
||||
ETH: 0x3ad4048c71afeebeb88dad665be6cbdfcb63c526
|
||||
|
||||
LTC: LTfW6rp29GepiLPvC1JSfgZNcxuxCmrsW7
|
||||
|
|
Loading…
Reference in New Issue