This part seems wrong:
"@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
for /f %%i in ('aetheris-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
aetheris-cli.exe generatetoaddress 1 %WALLET_ADDRESS%
goto begin"
Can we not just receive address from wallet-qt ? Give me mining script like that please
Extract the zip file aetheris-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.
rpcuser=rpc_user
rpcpassword=RPC-password
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
addnode=mining-p2pool.go.ro
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": aetheris.conf
Click on the menu bar, type the following text %appdata% and press on the enter key. enter
Create the folder Aetheris and open the folder.
Press on the button "Save".
Create a new file with the keyboard shortcut ctrl + n.
Paste the following into notepad.
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
for /f %%i in ('aetheris-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
aetheris-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 aetheris-qt-windows.zip.
Press on the button "Save".
Open your wallet and execute mine.bat to mine
Alternative
Cpuminer
minerd.exe -a scrypt - o
http://127.0.0.1:25197 -u rpc_user -p rpc_password -coinbase-addr wallet-address -t 2