public EwbfMiner(IMinerLog log, String path, String name, EwbfConfiguration configuration) : base(log) { this.path = path; this.name = name; this.configuration = configuration; }
public ProcessMiner(IMinerLog log) { this.log = log; }