Felix Brucker
Felix Brucker
Please provide more info regarding your OS, node version etc so i can try to reproduce this
@kalosbg are you integrating the api into any plot manager, or just private scripts?
nice, got a github link or similar? might be able to show more stats when using swar compared to gui plotting (gui plotting stats kinda suck)
yes, check out the new additional fields: https://docs.foxypool.io/chia-dashboard-satellite/api/#the-satellite-service-stats-object Btw there is a user in Discord who also implemented support in swar, maybe you both can get in touch given that...
Hey @kalosbg the screen is from a discord user on the foxy discord, the current branch is here (i think): https://github.com/thauch/Swar-Chia-Plot-Manager/tree/chia-dashboard The new (optional) fields are available in the full...
the satellite requires a tcp connection to the chia daemon, please make sure it is reachable from within the satellite container
maybe you do not have the correct ssl certs? must be the same as the daemon uses
it needs to be the daemon private cert and key, those are automatically loaded by checking the chia config.yaml from the configured chia directory
this is one solution, the other one is to make sure the daemon does not listen on localhost only
How do you suggest to implement this breaking change? I'm not sure since which socket.io version the params were not passed as array anymore. Just stumbled across this as i...