It's Peercoin, but block times are sped way up.
FastPeercoin aims to simplify the code as much as possible.
It's a payment system first and foremost.
- Use VirtualBox and Ubuntu 24.04 (Noble Numbat)
https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso
- Install dependencies
sudo apt update
sudo apt install git build-essential autoconf pkg-config libtool
sudo apt install libboost-all-dev libssl-dev libdb++-dev
sudo apt install qtbase5-dev qttools5-dev qttools5-dev-tools
- Git clone the repository
git clone https://github.com/FastPeercoin/FastPeercoin
- Checkout the FastPeercoin branch
cd FastPeercoin
git checkout FastPeercoin
- Compile
./autogen.sh
./configure --with-incompatible-bdb
make
- Run
./src/qt/FastPeercoin-qt
CPU mining was possible for the first few weeks of the FastPeercoin project but has evolved to using ASIC devices.
If you'd like to mine, have a look at the Docker/command-line project: https://github.com/FastPeercoin/FastPeercoind
And the Stratum Server setup guide: https://talk.peercoin.net/t/guide-how-to-solo-mine-peercoin/16353