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)

  1. Download the Linux binary from https://phbot.org/crypto/download/

  2. 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

  3. chmod +x phBot-crypto.bin

  4. ./phBot-crypto.bin

Linux (package)

  1. Download the .deb package from https://phbot.org/crypto/download/

  2. sudo dpkg -i phBot-crypto.deb

  3. Run phBot-crypto

  4. 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.

sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo apt update && sudo apt install --install-recommends winehq-stable

Running

wine cmd
phBot-crypto.exe

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