Post
Topic
Board Mining (Altcoins)
Re: MindMiner v2.28 - miner manager programm with autoswitch between Algos&Polls
by
gtdaniel
on 03/06/2018, 18:31:25 UTC
Thanks for answer!

My algorithms.txt is like this:
{
    "Difficulty":  null,
    "EnabledAlgorithms":  null,
    "DisabledAlgorithms":  null
}

Is ok to manually modify like this:

{
    "Difficulty":  null,
    "EnabledAlgorithms":  null,
    "DisabledAlgorithms":  [ "Blake2s", "X17" ]
}

Seems to work... Thanks!