onemorebsmith / kaspa-stratum-bridge

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

Running kaspa bridge separated from monitoring no stats appearing #44

Closed jvxis closed 2 years ago

jvxis commented 2 years ago

Hi @onemorebsmith, I ran it all together using docker-compose all files. Then I decided to run Kaspa-Bridge as a separate service, so I ran docker-compose monitoring only. The services went up, and I could access the dashboard, but so far, no data. I did a curl localhost 2114, and the stats are there, but they do not appear on the Dashboard for some reason. Thanks JVX

rpringst commented 2 years ago

I had to make sure firewall rules are set such that the host can talk in/out on port 2114. I'm using a dedicated windows box, and outright disabled windows firewall (nothing on pc, no wallet stored there, etc), relying instead on my Dedicated Network Firewall/Router.

jvxis commented 2 years ago

Thanks. It was port 2114. You nailed it!