Dvd-Znf

Results 7 comments of Dvd-Znf

As quoted from the README: “XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and [GhostRider](https://github.com/xmrig/xmrig/tree/master/src/crypto/ghostrider#readme) unified CPU/GPU miner and [RandomX benchmark](https://xmrig.com/benchmark).” Bitcoin uses neither of those...

I am experiencing the exact same issue (Maybe this is related to #174 ?) You can try updating CUDA to the latest version 12.1 and see if anything changes Also...

Found temporary solution for building xmrig-cuda: Add the -DCUDA_ARCH=(Your compute capability) when using cmake You can find out your "compute capability" by looking at the official tables provided by nvidia:...

afaik #29 added tor routing for p2p, so ye no --anonymous-inbound address for rpc Personally, im running tor outside of docker :P

But for RPC [it doesn’t look like](https://docs.getmonero.org/running-node/monerod-tori2p/#node-configuration) you need to pass it to monerod config no? All you would need is to [setup the tor hidden service](https://community.torproject.org/onion-services/setup/) like you would...

@voltagebushels82 Thanks!! The onion address does appear to be reachable now, but it changes on every container restart, Maybe having a permanent volume for the tor keys would be nice,,,