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

TeamRed.ps1 - Dual Mine Abel + KLS/PYI/IRON #2729

Open
Chadwicksracing opened this issue Apr 1, 2024 · 9 comments
Open

TeamRed.ps1 - Dual Mine Abel + KLS/PYI/IRON #2729

Chadwicksracing opened this issue Apr 1, 2024 · 9 comments
Assignees
Labels
miner issue Some miner is not behaving, like it should solved An issue has been solved

Comments

@Chadwicksracing
Copy link

image

I wanted to dual mine Abel with Pyrin, or Karlsen, or ironfish. I am unable to do so. I tried adding this code:

# Dual mining Abel
[PSCustomObject]@{MainAlgorithm = "abel";         DAG = $true; MinMemGb = 5;   Params = ""; DevFee = 1.0; ExtendInterval = 3; ExcludeCompute = @("GCN1","GCN2"); SecondaryAlgorithm = "ironfish"; SecondAlgorithmXlat = "Blake3IronFish"} #Abelian/ABEL + IRON
[PSCustomObject]@{MainAlgorithm = "abel";         DAG = $true; MinMemGb = 5;   Params = ""; DevFee = 1.0; ExtendInterval = 3; ExcludeCompute = @("GCN1","GCN2"); SecondaryAlgorithm = "karlsen"; SecondAlgorithmXlat = "KarlsenHash"} #Abelian/ABEL + KLS
[PSCustomObject]@{MainAlgorithm = "abel";         DAG = $true; MinMemGb = 5;   Params = ""; DevFee = 1.0; ExtendInterval = 3; ExcludeCompute = @("GCN1","GCN2"); SecondaryAlgorithm = "pyrin"; SecondAlgorithmXlat = "PyrinHash"} #Abelian/ABEL + PYI
#[PSCustomObject]@{MainAlgorithm = "abel";        DAG = $true; MinMemGb = 5;   Params = ""; DevFee = 1.0; ExtendInterval = 3; ExcludeCompute = @("GCN1","GCN2"); SecondaryAlgorithm = "sha512256d"} #Abelian/ABEL + RXD

I added this to algorithms.json (./Data)
"abel": "Abelian",

I added this to miners.config.txt (./Config/):
{
"MainAlgorithm": "Abelian",
"SecondaryAlgorithm": "Blake3IronFish",
"Params": "",
"MSIAprofile": "",
"OCprofile": "",
"Difficulty": "",
"Penalty": "",
"HashAdjust": "",
"Hash2Adjust": "",
"Disable": "0",
"Tuning": "0",
"ShareCheck": "",
"Intensity": ""
},
{
"MainAlgorithm": "Abelian",
"SecondaryAlgorithm": "HeavyHashPyrin",
"Params": "",
"MSIAprofile": "",
"OCprofile": "",
"Difficulty": "",
"Penalty": "",
"HashAdjust": "",
"Hash2Adjust": "",
"Disable": "0",
"Tuning": "0",
"ShareCheck": "",
"Intensity": ""
},
{
"MainAlgorithm": "Abelian",
"SecondaryAlgorithm": "KarlsenHash",
"Params": "",
"MSIAprofile": "",
"OCprofile": "",
"Difficulty": "",
"Penalty": "",
"HashAdjust": "",
"Hash2Adjust": "",
"Disable": "0",
"Tuning": "0",
"ShareCheck": "",
"Intensity": ""
},

No matter what I do, the stat file will not report/write. I can review the log file for teamred, and dual mining does work.

@RainbowMiner RainbowMiner self-assigned this Apr 2, 2024
@RainbowMiner RainbowMiner added the miner issue Some miner is not behaving, like it should label Apr 3, 2024
RainbowMiner added a commit that referenced this issue Apr 3, 2024
- fix some algorithms, add dual mining Abelian + KLS/KAS/PYI (issue #2729)
@RainbowMiner RainbowMiner added the solved An issue has been solved label Apr 3, 2024
@RainbowMiner
Copy link
Owner

Almost - we needed some Xlat information, so that abel is correctly translated to Abelian

@Chadwicksracing
Copy link
Author

git pull and try it?

@RainbowMiner
Copy link
Owner

Yes, that would be super.

@Chadwicksracing
Copy link
Author

Chadwicksracing commented Apr 3, 2024 via email

@Chadwicksracing
Copy link
Author

{
"Live": 0.0,
"Minute": 0.0,
"Minute_Fluctuation": 0.0,
"Minute_5": 0.0,
"Minute_5_Fluctuation": 0.0,
"Minute_10": 0.0,
"Minute_10_Fluctuation": 0.0,
"Hour": 0.0,
"Hour_Fluctuation": 0.0,
"Day": 0.0,
"Day_Fluctuation": 0.0,
"ThreeDay": 0.0,
"ThreeDay_Fluctuation": 0.0,
"Week": 0.0,
"Week_Fluctuation": 0.0,
"Duration": "00:00:40.6152183",
"Updated": "2024-04-04T00:38:48.4788376Z",
"Failed": 0,
"PowerDraw_Live": 0.0,
"PowerDraw_Average": 0.0,
"Diff_Live": 0.0,
"Diff_Average": 0.0,
"Ratio_Live": 0.0,
"Benchmarked": "2024-04-04T00:33:52.0258384Z",
"Version": "0.10.18",
"LogFile": "Teamred-Abelian_KarlsenHash-GPU#00-GPU#01-GPU#02-GPU#03-GPU#04-GPU#05-GPU#06-GPU#07-40900_2024-04-04_00-33-52.txt",
"IsFL": false
}

Still not recording hashrates. Miner is working, and submitting shares. I checked all configs and downloaded fresh, still an issue.

Also trying to figure out TONDUAL (GRAM)

@RainbowMiner
Copy link
Owner

Ok, no problem, I will check. I already have an idea what is happening. Most probably the MinerAPI for Teamred needs an update.

RainbowMiner added a commit that referenced this issue Apr 4, 2024
- fix typo in miner module (issue #2729)
- fix mining check in MinerAPIs
@Chadwicksracing
Copy link
Author

Still an issue, printing "0" in stats file. Pulled from yesterdays update.

@RainbowMiner
Copy link
Owner

Could you please be so kind and send me a Debug file from this machine? Just click "Debug file" on http://localhost:4000, save the file and drop it here.

@Chadwicksracing
Copy link
Author

debug_2024-04-05.zip
Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
miner issue Some miner is not behaving, like it should solved An issue has been solved
Projects
None yet
Development

No branches or pull requests

2 participants