DucoForge is a versatile Duino-Coin miner emulator enabling users to simulate mining rigs made from Arduinos, ESP32s and ESP8266s
This project is for educational purposes only. Using this tool to mine on the official Duino-Coin network will probably get you banned. Use at your own risk. I am not responsible for any damage caused by this project to your account.
Install the following packages by running the command suitable for your package manager:
- Debian/Ubuntu
sudo apt update && sudo apt install -y git make libcurl4-openssl-dev build-essential libssl-dev libsfml-dev rapidjson-dev
- Fedora
sudo dnf install -y git make libcurl-devel gcc-c++ openssl-devel sfml-devel rapidjson-devel
- Arch
sudo pacman -Syu --needed git make curl gcc openssl sfml rapidjson
Then clone the repository and build the project:
git clone https://github.com/tesa-klebeband/DucoForge.git
cd DucoForge
make
DucoForge relies on a JSON configuration file to run. An example configuration file is provided in the repository. To run DucoForge, simply run the following command:
build/ducoforge config.json
All files within this repo are released under the GNU GPL V3 License as per the LICENSE file stored in the root of this repo.