Skip to content

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

Notifications You must be signed in to change notification settings

pepe11166/Wallet-with-tools-for-Ubuntu-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PepeHash Qt Wallet with Tools for Ubuntu Linux

This repository contains the official PepeHash (PPH) graphical wallet built with Qt, along with essential tools for developers and power users running Ubuntu Linux.

💼 Overview

  • 🧠 User-friendly Qt wallet for sending/receiving $PPH
  • 🔐 Encrypted wallet support
  • 📜 Transaction history
  • 🧱 PSBT & raw transaction support
  • 🛠️ Developer tools included

🐧 Platform

  • OS: Ubuntu 20.04 / 22.04 LTS (x86_64)
  • UI: Qt 5 or Qt 6
  • Architecture: 64-bit

📦 Included

  • pepehash-qt: Qt graphical wallet binary
  • pepehashd: Core daemon for full-node mode
  • tools/: Directory with CLI utilities and blockchain tools
  • pepehash.conf: Example configuration file

🚀 Installation & Usage

  1. Make binaries executable:

    chmod +x pepehash-qt pepehashd
  2. Run the Qt Wallet:

    ./pepehash-qt
  3. Or run the daemon manually:

    ./pepehashd -daemon
  4. Create a configuration file at:

    ~/.pepehash/pepehash.conf

    Example content:

    rpcuser=yourrpcusername
    rpcpassword=yoursecurepassword
    daemon=1
    server=1
    

🔐 Security Tips

  • Do not share your wallet.dat
  • Use a strong rpcpassword
  • Always back up your .pepehash/ directory

📄 License

This project is licensed under the MIT License.