đTroubleshooting
Solutions for the common issues you might encounter
Last updated
Solutions for the common issues you might encounter
Last updated
New packages downloaded on the Mac have to be opened with secondary click.
If you encounter an error like this, please do the following:
Navigate to the download folder and select file
Use the secondary click (right click on the mouse or tap with two fingers on your trackpad)
On the modal view that appears tap the "Open" button
Installation will proceed as normal
You've installed Coretex CLI package intended for the different CPU architecture. For example, if you install the package for the Mac M1 chip on the Mac machine with the Intel CPU, you will get this error. Please double-check the download link and reinstall proper version of the tool.
Node status command verifies two things, status of your local node and its visibility on the Coretex Platform. Make sure the following is true:
Your machine is online and can connect to the internet
Your node and user are configured properly. You can inspect the configurations with:
You're probably using an older version of the Coretex CLI tool. To get the most recent Coretex features, download the latest version on your machine. You can always check the version that you are currently using by executing this command in the terminal:
Please always check your internet connection and the syntax of the command. Misspelling just one letter or entering wrong number of dashes will result in command failure.
This process is case-sensitive, so if you want to proceed with the updating configuration for the user or node, you have to confirm it with the uppercase letter "Y" (yes) on your keyboard.
In order to start the node, first make sure you have Docker installed and running on your machine. Node uses nvidia graphics cards. This means several additional steps might be required to run the node with GPU configuration.
Make sure you have nvidia-container-toolkit
installed, and nvidia-ctk
runtime configured for Docker. Follow the official nvidia installation guide to configure these packages on your machine.
If your version of Docker does not support docker-compose
command, make sure to have it installed as separate package:
Replace docker-compose-linux-x86_64
with the appropriate version for your system.