PEPEPOW Lab Pool

How to Mine

Connection settings for this pool. Full mining setup remains on pepepow.org.

Quick start

Full mining guide

Connect to PEPEPOW Lab Pool

Use your PEPEPOW wallet as the miner username. Add .worker if you want worker-level tracking.

Pool Endpointpool.pepepow.net:39333
SOLO Endpointpool.pepepow.net:39334
Algorithmhoohash-pepew / v110
Passwordx

POOL Mining (Shared Round Distribution)

Reward SchemePPLNS / Round Share Weighted (1.0% Pool Fee)
Endpointstratum+tcp://pool.pepepow.net:39333
UsernameYOUR_WALLET.worker
Passwordx

PURE 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
UsernameYOUR_WALLET.worker
Passwordx
Note

Protocol-level developer, masternode, and foundation reward outputs are unaffected.

Setup flow

1Prepare a wallet

Use your own PEPEPOW wallet address.

2Set the pool endpoint

Use stratum+tcp://pool.pepepow.net:39333.

3Check accepted shares

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 Pisd=10
Low-end CPUUsually do not use sd=
High-end CPUsd=100 or greater
GPURoughly sd=100 per MH/s
YOUR_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.