For Solo
@echo off
REG ADD "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /f /v Disabled /t REG_DWORD /d 1 >nul
REG ADD "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /t REG_DWORD /d 1 >nul
REG ADD "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v Disabled /t REG_DWORD /d 1 >nul
REG ADD "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /t REG_DWORD /d 1 >nul
@echo Windows Error Reporting UI was Disabled !!!
@echo -------------------------------------------
set NXS_WALLET_ADDRESS=localhost
:begin
nexus_cpuminer.exe %NXS_WALLET_ADDRESS% 9325 "" %1 %2 %3
goto begin
For Pool
@echo off
REG ADD "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /f /v Disabled /t REG_DWORD /d 1 >nul
REG ADD "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /t REG_DWORD /d 1 >nul
REG ADD "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v Disabled /t REG_DWORD /d 1 >nul
REG ADD "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /t REG_DWORD /d 1 >nul
@echo Windows Error Reporting UI was Disabled !!!
@echo -------------------------------------------
:begin
nexus_cpuminer.exe nexusminingpool.com 9549 NXSWALLETADDRESS %1 %2 %3
goto begin
Hope this helps
I am using
http://www.nexusminingpool.com/ takes a few seconds to load. But been mining on that with my laptop, waiting for my miner to arrive.
Hope this helps
@ethereal_ai
@echo off
REG ADD "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /f /v Disabled /t REG_DWORD /d 1 >nul
REG ADD "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /t REG_DWORD /d 1 >nul
REG ADD "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v Disabled /t REG_DWORD /d 1 >nul
REG ADD "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /t REG_DWORD /d 1 >nul
@echo Windows Error Reporting UI was Disabled !!!
@echo -------------------------------------------
set NXS_WALLET_ADDRESS=localhost
:begin
nexus_cpuminer.exe %NXS_WALLET_ADDRESS% 9325 "" %1 %2 %3
goto begin
That's all you need in a. bat file to register? I didn't set up while never solo.