This repository contains the official PepeHash (PPH) daemon binaries and configuration files for running a full node on Ubuntu Linux systems.
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)
- OS: Ubuntu 20.04 / 22.04 LTS
- CPU: x86_64 architecture
- RAM: ≥ 2 GB (4 GB recommended)
- Disk: ≥ 10 GB (for full blockchain)
pepehashd
: The core daemon executablepepehash.conf
: Sample config filerun.sh
: Bash script to run the daemon in the background
-
Make the daemon executable:
chmod +x pepehashd
-
Create config file in:
~/.pepehash/pepehash.conf
-
Example
pepehash.conf
:rpcuser=yourusername rpcpassword=yoursecurepassword daemon=1 server=1 listen=1
-
Run the daemon:
./pepehashd
- Always use strong
rpcpassword
- Only expose RPC on secure networks
- Backup your
.pepehash/
folder regularly
Licensed under the MIT License.