This repository contains the official PepeHash (PPH) graphical wallet built with Qt, along with essential tools for developers and power users running Ubuntu Linux.
- 🧠 User-friendly Qt wallet for sending/receiving $PPH
- 🔐 Encrypted wallet support
- 📜 Transaction history
- 🧱 PSBT & raw transaction support
- 🛠️ Developer tools included
- OS: Ubuntu 20.04 / 22.04 LTS (x86_64)
- UI: Qt 5 or Qt 6
- Architecture: 64-bit
pepehash-qt
: Qt graphical wallet binarypepehashd
: Core daemon for full-node modetools/
: Directory with CLI utilities and blockchain toolspepehash.conf
: Example configuration file
-
Make binaries executable:
chmod +x pepehash-qt pepehashd
-
Run the Qt Wallet:
./pepehash-qt
-
Or run the daemon manually:
./pepehashd -daemon
-
Create a configuration file at:
~/.pepehash/pepehash.conf
Example content:
rpcuser=yourrpcusername rpcpassword=yoursecurepassword daemon=1 server=1
- Do not share your
wallet.dat
- Use a strong
rpcpassword
- Always back up your
.pepehash/
directory
This project is licensed under the MIT License.