Are you mad at Hsrminer_Neoscrypt because it tries to connect to dead pools for several hours, making your farms waste time and profits?
So am I, because I'm just another miner like you, and I want my rigs to work 24/7!
And here is my solution:
This is fork of Hsrminer Neoscrypt miner.Latest fork's version:
22.01.2018 What was changed/added:~
0% devfee
~
API is working! By default you can connect to 127.0.0.1:4068 from the same computer. For now working api commands are "summary", "threads", "pool", "histo", "hwinfo",
"meminfo", "help". Commands like "threads" and "hwinfo" need some tuning, as they don't show fan rpm now, will be done later.
You can check that API is working with monitoring software like Awesome Miner, choose ccminer-style API.
~ Option
-b ip:port added to control API, usage example:
-b 0.0.0.0 will allow to connect from external hosts, for now you can control access via firewall, option --api-allow will be added later
-b 0 will disable API.
~
-r N option added, where N is number of reconnect attempts, usage example:
hsrminer_neoscrypt_fork.exe -r 1 -o URL -u User -p Pass
This option will make miner try to reconnect 1 time if connection to pool failed and then exit.
If you specify -r 0 , miner will exit immediately after connection to pool lost.
See
fork's help screen for all options.
Download:https://github.com/justaminer/hsrm-fork/raw/master/hsrminer_neoscrypt_fork.zipChecksum for hsrminer_neoscrypt_fork.exe:
SHA256: 53309426ab3b51bbd5c0fbe94d7c34419531080eb482597d3fd6344268734b80
Here is very simple but handy AutoIt script I've made to autorun miners, especially ones with -r option. What it does:
runs specified miner in infinite loop, if miner exits due to pool connection failure (-r option must be specified), script selects next pool from your list and runs miner with it's url. If miner crashes with additional window "Program has stopped working bla bla", script kills miner's process and restarts miner with current pool url. Script adds every important event to specified log file.
To use this script you need:
1) specify your values in the beginning of the script (miner's path, .exe name, cmdline list with your pool's urls, etc) - all parameters are filled with default example ones so you will get the idea how to fill it.
2) download AutoIT3 from its
homepage.
3) install autoit-v3-setup.exe, then run C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2exe_x64.exe and convert this script to .exe file for easy use. Then you can run miner_autorun.exe manually or put its SHORTCUT (not .exe file itself!) into Windows Startup folder to autorun it with Windows start.
You can modify this script as you wish, and "recompile" it with Aut2exe_x64.exe
If you have any questions, feel free to ask.
You can feedback to this topic, I will try to help you if I will be able to.
If you will like this software, you can donate to BTC address: 1DDZ54Uy59ph5k5aJA4NpMPX6WkKWuY19c
Enjoy!I run the miner as is using a batch file i created for ccminer.exe and it shows the splash screen but it just bombs out to the prompt.
No idea why . No log file no debug.
Please help me.