Skip to content

Official Daemon (CLI) for the PepeHash (PPH) cryptocurrency on Microsoft Windows.

Notifications You must be signed in to change notification settings

pepe11166/Daemon-for-Microsoft-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PepeHash Daemon for Microsoft Windows

This repository contains the official PepeHash (PPH) daemon compiled for Microsoft Windows platforms.

⚙️ Overview

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

🪟 Platform

  • Operating System: Microsoft Windows (7, 10, 11)
  • Architecture: x64
  • CLI-based daemon (no GUI)

📁 Included Files

  • pepehashd.exe – The core daemon
  • pepehash.conf – Example configuration file
  • run-pepehashd.bat – Optional batch script to launch the daemon with custom flags

🔧 How to Use

  1. Place pepehashd.exe in a desired folder (e.g., C:\PepeHash).

  2. Create a pepehash.conf file in %APPDATA%\PepeHash\ with your settings:

    rpcuser=yourrpcusername
    rpcpassword=yourstrongpassword
    daemon=1
    server=1
    
  3. Launch the daemon:

    pepehashd.exe
  4. Use pepehash-cli.exe (optional) to interact with the node via RPC.

🔐 Security Notice

Make sure your rpcpassword is strong and never exposed publicly. Only expose RPC access on trusted and secure networks.

📄 License

Licensed under the MIT License.