Tutorial - Mine for blocks with Microsoft WindowsMine for blocks with your Windows wallet and the following instructions.
Click
https://github.com/aetherischain/AETHERIS-Windows-Wallet to download the file aetheris-qt-windows.zip.
Open File Explorer and go to your downloads directory.
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=desired_user
rpcpassword=desired_password ex: vhsf4893rfjolk5j4g54uoihòofhrògh
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 your first block.