Page cover image

🔹AI Executor

Installation

0. Hardware specification

A dedicated machine that can keep the program running continuously. The program supports Linux, Windows & MacOS.

Minimum requirement:

2vCPUs
2GB RAM

1. Download the program

Shell (Mac, Linux):

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=180aYBeOlakKorDpHsaHImR1pFlHEGZ26' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=180aYBeOlakKorDpHsaHImR1pFlHEGZ26" -O executor.zip && rm /tmp/cookies.txt && unzip executor.zip

You would probably need to install unzip afterward if your dedicated host does not have it.

Windows:

For Windows users, you can download the zip and unzip it directly.

2. Configure the env file

The .env file in the zip configures the network, wallet, and other basic variables for your program to use. All the key-value pairs are heavily commented already. If you still have questions about them, freel free to ask us, the Future-AI team.

Please follow this guildeline to verify your executable.

5. Run the program

In the zip contains the aifuture-executor-process-* programs, please choose one that matches your OS and run it.

If you see the following logs, then the program has run successfully:

Future-AI Executor program, v0.3.5

For Linux and MacOS users:

./aifuture-executor-process

Last updated