Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
cryptrol
on 12/10/2015, 17:53:32 UTC
I built the win64 version of the AMD gpu miner.

On start there are some errors :

Code:
".\groestl256.cl", line xxx : warning: integer conversion resulted in a change
          of sign
        C64e(0x2a86ef4343692aef), C64e(0xf193a6c4c435f1a6),
        ^

Where xxx could be up to 303 and down to at least 225 (I can get the full output if needed).

Also, this :
Code:
"C:\Users\Richard\AppData\Local\Temp\OCL5F33.tmp.cl", line 228: warning: argument of
          type "uchar *" is incompatible with parameter of type "uint *"
        AESExpandKey256(ExpandedKey1);
And finally the results with the following config are 410H/s for a 7950 :

Code:
{
"Algorithms":
[
{
"name": "AEON",
"devices":
[
{
"index": 0,
"corefreq": 925,
"memfreq": 1250,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 1024,
"worksize": 16
}
],
}
]
}

It seems going above 1024 makes the system unstable. Also I don't know what is the worksize param.
Anyone willing to share results ?

EDIT: It also crashes after some time with those parameters. The AMD driver crashes and miner stops.