Skip to content

Official Daemon and CLI tools for the PepeHash (PPH) cryptocurrency on Ubuntu Linux.

Notifications You must be signed in to change notification settings

pepe11166/Daemon-for-Ubuntu-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PepeHash Daemon for Ubuntu Linux

This repository contains the official PepeHash (PPH) daemon binaries and configuration files for running a full node on Ubuntu Linux systems.

⚙️ What Is It?

The pepehashd daemon allows you to:

  • Run a full node on the PepeHash blockchain
  • Validate and relay blocks and transactions
  • Interact with the blockchain via RPC
  • Mine using CPU (or connect to a mining pool)

🐧 System Requirements

  • OS: Ubuntu 20.04 / 22.04 LTS
  • CPU: x86_64 architecture
  • RAM: ≥ 2 GB (4 GB recommended)
  • Disk: ≥ 10 GB (for full blockchain)

🛠️ Files Included

  • pepehashd: The core daemon executable
  • pepehash.conf: Sample config file
  • run.sh: Bash script to run the daemon in the background

🚀 How to Use

  1. Make the daemon executable:

    chmod +x pepehashd
  2. Create config file in:

    ~/.pepehash/pepehash.conf
  3. Example pepehash.conf:

    rpcuser=yourusername
    rpcpassword=yoursecurepassword
    daemon=1
    server=1
    listen=1
    
  4. Run the daemon:

    ./pepehashd

🔐 Security

  • Always use strong rpcpassword
  • Only expose RPC on secure networks
  • Backup your .pepehash/ folder regularly

📄 License

Licensed under the MIT License.