Skip to content

Closing miner blocks #95

@ebuchman

Description

@ebuchman

This blocks: https://github.com/ethereum/eth-go/blob/master/ethminer/miner.go#L133

Ctrl-C won't let me shut down the program if I'm mining, because sending over the powQuitChan apparently blocks. If I remove that line, everything works fine, but it doesn't seem right. Even if I drain the channel first before sending on it, it still blocks. I don't understand it. Maybe you do? Or maybe we can just remove it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions