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
Next revision Both sides next revision
starting_the_bot [2019/07/02 00:31]
administrator
starting_the_bot [2020/07/02 04:22]
administrator
Line 1: Line 1:
-====== Starting The Bot======+====== Starting The Bot ======
  
-We assume that you have already installed .Net Framework or Mono-Devel.+We assume that you have already installed .NET Core 3.1 runtime.
  
-[Windows]+  - Go to https://thearbibot.com and download the bot using the same email as you used when placing your order. 
 +  - Extract the archive. 
 +  - Go to the bot's folder. 
 +  - Go to folder **Credentials**. 
 +  - Paste the email used for your order in the file named **email.txt**.
   - [**Poloniex**]   - [**Poloniex**]
-  - Set your API Key in api-Poloniex.txt +  - Set your API key in **api-Poloniex.txt** 
-  - Set your Secret in secret-Poloniex.txt+  - Set your secret in **secret-Poloniex.txt**
   - [**OKEx**]   - [**OKEx**]
-  - Set your API Key in api-Okex.txt +  - Set your API key in **api-Okex.txt** 
-  - Set your Secret in secret-Okex.txt +  - Set your secret in **secret-Okex.txt** 
-  - Set your Passphrase in passphrase-Okex.txt+  - Set your passphrase in **passphrase-Okex.txt**
   - [**Yobit**]   - [**Yobit**]
-  - Set your API Key in api-Yobit.txt +  - Set your API key in **api-Yobit.txt** 
-  - Set your Secret in secret-Yobit.txt+  - Set your secret in **secret-Yobit.txt**
   - [**Binance**]   - [**Binance**]
-  - Set your API Key in api-Binance.txt +  - Set your API key in **api-Binance.txt** 
-  - Set your Secret in secret-Binance.txt +  - Set your secret in **secret-Binance.txt** 
-  - Go to folder Run_Me_First and **run as administrator** <code>Install_Certificate_Windows_Run_As_Admin.bat</code> +  - Go back to bot's root folder and click on the file **Arbi.exe** (Windows) ,for Linux and macOS execute the command below: <code>dotnet Arbi.dll</code> 
-  - Go back to bot's main folder and double click on Arbi.exe +  - Go to https://127.0.0.1:5000 and register your first admin account
-  - Go to https://127.0.0.1:10000 and login with username: admin password: admin +  - Login with the account that you registered in the previous step
- +  - After logging in you will be redirected to the dashboardCreate your first scanner and run it.
-[Linux] +
-  - [**Poloniex**] +
-  - Set your API Key in api-Poloniex.txt +
-  - Set your Secret in secret-Poloniex.txt +
-  - [**OKEx**] +
-  - Set your API Key in api-Okex.txt +
-  - Set your Secret in secret-Okex.txt +
-  - Set your Passphrase in passphrase-Okex.txt +
-  - [**Yobit**] +
-  - Set your API Key in api-Yobit.txt +
-  - Set your Secret in secret-Yobit.txt +
-  - [**Binance**] +
-  - Set your API Key in api-Binance.txt +
-  - Set your Secret in secret-Binance.txt +
-  - Go to folder Run_Me_First +
-  - Execute <code> chmod +x Install_Certificate_Linux.bash</code> +
-  - Execute <code>./Install_Certificate_Linux.bash</code> +
-  - Go back to bot's main folder and remove System.Net.Http.dll file. <code>rm System.Net.Http.dll</code> +
-  - Start the bot. <code>mono Arbi.exe</code> +
-  - Go to https://127.0.0.1:10000 and login with username: admin password: admin+