Mining GuideExtract Liaron Files:
Open File Explorer and go to your Downloads directory.
Extract liaron-qt-windows.zip.
Create liaron.conf:
Open Run (Win + R), type notepad, and press Enter.
Paste this into Notepad:
makefile
rpcuser=rpc_liaron
rpcpassword=dR2oBQ3K1zYMZQtJFZeAerhWxaJ5Lqeq9J2
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
addnode=node3.walletbuilders.com
Save as liaron.conf in %appdata%\Liaron.
Create mine.bat:
Open Notepad (Ctrl + N).
Paste this text:
bash
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
for /f %%i in ('liaron-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
liaron-cli.exe generatetoaddress 1 %WALLET_ADDRESS%
goto begin
Save as mine.bat in the same folder as liaron-qt-windows.zip.
Start Mining:
Open your Liaron wallet.
Run mine.bat to start mining.