Interface configuration

In the MoonBot terminal, in the window that opens when you click on the Manage Leverage button in MarketsTable, can the “Auto Leverage” setting work together with the “Auto Leverage N” button for automatically maintaining fixed leverages?

In the latest versions of the MoonBot terminal in MarketsTable, after clicking the Manage Leverage button in the settings window, you can simultaneously use the “Auto Leverage” and “Auto Leverage N” settings. If def 0 is set in the Config field, we recommend updating the terminal version to the current one.

In the MoonBot terminal, in the window that opens when you click on the Manage Leverage button in MarketsTable, can the “Auto Leverage” setting work together with the “Auto Leverage N” button for automatically maintaining fixed leverages? Read More »

What directories does the MoonBot LINUX terminal create and how are changes made to them?

When using the MoonBot terminal on LINUX, the container image is initially read-only, however, OverlayFS is used at startup, allowing it to be mounted in read-write mode. All changes are saved in the directory:$HOME/.local/share/MoonBot/overlayfs The working directory of MoonBot itself in the container is located at:$HOME/.local/share/MoonBot/overlayfs/opt/MoonBot This means that to backup or make changes to

What directories does the MoonBot LINUX terminal create and how are changes made to them? Read More »

Is it possible to run the MoonBot terminal under LINUX directly under Wine?

If the current version of Wine is already installed on the system (preferably versions at least 9.x, version 10.0 and higher is recommended), you can run MoonBot directly under Wine. For optimal performance, it is also recommended to have vkd3d support and all related dependencies. The Windows version of the MoonBot terminal is used and

Is it possible to run the MoonBot terminal under LINUX directly under Wine? Read More »

What are the requirements for the LINUX operating system to be able to install the MoonBot terminal under LINUX?

To install the MoonBot terminal under LINUX, pay attention to the following requirements for the LINUX operating system:– the presence of installed packages: “fuse3” (or “fuse”/”fuse2”) and “coreutils”.– the ability to execute files from the “/tmp” directory (allowed by default in most distributions).– Linux kernel with user namespaces support (required for container operation).– an installed

What are the requirements for the LINUX operating system to be able to install the MoonBot terminal under LINUX? Read More »

What dependencies do I need to install for popular LINUX operating system distributions when installing the MoonBot terminal under LINUX?

To be able to run the MoonBot terminal on LINUX, you need to install dependencies for popular LINUX operating system distributions.:– Debian/Ubuntu: sudo apt install fuse3 coreutils– RHEL/CentOS/AlmaLinux: sudo dnf install fuse3 coreutils

What dependencies do I need to install for popular LINUX operating system distributions when installing the MoonBot terminal under LINUX? Read More »

What needs to be provided for the correct launch of the MoonBot terminal for LINUX?

For MoonBot for LINUX to start correctly, the following packages must be installed on the LINUX operating system: fuse3 or fuse (version 2) and coreutils. It is also required that the file system of the /tmp directory allows the execution of binary files (the noexec option is not enabled). Most modern distributions are initially configured

What needs to be provided for the correct launch of the MoonBot terminal for LINUX? Read More »

Which LINUX operating system distributions are supported to run the MoonBot terminal on LINUX?

It is recommended to use Debian 12 to run the MoonBot terminal on LINUX, but it has also been tested on the following LINUX distributions:– Debian: 11, 12– Ubuntu 20.04, 22.04, 24.04 (Ubuntu version 22.04 and older is recommended)– RHEL/CentOS based: AlmaLinux 9.5, RockyLinux 9.5 (allows you to expect compatibility with any distributions based on

Which LINUX operating system distributions are supported to run the MoonBot terminal on LINUX? Read More »