#FreeBSD #XMR #p2pool #monero #decentralized #mining #pool 🌐 https://github.com/SChernykh/p2pool
Run the following commands to install the necessary prerequisites, clone this repo, and build P2Pool locally on FreeBSD:
pkg install git cmake libuv libzmq4 curl
git clone --recursive https://github.com/SChernykh/p2pool
cd p2pool
mkdir build && cd build
cmake ..
make