Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
20431457
Topic
2046563
Board
Announcements (Altcoins)
Re: [ANN][XRY] Royalties | Cryptonote | Upto 15% Interest on Deposits
by
sky62
on
27/07/2017, 20:47:53 UTC
Quote from: maxmad_x on July 27, 2017, 08:41:18 PM
Quote from: sky62 on July 27, 2017, 08:14:10 PM
Quote from: kuduirt on July 27, 2017, 07:27:35 PM
how miming this coin - expain me pliz
miners dont work
I use xmr-miner with gpu Geforce GTX 1070 with only 50 tdp, it works very well with hashrate 670 H / s
Hi Can you please share your config file/batch file? thank you
This is my xmr-miner.bat:
set xmrAddress=your adress
set poolPassword=x
set poolUrl=stratum+tcp://45.76.251.222:3333
set bFactor=8
set bSleep=100
xmrMiner_0.2.1.exe --url=%poolUrl% -u %xmrAddress% -p %poolPassword% --bfactor=%bFactor% --bsleep=%bSleep%
pause