how to start mining through litenote-cli.exe in windows?
litenote-gui.exe - does not work. Error Windows cannot find '--rpcpassword=null'
Mining should work in Litenote GUI.
For the CLI, create a .bat file: mining.bat
put inside:
:loop
litenote-cli --rpcuser=null --rpcpassword=null generate 1
goto :loop
run it