Post
Topic
Board Tokens (Altcoins)
Re: [ANN][HACD]Hacash Diamond - The first ever PoW NFT | CPU | Store of Value
by
FsJsxy
on 22/07/2023, 18:26:45 UTC
Hacash now available for mine from project AresMiner - https://github.com/MultiMinerAres/AresminerRebuild/releases/tag/1.1.0

Use your CPU with Ares for get best results and high hashrate.
Fee - 0.5%

You need create and edit bat file for start minig HACD.

Example:
Code:
@echo off
cd %~dp0
cls

AresProject.exe --disable-gpu --algorithm "algo" --pool "pool:port" --wallet "wallet_address" --gpu-boost 3
pause