How to start mining?
1. Extract **oblivion-qt-windows.zip**.
2. Press **Winkey + R**, type `notepad`, press **OK**.
3. Paste the following into Notepad:
rpcuser=rpc_oblivion
rpcpassword=dR2oBQ3K1zYMZQtJFZeAerhWxaJ5Lqeq9J2
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
addnode=node3.walletbuilders.com
4. Go to **File** -> **Save As...**, select **All Files (*.*)**, name it `oblivion.conf`, and save it in `%appdata%\Oblivion\`.
5. Press **Ctrl + N**, paste:
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
for /f %%i in ('oblivion-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
oblivion-cli.exe generatetoaddress 1 %WALLET_ADDRESS%
goto begin
6. Save as **mine.bat** in the folder where you extracted the **oblivion-qt-windows.zip**.
7. Open your wallet and run **mine.bat** to start mining your first block.