ARBI BOT

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
command_line_arguments [2020/07/06 01:42]
administrator [View all available command line arguments]
command_line_arguments [2020/07/06 01:53] (current)
administrator [Set Custom URL]
Line 13: Line 13:
 </code> </code>
  
-===== Set Yobit API rate limit=====+===== Set Port=====
  
 Command: Command:
-<code>Arbi.exe -y 10</code>+<code>Arbi.exe -p 5555</code>
  
-===== Set Poloniex API rate limit=====+This will set your web UI to port 5555.
  
-Command: +===== Set Custom URL=====
-<code>Arbi.exe -p 6</code>+
  
-===== Choose Binance triangular arbitrage strategy=====+If you are running the bot behind a NAT with port forwarding you may want to use custom URL.
  
 Command: Command:
-<code>Arbi.exe -s 2</code>+<code>Arbi.exe -c myhostnameorip:11111</code>
  
-==== Choose which Yobit domain to be used=====+This will change the URL in the notifications that you receive to https://myhostnameorip:11111
  
-Command: 
-<code>Arbi.exe -d 2</code>