Skip to content
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

Feature request - Mining schedule #57

Open
Thatmanontheright opened this issue Aug 10, 2019 · 1 comment
Open

Feature request - Mining schedule #57

Thatmanontheright opened this issue Aug 10, 2019 · 1 comment
Labels
feature New feature or request
Milestone

Comments

@Thatmanontheright
Copy link
Contributor

Request for scheduled mining.
Scenario: Alice always works from 7 till 5. She would like the miner to be on while she is away on turn off when she comes home. With scheduled mining she can set and forget.

@gertjaap gertjaap added the feature New feature or request label Oct 3, 2019
@gertjaap gertjaap added this to the 2.0 milestone Oct 3, 2019
@Joedang
Copy link

Joedang commented Mar 23, 2021

FYI, this feature is built into most/all operating systems. On Linux and Mac you can use Cron jobs, and Windows has Task Scheduler.

For example, Alice could add the following Cron jobs:

# start the miner at 5pm (1700) Monday through Friday
0 1700 * * 1-5 /path/to/vertcoin-ocm

# kill the miner at 7am (0700) Monday through Friday
0 0700 * * 1-5 /sbin/pkill vertcoin-ocm

Similarly, on Windows, Alice could create a scheduled task that starts vertcoin-ocm.exe at 5pm Mon.-Thurs. that terminates after running for 10 hours and another scheduled task that starts at 5pm on Friday and terminates after 58 hours.

@KforG KforG modified the milestones: 2.0, 3.0 Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants