dethe

Results 25 comments of dethe

I deployed the devcontainer but I can't connect it via `localhost:3000`. It says `The connection was reset` in Firefox

Yes, I am using VSCode to use devcontainer. The output of `docker ps` is this: ``` user@beast ~> docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2bdaa4f4af9c maybe_devcontainer-app...

Yes, the output: ``` root@2bdaa4f4af9c:/workspace# bin/dev 15:58:50 web.1 | started with pid 9461 15:58:50 css.1 | started with pid 9462 15:58:51 web.1 | => Booting Puma 15:58:51 web.1 | =>...

Yes, fully local. I have tried to make everything as described in the both README and your instructions.

I encountered this one too, Fedora 38 Cuda 12.3 EDIT: Fixed it via downloading http://archive.ubuntu.com/ubuntu/pool/multiverse/n/nvidia-cuda-toolkit/libnvrtc10.1_10.1.243-3_amd64.deb and extracting it via `ar x libnvrtc10.1_10.1.243-3_amd64.deb` then found the libnvrtc.so.10.1 and moved it near...

~~I support adding Rust codebase to the project in general. Rust blocks memory-leaks, has built-in package manager and many features. It is also being used by many professional and world-wide...

this issue is already resolved by me in previous commits

Yes, but for now. They will open the exchange to mainnet when they complete it.

For anybody looking this at the future time, [I have implemented](https://github.com/monumexyz/libmonero/blob/main/src/crypt/cryptonight/slow_hash.rs) the CryptoNight algorithm pure-Rust based on the [original whitepaper](https://web.archive.org/web/20190911221902/https://cryptonote.org/cns/cns008.txt). The problem is, Monero doesn't use the exact same algorithm...