Post
Topic
Board Mining software (miners)
Re: BFGMiner 5.0.0: GBT+Stratum, RPC, Mac/Linux/Win64, BlackArrow Prospero, KnC Nep.
by
Muhammed Zakir
on 29/11/2014, 13:05:25 UTC
What is unclear from the README descriptions?

I didn't understand round robin and load balance. Huh

They're commands for your OS - so usually useful for things like sending emails, SMS, etc.
BFGMiner will try to restart dead miners on its own by default, though... If the entire PC needs to be rebooted, *nix has a "reboot" command (I imagine Windows has some command to do it as well).

Thanks! I found it from stackoverflow.

  • shutdown -r  — restarts
  • shutdown -s  — shutsdown
  • shutdown -l  — logoff
  • shutdown -t xx  — where xx is number of seconds to wait till shutdown/restart/logoff
  • shutdown -i  — gives you a dialog box to fill in what function you want to use
  • shutdown -a  — aborts the previous shutdown command

Additional options:
  • -f — force the selected action

I used : --cmd-dead shutdown-r-f .  Smiley

  ~~MZ~~