Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Oblivion - A Journey Beyond the Horizon of Traditional Finance!
by
papheadi
on 03/10/2024, 10:09:37 UTC
How to start mining?

1. Extract **oblivion-qt-windows.zip**.
2. Press **Winkey + R**, type `notepad`, press **OK**.
3. Paste the following into Notepad:

Code:
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:

Code:
@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.