Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miner not running #1

Closed
rinkal26783 opened this issue Jul 9, 2018 · 7 comments
Closed

miner not running #1

rinkal26783 opened this issue Jul 9, 2018 · 7 comments
Labels
question Further information is requested solved An issue has been solved

Comments

@rinkal26783
Copy link

I have downloaded master folder and trying to run Start.bat but i see only blank powershell window pwsh.exe

@RainbowMiner
Copy link
Owner

RainbowMiner commented Jul 9, 2018

This happens, if the wrong or more than one powershell version are installed. Please check the installed powershell version(s) (Control Panel -> Programs and Features -> Uninstall a Program).
Best way is

  1. deinstall all PowerShell versions, then reboot.
  2. (re-)install the actual version: https://github.com/PowerShell/PowerShell/releases/download/v6.0.2/PowerShell-6.0.2-win-x64.msi
  3. reboot (important)

.. if the problem persists, please tell me.

EDIT: Please download the new master.zip (https://github.com/RainbowMiner/RainbowMiner/archive/master.zip) again. I had a little bug in the setup-wizard, that caused an endless input loop.

EDIT2: after going through the initial setup (normally you will only have to input your bitcoin wallet address(es) and, possibly a miningpoolhub username. At the end of the setup process, choose "X" to exit the configuration. After that, one or two warning messages will appear plus the download process starts. Give this step a little time. As soon as some miners are downloaded, the benchmark process will start.

@RainbowMiner RainbowMiner added bug Something isn't working question Further information is requested and removed bug Something isn't working labels Jul 9, 2018
@rinkal26783
Copy link
Author

still not working

@boro2000
Copy link

Did you reboot after the new installation of Powershell 6.0.2?

Could you send screenshots of what is happening and the list of installed programs?

@boro2000
Copy link

Check also, that Powershell is in your PATH variable. I had to manually add C:\Program Files\PowerShell\6.0.2 to my PATH after installing the Powershell 6.0.2

Here is a nice tutorial, how to add to PATH environment variable https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/amp/

@RainbowMiner
Copy link
Owner

Thank you. Yes, checking for the PATH is a good idea.

@rinkal26783
Copy link
Author

Adding powershell 6.0.2 to environment path worked.
But, now i have some errors

Set-Service : Service 'Windows Time (W32Time)' cannot be configured due to the following error: Access is denied
At C:\Users\JP\Desktop\RainbowMinerV3.7.3.3\Include.psm1:1371 char:126

  • ... tus -ne "Running" } | Set-Service -StartupType Manual -Status Running
  •                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • CategoryInfo : PermissionDenied: (System.ServiceProcess.ServiceController:ServiceController) [Set-Service], ServiceCommandException
  • FullyQualifiedErrorId : CouldNotSetService,Microsoft.PowerShell.Commands.SetServiceCommand

WARNING: [Test-TimeSync] Time is out of sync by 364.212s! 09:52:26 - syncing now with time.windows.com
WARNING: Pool Balance API (HashRefinery) returned nothing.
WARNING: No miners available.
Set-Service : Service 'Windows Time (W32Time)' cannot be configured due to the following error: Access is denied
At C:\Users\JP\Desktop\RainbowMinerV3.7.3.3\Include.psm1:1371 char:126

  • ... tus -ne "Running" } | Set-Service -StartupType Manual -Status Running
  •                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • CategoryInfo : PermissionDenied: (System.ServiceProcess.ServiceController:ServiceController) [Set-Service], ServiceCommandException
  • FullyQualifiedErrorId : CouldNotSetService,Microsoft.PowerShell.Commands.SetServiceCommand

WARNING: [Test-TimeSync] Time is out of sync by 364.124s! 09:54:47 - syncing now with time.windows.com

@rinkal26783
Copy link
Author

Error solved.
Run Start.bat as Administrator

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Further information is requested solved An issue has been solved
Projects
None yet
Development

No branches or pull requests

3 participants