i tested wolf-xmr-miner v0.4.
Same platform (tahiti gpu), same conf file: it's working in linux (latest commit a7d8072, share accepted) but the official win64 binary (two commits behind) don't work with 16.9.1 driver(low diff share)
i guess the binary need to be build again with latest commit.
my latest win64 binary for aeon (c8a5322) was built with latest commit and is working for me in linux and windows10, 16.9.1 driver.
my xmr conf files:
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
"index": 0,
"corefreq": 975,
"memfreq": 1450,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 640,
"worksize": 16
},
{
"index": -1,
"threads": 1,
"rawintensity": 16,
"worksize": 16
}
],
"pools":
[
{
"url": "stratum+tcp://xmr.crypto-pool.fr:3333",
"user": "44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A",
"pass": "x"
}
]
}
]
}
and my aeon conf file:
{
"Algorithms":
[
{
"name": "AEON",
"devices":
[
{
"index": 0,
"corefreq": 975,
"memfreq": 1500,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 1328,
"worksize": 16
},
{
"index": -1,
"threads": 1,
"rawintensity": 16,
"worksize": 16
}
],
"pools":
[
{
"url": "stratum+tcp://98.238.231.31:5555",
"user": "WmsSWgtT1JPg5e3cK41hKXSHVpKW7e47bjgiKmWZkYrhSS5LhRemNyqayaSBtAQ6517eo5PtH9wxHVmM78JDZSUu2W8PqRiNs",
"pass": "x"
}
]
}
]
}
the source of the "Low difficulty share" is unclear for me, i don't see where it's coming from