ARM installation
Instructions to install Gunbot on an ARM device, for Gunbot Standard and higher.
Instructions
Unpack the release .zip file to a new folder. Then, from a terminal window, make sure Gunbot is executable:
chmod +x gunthy-arm
Start running Gunbot with the following command. Keep this terminal window open.
./gunthy-arm
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.
gunthy-arm is a 32-bit package, if your device runs a 64-bit OS the following steps in a terminal window might help getting it running:
Depending on your systems settings, you may need to add a firewall rule to allow for incoming traffic on TCP port 5000.
Last updated