Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Quffen Coin - Revolutionizing Digital Transactions with Unmatched Speed!
by
Quffen
on 02/02/2024, 00:39:25 UTC
Mining guide

Extract the zip file quffen-qt-windows.zip

Open "Run" with the keyboard shortcut winkey + r.

Enter the following text behind "Open": notepad

Press on the button "OK".

Paste the following into notepad.

Code:
rpcuser=rpc_quffen
rpcpassword=dR2oBQ3K1zYMZQtJFZeAerhWxaJ5Lqeq9J2
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
addnode=node3.walletbuilders.com

Click on the menu item "File" -> "Save As...".

The open dialog box will appear, click on "Save as type" and select the option "All Files (*.*)".

Enter the following text behind "File name": quffen.conf

Click on the menu bar, type the following text %appdata% and press on the enter key. enter

Create the folder Quffen and open the folder.

Press on the button "Save".

Create a new file with the keyboard shortcut ctrl + n.

Paste the following into notepad.

Code:
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 for /f %%i in ('quffen-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
 quffen-cli.exe generatetoaddress 1 %WALLET_ADDRESS%
goto begin

Click on the menu item "File" -> "Save As...".

The open dialog box will appear, click on "Save as type" and select the option "All Files (*.*)".

Enter the following text behind "File name": mine.bat

Click on the menu bar, open the location where you extracted the zip file quffen-qt-windows.zip.

Press on the button "Save".

Open your wallet and execute mine.bat to mine your first block.