Post
Topic
Board Announcements (Altcoins)
Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer
by
gregbe
on 08/12/2014, 13:44:44 UTC
I've downloaded the new sgminer from https://github.com/metalicjames/sgminer-Lyra2RE/releases/download/5.0.0-Lyra2RE-RC1/sgminer-v5-Lyra2RE-RC1-WIN32.zip

When running:
sgminer.exe --kernel Lyra2RE -o stratum+tcp://92.27.201.170:9174 -u blabla.1 -p 1234 --worksize 256--intensity 13 -g 1
I get the following errors:


[08:39:28] Started sgminer 5.0.0
[08:39:28] * using Jansson 2.7
[08:39:28] ATI ADL Overdrive6's API is missing or broken.
[08:39:28] Probing for an alive pool
[08:39:28] 92.27.201.170 difficulty changed to 0.020
[08:39:28] Startup GPU initialization... Using settings from pool 92.27.201.170.
[08:39:28] Startup Pool No = 0
[08:39:28] Building binary Lyra2REJunipergw256l4.bin
[08:39:29] Error -11: Building Program (clBuildProgram)
[08:39:29] ./kernel/blake256.cl(Cool: warning: type qualifier specified more than once
  __constant static const int sigma[16][16] = {
                    ^

./kernel/blake256.cl(Cool: error: storage-class specifiers
          extern/static/register not allowed for variables
  __constant static const int sigma[16][16] = {
             ^

./kernel/blake256.cl(28): warning: type qualifier specified more than once
  __constant static const sph_u32  c_IV256[8] = {
                    ^

./kernel/blake256.cl(28): e[08:39:29] Failed to init GPU thread 0, disabling device 0
[08:39:29] Restarting the GPU from the menu will not fix this.
[08:39:29] Re-check your configuration and try restarting.
Press enter to continue:



This is for an ATI M7820 card (Windows 7 x64) with OpenCL 831.4 (v.2.5, iirc) and ATI driver 8.911.3.4000.
If it helps, I was/am using vertminer-0.5.3 without any issues. It's an older card and not much hashing power (80-90khps), but I'd like to continue participating in the vertcoin network/community post-fork.... is anyone able to help me out?