RavenProject / Ravencoin

Ravencoin Core integration/staging tree
https://www.ravencoin.org
MIT License
1.07k stars 673 forks source link

Any help connecting xmrig directly ? #1193

Open Jahzwolf opened 2 years ago

Jahzwolf commented 2 years ago

I have xmrig running hitting unmineable pool making fractional ravencoin. I want to point it at my full node. It is not fully synced so I am hoping that is the reason I get end of file errors. Anyone done this ?

./xmrig -o 127.0.0.1:8767 -a rx/0 -u RWdWHUVkJrEHL6VCA6FV1m15ajufzjmTei

Jahzwolf commented 2 years ago

Still no miner able to Mine directly to a Core Node Apparently a Stratum Server is necessary.

Yikes seems like a low hash miner needs to be directly on the node to stand a chance

Seal-Clubber commented 2 years ago

No tests were done on it with xmrig, but give this a try: ravencoin-stratum-proxy, please share your config setup if you get it to work :D

corviato1 commented 11 months ago

@Jahzwolf if you are mining to your own node, try adding this to the config(raven.conf): server=1

To enable CPU mining (not recommended) gen=1: genproclimit=-1:

You also may need to configure the port in your router.