How to mine Vecno (VE) with GPU (MemHash)
Vecno is a proof-of-work BlockDAG blockchain built on the GHOSTDAG protocol — the same family as Kaspa — focused on community-driven, fair mining. It uses the MemHash algorithm, which is ASIC-resistant and optimized for GPU mining. This guide shows how to connect to NushyPool and start mining VE on PPS or Solo.
About the Vecno blockchain
Vecno inherits the scalability and speed of GHOSTDAG. The blockchain produces 1 block per second , providing fast confirmations and efficient share accounting for miners.
Emission schedule
Vecno launched with no pre-mine and no pre-sale. The maximum supply is 200 million VE, distributed through a smooth reduction schedule similar to Kaspa's model.
- Address prefix: VE addresses start with vecno:
- Block time: Approximately 1 block per second
Mining Vecno
Vecno uses MemHash , a memory-hard proof-of-work algorithm designed to be ASIC-resistant and efficient on modern GPU hardware.
Vecno Wallet
You can create a Vecno wallet using the official node package. Visit
vecnoscan.org
to explore the blockchain and check your address balance.
MemHash works best on GPU hardware. Both NVIDIA and AMD GPUs are supported.
The only dedicated miner for Vecno is the official open-source vecno-miner.
| Miner | Source | Dev Fee | Hardware | OS | Download |
|---|---|---|---|---|---|
| vecno-miner | Open source | 0.00% | GPU | Windows/Linux | vecno-miner |
| vecnopool-de-miner | GitHub | Not specified | CUDA/ROCm GPU | Linux x86_64 | vecnopool-de-miner |
| vecno-miner-vecnoski | GitHub | Not specified | Not specified | Linux x86_64 | vecno-miner-vecnoski |
| vecno-opti-miner | GitHub | 2.5% | NVIDIA GPU (CUDA) | Linux x86_64 | vecno-opti-miner |
| vecno-minergirl | GitHub | 2.5% | NVIDIA GPU (CUDA) | Linux x86_64 | vecno-minergirl |
| Pool | Location | Stratum Difficulty | Pool URL |
|---|---|---|---|
| PPS | Asia | Auto | as.nushypool.com:50010 |
| Solo | Asia | Auto | as.nushypool.com:50011 |
| PPS | Europe | Auto | nushypool.com:50010 |
| Solo | Europe | Auto | nushypool.com:50011 |
| PPS | Americas/Other | Auto | us.nushypool.com:50010 |
| Solo | Americas/Other | Auto | us.nushypool.com:50011 |
To start mining
Download the latest release of vecno-miner from GitHub and unpack the archive. If Windows warns that the miner is "potentially unwanted software", you may need to allow it in Windows Security settings.
Find the nearest server and ping it. A latency under 100 ms is ideal for stable mining.
$ ping nushypool.com
Run vecno-miner with your Vecno wallet address and a worker name of your choice.
$ ./vecno-miner --mining-address vecno:youraddress --stratum-server nushypool.com --stratum-port 50010 --stratum-worker myworker
You can also generate a ready-to-run command on the VE Pool Page using the "Start Mining" button.
For real-time alerts about your workers and payouts, subscribe to our Telegram bot — it notifies you when a worker goes offline or when a payout is sent.
Good luck!
Yours NushyPool
Developer, Miner