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

[WIP] clean memoy on miner shutdown #1885

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Oct 9, 2018

  1. clean memoy on miner shutdown

    - free host and device memory on shutdown
    - catch exeptions and try to do a clean shurdown (free mem)
    - add key `q` to close the miner
    psychocrypt committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    eff66ca View commit details
    Browse the repository at this point in the history
  2. handle signals

    HAndle signals to close the miner
    psychocrypt committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    b772eed View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. fix segfault

    psychocrypt committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    22a7ce9 View commit details
    Browse the repository at this point in the history