Use your own PEPEPOW wallet address.
Quick start
Full mining guideConnect to PEPEPOW Lab Pool
Use your PEPEPOW wallet as the miner username. Add .worker if you want worker-level tracking.
Pool Endpoint
pool.pepepow.net:39333SOLO Endpoint
pool.pepepow.net:39334Algorithmhoohash-pepew / v110
Password
xPOOL Mining (Shared Round Distribution)
Reward SchemePPLNS / Round Share Weighted (1.0% Pool Fee)
Endpointstratum+tcp://pool.pepepow.net:39333
Username
YOUR_WALLET.workerPassword
xPURE SOLO Mining (100% Net Finder Reward)
Reward SchemePure SOLO (Finder receives 100% of net miner reward after 1.0% SOLO pool fee)
Endpointstratum+tcp://pool.pepepow.net:39334
Username
YOUR_WALLET.workerPassword
xNote
Protocol-level developer, masternode, and foundation reward outputs are unaffected.
Setup flow
Use stratum+tcp://pool.pepepow.net:39333.
Open Miner Lookup after mining starts.
CPU example
./hoo_cpu -o stratum+tcp://pool.pepepow.net:39333 -u YOUR_WALLET.worker1 -t 1 -p x --pepepow
GPU example
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/hoo_gpu/libs ./hoo_gpu -o stratum+tcp://pool.pepepow.net:39333 -u YOUR_WALLET.worker1 -gpu-id 0 -p x --pepepow
Replace YOUR_WALLET.worker1 with your own wallet address and optional worker name.
Static difficulty / sd= notes
Some miners support adding sd= to the worker name to request a static difficulty. These are starting points only and may need testing.
Raspberry Pi
sd=10Low-end CPUUsually do not use
sd=High-end CPU
sd=100 or greaterGPURoughly
sd=100 per MH/sYOUR_WALLET.rpi,sd=10 YOUR_WALLET.cpu,sd=100 YOUR_WALLET.gpu10mh,sd=1000
GPU example: a 10 MH/s worker can start around sd=1000. This rule of thumb still needs real-world testing.
Pool notes
- Accepted shares usually appear within about one minute.
- Pool-side accepted shares are activity records, not reward guarantees.
- The website exposes public snapshots only, not daemon or wallet RPC.