This repository contains the official PepeHash (PPH) daemon compiled for Microsoft Windows platforms.
This daemon (pepehashd.exe
) runs the core backend of the PepeHash blockchain, enabling full-node functionality such as:
- Block validation
- Transaction propagation
- Mining support
- RPC server for wallet and remote interaction
- Operating System: Microsoft Windows (7, 10, 11)
- Architecture: x64
- CLI-based daemon (no GUI)
pepehashd.exe
– The core daemonpepehash.conf
– Example configuration filerun-pepehashd.bat
– Optional batch script to launch the daemon with custom flags
-
Place
pepehashd.exe
in a desired folder (e.g.,C:\PepeHash
). -
Create a
pepehash.conf
file in%APPDATA%\PepeHash\
with your settings:rpcuser=yourrpcusername rpcpassword=yourstrongpassword daemon=1 server=1
-
Launch the daemon:
pepehashd.exe
-
Use
pepehash-cli.exe
(optional) to interact with the node via RPC.
Make sure your rpcpassword
is strong and never exposed publicly. Only expose RPC access on trusted and secure networks.
Licensed under the MIT License.