Supported Operating Systems
Windows
Windows 7 and onward is supported with Windows 10 and up being recommended.
Linux
Only Ubuntu 22.04 x86-64 is officially supported.
Linux (binary)
Download the Linux binary from https://phbot.org/crypto/download/
sudo apt update && sudo apt upgrade -y && sudo apt install libboost-all-dev libcurl4-openssl-dev libssl-dev python3-dev python3-pip ca-certificates -y
chmod +x phBot-crypto.bin
./phBot-crypto.bin
Linux (package)
Download the
.deb
package from https://phbot.org/crypto/download/sudo dpkg -i phBot-crypto.deb
Run
phBot-crypto
To update the bot, follow the steps again outlined here.
The configuration file for Linux is located at ~/.config/phBot-crypto/phBot.ini
. This applies to the binary version and package version.
Wine
Ubuntu 22.04 x86-64 is recommended. If you want to run it completely headless you should learn about screen.
Running
VPS
If you would like to run phBot Crypto on a VPS there are several options to choose from.
Paid
Free
The bot does need to write some data to disk so AWS free tier is not recommended as it is too slow.
Last updated