Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo
by
gradinkov
on 30/03/2018, 01:43:22 UTC
I've built sgminer-x16s on Windows, it's completely untested because I don't have AMD hardware. Could anyone try it out and report back?

https://github.com/gradinkov/sgminer-x16s/releases/tag/gradinkov1

https://i.imgur.com/9I4g1qV.png

this is as far as i can achieve to get (with vega). had to move msvcr100.dll into the dir to get that far

edit: also note, your notes mention getting vc-x86, but using the x86 version of msvcr100.dll makes it fail, needed the x64 version : https://www.microsoft.com/en-us/download/details.aspx?id=13523
and the 2010 link supplied is a secure link (needs log in)

That doesn't make any sense, all DLLs and exes are 32 bit. Just inspected them all manually.

Anyhow, tried to build with older ADL SDK, you could give it  a go:

https://github.com/gradinkov/sgminer-x16s/releases/tag/gradinkov2

Note to self: apparently it works with -T flag meaning pdcurses is broken, should rebuild on my own sometime. Thanks Ellife!