How do I mine a Super8 Coin block in Windows?

Use the following instructions to mine a block.
Open your wallet, and make sure your wallet is connected with a node.
Your wallet is connected when you see the icon

in the lower right corner of your wallet.
Close your wallet and create the file super8.conf in the folder “%APPDATA%\super8”.
Paste the following text into super8.conf and save the file.
rpcuser=rpc_super8
rpcpassword=kysaittiut898fyfuyr45atr7
rpcallowip= 127.0.0.1
rpcport=8797
listen=1
server=1
addnode=142.93.112.156
addnode=206.81.15.224
Open your wallet.
Create a .bat file named mine.bat in the same folder where you extracted super8-cli.exe and paste the following text into mine.bat.
@echo off
set path_cli=%cd%
cd %path_cli%
echo Press [CTRL+C] to stop mining.
:begin
super8-cli.exe generate 1
goto begin
Save the file.
Execute mine.bat to start mining your first block.
It will take some time to mine block, depending on your computer hardware.
![Super8 Coin [Super8 network]](https://miro.medium.com/fit/c/160/160/2*m3GQaAS9_R5fQxPTjlT_4w.png)