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

Enumerate Auto-Bans So That bench Command Can Remove Them. #418

Open
UserDC-LeGrand opened this issue Oct 25, 2022 · 4 comments
Open

Enumerate Auto-Bans So That bench Command Can Remove Them. #418

UserDC-LeGrand opened this issue Oct 25, 2022 · 4 comments
Assignees

Comments

@UserDC-LeGrand
Copy link

In the use case where Poolname has two or more pools, and hence two choices for an algo, could the bench miner be expanded to include a 3rd argument to provide a specific pool name, such as:

bench miner wildrig-n-1 curvehash zpool
...or....
bench miner wildrig-n-1 curvehash zergpool

Also, for some reason, it is imposbble to bench curvehash on zpool, even with -Poolname=zpool setting only ... This works on zergpool though.

Please note: Running swarm_start_curvehash.sh test script pointed at zpool.ca works perfectly.

@MaynardMiner
Copy link
Owner

MaynardMiner commented Oct 25, 2022

So you are saying that when -Poolname zpool curvehash does not appear? The likely reason why is because some other parameter is causing it to be skipped over, such as the pool does not have enough hashrate or is not finding enough blocks to your parameter specifications (-min_blocks)

@MaynardMiner
Copy link
Owner

MaynardMiner commented Oct 27, 2022

I can try to add some thing to try to help Swarm find the miner it needs to unban that it banned, but I'm not sure if anything concrete can be made.

-Bans and bans command edit the .json in config\pools.

Swarm doesn't do that, because it bans that specific miner combination. If you look at the files in the folder .\timeout and the files in .\config\pools you will see what I mean...The format is just very different.

@MaynardMiner
Copy link
Owner

MaynardMiner commented Oct 28, 2022

I came up with an idea to make a easier workaround to the fundamental issue, and that is to enumerate the bans that SWARM does.

....

ban 1: cdredge has been banned mining kawpow on zergpool
ban 2: t-rex has been banned mining x16r
ban 3: lolminer-n has been banned mining equihash144/5 on zpool

On get stats screen.

This way I can do:

bench ban number 1

And Swarm will search .\Timeout folder and remove it that specific ban based on the enumeration.

@MaynardMiner MaynardMiner changed the title Enhance the bench command to include pool Enumerate Auto-Bans So That bench Command Can Remove Them. Oct 28, 2022
@UserDC-LeGrand
Copy link
Author

UserDC-LeGrand commented Oct 29, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants