Zephyr

Mining Zephyr (ZEPH)

Step-by-step guide to mining ZEPH on NushyPool

From Mining Guides

How to mine Zephyr (ZEPH) with CPU (RandomX)

Zephyr uses the RandomX proof-of-work algorithm, which is best suited for CPU mining. This guide shows how to connect to NushyPool and start mining ZEPH on PPS or Solo.




What you need

  • A Zephyr wallet address (ZEPH addresses start with ZEPHYR).
  • A CPU miner (examples below).
  • A worker name (you will use it as [address].[worker]).

Recommended mining software

Below is a short list of popular RandomX CPU miners.

Miner Source Hardware OS Download
XMRig recommended Open source CPU Windows/Linux XMRig
XMRig-MO Open source CPU Windows/Linux XMRig-MO
XMRigCC Open source CPU Windows/Linux XMRigCC
SRBMiner-Multi Closed source CPU Windows/Linux SRBMiner
XMR-Stak Open source (archived) CPU Windows/Linux XMR-Stak

Connection to pool

Pool URLs
Pool Algorithm Pool URL
PPS RandomX nushypool.com:40009
Solo RandomX nushypool.com:45009

To start mining

1. Download and unpack the miner

If Windows warns that a miner is "potentially unwanted software", you may need to explicitly allow it in Windows Security.

2. Test the connection with the pool

$ ping nushypool.com
3. Run the miner

Use [address].[worker] as your username so the pool can attribute shares to your worker.

XMRig example (PPS):

$ ./xmrig -a rx/0 -o nushypool.com:40009 -u [address].[worker]

SRBMiner example (PPS):

$ ./SRBMiner-MULTI --algorithm randomx --pool nushypool.com:40009 --wallet [address].[worker]

You can also generate a ready-to-run command on the ZEPH Pool Page using the "Start Mining" button.


Good luck!

Yours NushyPool
Developer, Miner

About

Mine with honest, transparent payouts. NushyPool is built by miners for miners.

Miners for Zephyr

  1. XMRig
  2. SRBMiner
  3. XMRig-MO
  4. XMRigCC
  5. XMR-Stak

CPU tips

  1. Enable large/huge pages if supported by your OS.
  2. Keep CPU temperature under control for stable hashrate.
  3. Use a unique worker name per machine.