Post
Topic
Board Announcements (Altcoins)
Re: 🚀🌕[ANN] [RSL] [POW/Scrypt8K] [Low Premine] LiteNote: the solution to email spam
by
jimboscott
on 10/07/2019, 21:07:49 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

The daemon is still just flooding with this...

2019-07-10T21:07:00Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12710
2019-07-10T21:07:00Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12722
2019-07-10T21:07:00Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12724
2019-07-10T21:07:01Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12725
2019-07-10T21:07:01Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12726
2019-07-10T21:07:02Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12727
2019-07-10T21:07:02Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12728
2019-07-10T21:07:03Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12738
2019-07-10T21:07:03Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12833
2019-07-10T21:07:03Z ThreadRPCServer incorrect password attempt from 127.0.0.1:12935
2019-07-10T21:07:04Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13021
2019-07-10T21:07:04Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13135
2019-07-10T21:07:05Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13210
2019-07-10T21:07:05Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13303
2019-07-10T21:07:06Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13386
2019-07-10T21:07:06Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13471
2019-07-10T21:07:06Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13536
2019-07-10T21:07:07Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13537
2019-07-10T21:07:07Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13538
2019-07-10T21:07:08Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13539
2019-07-10T21:07:08Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13540
2019-07-10T21:07:09Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13541
2019-07-10T21:07:09Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13542
2019-07-10T21:07:09Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13543
2019-07-10T21:07:10Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13553
2019-07-10T21:07:10Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13554
2019-07-10T21:07:11Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13555
2019-07-10T21:07:11Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13556
2019-07-10T21:07:12Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13575
2019-07-10T21:07:12Z ThreadRPCServer incorrect password attempt from 127.0.0.1:13576


Not working.  CLI client does not default to proper RPC configuration and nowhere is that documented.


Also - this...

'2019-07-10T20:59:57Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2530
2019-07-10T20:59:58Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2531
2019-07-10T20:59:58Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2532
2019-07-10T20:59:59Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2533
2019-07-10T20:59:59Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2534
2019-07-10T21:00:00Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2537
2019-07-10T21:00:00Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2548
2019-07-10T21:00:00Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2550
2019-07-10T21:00:01Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2551
2019-07-10T21:00:01Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2552
2019-07-10T21:00:02Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2553
2019-07-10T21:00:02Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2554
2019-07-10T21:00:02Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2555
2019-07-10T21:00:03Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2569
2019-07-10T21:00:03Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2637
2019-07-10T21:00:04Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2743
2019-07-10T21:00:04Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2800
2019-07-10T21:00:05Z ThreadRPCServer incorrect password attempt from 127.0.0.1:2917 etc etc etc.


'Make sure the litenoted server is running and that you are connecting to the correct RPC port.'

My server is running... but where do I configure the port?


If litenoted isn't running with rpcuser/rpcpassword set to null/null, then remove `--rpcuser=null --rpcpassword=null` from the generate command.



Sorry - got caught in the wrong part of the thread.

The dameon is constantly spamming that there is an incorrect password attempt as seen above.

Also, the GUI wallet is nothing but a blank window on my machine.