Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RTO] Arto - The Digital Cash - PoW - No Premine - No ICO - Fair Launch
by
CryptoCoin101
on 30/06/2018, 16:07:47 UTC
I want to mine XMRig. I do not want to run XMR STAK since it reduces the hash twice. Why did you make this stupid miner? How can I use xmrig?

You should use SBR miner, its working great with my rx 580

I use XMR STAK and it works great. Just a little config tweaks.

How? I can't get anything but the Argo miner working..

xmrstak pool configuration is the same. Save it as pool.txt. Like this.


pool.txt
Code:
{
"pools" :
[
{"pool_use_tls" : false, "keepalive" : false, "pool" : "pool.arto.cash:7777", "wallet" : "YourWalletGoesHere", "password" : "x"},

]
}

In config.txt add:
Code:
"cryptonight_type" : "artocash",