Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KRB] Карбованець - Ukrainian Karbowanec - Cryptonote
by
vedran82
on 30/05/2016, 20:36:29 UTC
any hint what miner can be used?
Claymore says "unknown wallet address" :/
Use Wolf's open source AMD miner instead: https://github.com/wolf9466/wolf-xmr-miner/releases
What config on this miner

Code:
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
"index": 0,
"corefreq": 1000,
"memfreq": 1500,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 1336,
"worksize": 8
}
],
"pools":
[

{
"url": "stratum+tcp://52.21.253.162:7777",
"user": "PASTE_YOUR_WALLET_ADDRESS_HERE",
"pass": "x"
}

]
}
]
}

This is for AMD R9 290X. Play with rawintensity and worksize if you have other card. For example 1024 and 16 respectively.

Which drivers do you use? The miner can't recognize graphic card (3xR9 380) no matter which index I try. Other miners work fine...