onemorebsmith / kaspa-stratum-bridge

Bridge/Adapter between the stratum-based miners and a kaspad node
MIT License
66 stars 101 forks source link

Solo pool testing #35

Closed Tkorrick closed 2 years ago

Tkorrick commented 2 years ago

Discussed in https://github.com/onemorebsmith/kaspa-stratum-bridge/discussions/34

Originally posted by **onemorebsmith** September 26, 2022 Thread for reporting issues with the solo pool

I keep seeing this error for no miner address. My shares submitted seem to stop and restarting the miner clears it for a short time. Using BZMiner 11.1.0. There are no errors in the miner window on any of the miners. Just no shares being found.

image
Tkorrick commented 2 years ago

Follow-up: I still see the occasional err_no_miner_address but I have been running for 30 minutes with shares producing. The only thing I did different was to switch to LOLMINER 1.59a. Great latency time - better than I got over at WoolyPooly. THANKS FOR THIS WORK!

I will keep you posted as I try and mine for a day and compare to my previous history.

onemorebsmith commented 2 years ago

FYI I've found that lol 1.59a has been generating invalid blocks all day, might want to swap to bz miner or srb if possible.

Tkorrick commented 2 years ago

Bummer. Thanks. Unfortunately BZminer stops creating shares on your pool for me after 5-10minutes. It keeps mining just no shares.

onemorebsmith commented 2 years ago

That issue should have been fixed as of 5 minutes ago, give bz another try if you don't mind :)

Bheleu commented 2 years ago

Did you update SimeonOnSecurity's pull request? “Implement docker image CICD“ Thanks! … the request was to update it to the latest stratum, so it would actually mine blocks, been 12 days.

Tkorrick commented 2 years ago

That issue should have been fixed as of 5 minutes ago, give bz another try if you don't mind :)

Ok Trying now - will let run overnight and see how it goes!

Tkorrick commented 2 years ago

Still not working for me. I have no issues on other pools as a check.

Here is a shot of the miner showing hashrate is still going but there are no shares. All miners running same version on same OS on same drivers.

image

Notice the share count

image

And Hashrate is reporting:

image
onemorebsmith commented 2 years ago

Actually found the issue! Turns out there was a state that a miner could get in that you were connected so the bridge stopped sending but your socket was never closed. If you have 10 minutes or so today I'd appreciate it if you gave it another try @Tkorrick

https://github.com/onemorebsmith/kaspa-stratum-bridge/commit/fb5cf9ae42ad7d3568f4ae3547f6b31aa5e882ce#diff-76c87456b045e8b97b0294a03970d8d5bd869a443afb928a6a0bbda5c028ca29L134

Bheleu commented 2 years ago

Did you update it to the latest stratum, see simeononsecurity pull request 12 days ago?

Tkorrick commented 2 years ago

@onemorebsmith Starting my miners up now. BTW did you fix the LOLminer 159a issue?

onemorebsmith commented 2 years ago

@Tkorrick I upgraded the kaspa node this morning to 12.7 to see if that addresses it. Lollideb said that no one else has reported it so I'm leaning on that being the issue

onemorebsmith commented 2 years ago

Not looking good. Ugh. Thanks anyways. I'll look closer later today

Tkorrick commented 2 years ago

@onemorebsmith Sorry to say still have the issue with miners dropping to zero. Strange I don't have the issue with LOLMINER but do with BZMINER. My rigs are mostly NVIDIA so can't use SRBMINER.

onemorebsmith commented 2 years ago

@Tkorrick I switched all my rigs to bz to try and chase it down

onemorebsmith commented 2 years ago

@Tkorrick my Nvidia rig froze but my amd rigs kept going which seems to mirror what you saw. I'll poke the dev and see what's up

Tkorrick commented 2 years ago

Strange right? I have 8 rigs. Maybe 1 will stay mining while the rest drop to zero shares. No error or rejected share messages in the miner. Thanks for looking into it!

onemorebsmith commented 2 years ago

Just hit a good block with lolminer 1.59a so I think that's good to go now at least.

Tkorrick commented 2 years ago

Ok - will move over on 1.59a

onemorebsmith commented 2 years ago

All issues discussed so far should be addressed by https://github.com/onemorebsmith/kaspa-stratum-bridge/releases/tag/v1.1.4

onemorebsmith commented 2 years ago

@Tkorrick ⬆️

onemorebsmith commented 2 years ago

@Tkorrick did you get a chance to verify this fix worked for you?