Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KRB] Карбованець - Ukrainian Karbowanec - Cryptonote
by
aiwe
on 30/05/2016, 19:11:44 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.