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

2.2.9 Not progressing drops #620

Closed
nexus667 opened this issue Oct 21, 2023 · 8 comments · Fixed by #622
Closed

2.2.9 Not progressing drops #620

nexus667 opened this issue Oct 21, 2023 · 8 comments · Fixed by #622
Assignees
Labels
type: 🐛 bug Something isn't working

Comments

@nexus667
Copy link

Description

I did a git pull at the beginning of the week and it did not get any claims for any of the streams it was setup to follow. On 10/20/2023 I did a git checkout 56473f0 (2.2.8) and rebuild and now it is working again.

Version / commit

2.2.9

Relevant log output

No response

@nexus667 nexus667 added the type: 🐛 bug Something isn't working label Oct 21, 2023
@Rakambda
Copy link
Member

When you say "claims", is it drops claim?

@nexus667
Copy link
Author

nexus667 commented Oct 21, 2023 via email

@Rakambda Rakambda mentioned this issue Oct 21, 2023
@Rakambda
Copy link
Member

You can try this version and see if it fixes the issue : https://www.dropbox.com/t/IypFESct3ix9odZ3
If you prefer to build it from sources, you can checkout the hotfix/gh-620 branch.

@Rakambda
Copy link
Member

The only thing that changed between 2.2.8 & 2.2.9 is how drop live are detected. Before we were looking for a "DropsEnabled" tag, but it seems like it isn't always present on all stream. So i removed that check.
It may be possible that you have another streamer that is falsly being mined because CPM things there's drops to get.

@nexus667
Copy link
Author

nexus667 commented Oct 21, 2023 via email

@Rakambda Rakambda changed the title 2.2.9 Update Broken 2.2.9 Not progressing drops Oct 21, 2023
@nexus667
Copy link
Author

I downloaded the dropbox file and I'm seeing progress in the drops now. If I was trying to use git checkout what other steps do I need to do before running the jar file.

git checkout -b hotfix/gh-620
Switched to a new branch 'hotfix/gh-620'

@Rakambda
Copy link
Member

$ git checkout -b hotfix/https://github.com/RakambdaOrg/ChannelPointsMiner/issues/620
Switched to a new branch 'hotfix/https://github.com/RakambdaOrg/ChannelPointsMiner/issues/620'
$ ./gradlew build -x test
...
$ java -jar miner/build/libs/miner-shaded.jar --settings config.json

@nexus667
Copy link
Author

The download jar file from dropbox worked for the streamers I had setup for Saturday & Sunday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: 🐛 bug Something isn't working
Projects
None yet
2 participants