Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Quffen Coin - Revolutionizing Digital Transactions with Unmatched Speed!
by
RTX3070Roglin
on 02/02/2024, 04:07:02 UTC
my Cpu is in 100% usage now ,how to know my hashrate?
how did u start?

ok. i use cli but you can do with gui too.     1.run daemon 2.create wallet 3.load that wallet 3.get new address 4.create .bat (down command) 5.run .bat


@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 quffen-cli.exe generatetoaddress 1 <Your-address>
goto begin