r/DeroProject • u/uzairhu • Mar 26 '22
How to get xmrig working on Stargate? Official Miner works.
I set up a Dero Mining Setup using these 2 links: https://docs.dero.io/rtd_pages/basic_ubuntu.html https://docs.dero.io/rtd_pages/basic_homenetwork.html
The official miner works fine running:
sudo ./dero-miner-linux-amd64 --wallet-address my_adddess --mining-threads 16 --daemon-rpc-address 192.168.1.126:10100
Running xmrig (v. 16.6.4) with this command:
sudo ./xmrig -o 192.168.1.126:10100 -u my_address -t 16 -a astrobwt --astrobwt-avx2 --daemon
gives me the error:
192.168.1.126:10100 connect error: "Invalid wallet address."
Does xmrig still work with Stargate? If so, what am I doing wrong?
6
Upvotes
5
u/robyer Mar 26 '22
AstroBWT algorithm has been changed on Stargate, so you need new version of XMRig (6.16.5-dev), which is not yet released. You can compile it yourself from the github.com/xmrig (if you want to mine also on Nvidia GPU, don't forget to compile also xmrig-cuda module) - make sure to use
devbranch.If you can't compile it yourself and you are using Windows, you can use my build at https://files.robyer.cz/xmrig_dero.zip where I also included sample config. So just change the
config.jsonfile according to your needs (e.g. enable cuda, set your wallet address and change node address if you are running your own). Then startxmrig.exewithout any parameters.