예제 #1
0
        protected override void InitSupportedMinerAlgorithms()
        {
            var allGroupSupportedList = GroupAlgorithms.GetAlgorithmKeysForGroup(DeviceGroupType.NVIDIA_3_x);

            allGroupSupportedList.Remove(AlgorithmType.DaggerHashimoto);
            _supportedMinerAlgorithms = allGroupSupportedList.ToArray();
        }
예제 #2
0
        protected override void InitSupportedMinerAlgorithms()
        {
            var allGroupSupportedList = GroupAlgorithms.GetAlgorithmKeysForGroup(DeviceGroupType.CPU);

            _supportedMinerAlgorithms = allGroupSupportedList.ToArray();
        }