macOS installation
Instructions to install Gunbot on a macOS machine.
Instructions
Unpack the release .zip file to a new folder.
Start running Gunbot with the following command from a terminal in your Gunbot folder:
./gunthy-macos
. Keep this terminal window open.Open localhost:5000 in a browser on the same system to access the Gunbot GUI (modern browsers recommended, preferably Chrome or Firefox)
Make sure to enter your registered ERC-20 wallet ("Gunthy wallet") and your registered API key in Gunbot before starting the bot core for the first time.
System security settings may show that the gunthy-macos
file is damaged or dangerous.
One way to disable the OS restrictions on the Gunbot folder is using this command in a terminal window: xattr -d -r com.apple.quarantine <foldername>
To run on an M1 processor, create a Rosetta terminal (see step 1 here) and use that terminal to launch Gunbot.
Depending on your systems settings, you may need to add a firewall rule to allow for incoming traffic on TCP port 5000.
Installation steps (visual)
The following steps use the built in Terminal program to handle a few one time steps.
1. Move the downloaded zip file to a folder where you want to unpack it
2. Unpack the file
After you've done this, type cd macos
to enter the actual program folder
3. Remove program restrictions (to make sure macos allows running it)
Type xattr -d -r com.apple.quarantine <foldername>
to remove gatekeeper restrictions. Instead of <foldername>, use the full path to the folder where you have unpacked Gunbot.
4. Make sure the gunthy-macos file is executable
Type chmod +x gunthy-macos
to make sure it can be ran as a program.
5. Start the bot
Type ./gunthy-macos
to start running the software.
You can now access it in your browser using this link: http://localhost:5000
Last updated