Post
Topic
Board Announcements (Altcoins)
Re: 🚀🌕[ANN] [RSL] [POW/Scrypt8K] [Low Premine] LiteNote: the solution to email spam
by
Zud71
on 10/07/2019, 19:53:46 UTC
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:
Code:
:loop
litenote-cli --rpcuser=null --rpcpassword=null generate 1
goto :loop

run it

I did, but the CPU load 0% - the generation does not go?