Remco Ros

Results 68 comments of Remco Ros

> Hello @remcoros . > > There are many projects are built in `CleanArchitecture`, with specific patterns. If we use what "we can", actually we can break architecture principles (Behaviors,...

The API_URL should be a public IP or hostname, not the internal docker host. Your browser needs to be able to reach that API_URL.

the UI is a full client-side (browser) app. So all API calls go from your browser directly to the public-pool API. You need open the API port to the world...

We worked around it by registering application insights BEFORE any other (keyed) services. In our case that was Orleans 8

Also happening on Ubuntu noble. A workaround seems to be to install proper GPU drivers, and enable GPU support on the docker container and in Wasabi.

running memtest in a VM is unreliable because it only has access to a portion of the real ram. For true results, run it on the host machine

@drgarlic give me a ping when shutting down bitcoin core is not needed anymore. I created several StartOS wrappers and can probably help with this. As you said, stopping the...

That's awesome! Would it be possible for you to add Dockerfile(s) / docker-compose, to make building/running this locally without installing the dev dependencies on a local machine? That would make...