hoping fixed on new update
The Windows version is currently a cross build of the Linux one - I will see if I find a Windows compiler that can compile it to get rid of the cross build runtimes. It seems they cause most of the problems, since the code is (except from 1 line) the same.
Could you explain why in this version you added a connection to a cloud hosting?
The first thing it does is connect to a mining site, it is OK
The second is a personal account in www.linode.com
It is not done directly from lolminer.exe, it is done trough explorer.exe
This looks to me you are doing this way to bypass firewalls
Very suspicious
What?!?
lolMiner.exe can establish at most 3 connections:
1) The one you use for mining to your pool
2) The one for the dev fee, which currently will likely be (dependent of the coin) minexpool.nl, suprnova.cc or miningpoolhub.com
3) The API connection. When you start the miner with API port given the Windows Firewall will kick in and ask if lolMiner is allowed to do so or not.
There is no more code inside that does any connection or load. Also the only thing that it will do to interact with Windows explorer is searching for the Kernel files in its /kernel directory and load the user_config.json. I guaranty that no more is done, especially it does not connect any cloud service or other 3rd party side.
this:
Start /wait /B /high lolMiner.exe !PARAMS!
if ERRORLEVEL 0 goto :MINE
Start /wait /B /high lolMiner.exe !PARAMS!
if ERRORLEVEL 0 goto :EXIT
:EXIT
For some reason on some Windows 10 versions the check for the error code does not wait for the program to be finished. I have no idea why, because usually that /wait indicates it should. I changed that line of the batch script with purpose that on a 0 sol/s bug or a stratum problem the miner just should restart because often that fixes the problem. So I use different error codes on return (concretely the error code 134 indicates that the miner assumes that a plain restart will not fix the problem. That is the reason why the Linux restart script tests for this error code). Never the less thank you for providing a solution that works. I think I will change back to the old restart script.
I read the teams request to add the coin just a few minutes before the release, which was a bit too late. But it will be added in 0.41, likely within in this week.