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:
litenote-cli --rpcuser=null --rpcpassword=null generate 1
goto :loop
run it
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.