Pages:
Author

Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer - page 40. (Read 1232701 times)

legendary
Activity: 1764
Merit: 1022
Why does this wallet say the program cant run because LIBEAY32.dll is missing


  vertcoin-qt-v0.9.0.1-WIN64

cheers

Because you downloaded a version that was missing a .dll. Download it again and it will work.
hero member
Activity: 528
Merit: 500
Why does this wallet say the program cant run because LIBEAY32.dll is missing


  vertcoin-qt-v0.9.0.1-WIN64

cheers
sr. member
Activity: 392
Merit: 250
I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team

It's there now Cheesy

Thanks I'm installing NOW  Grin

EDIT

"This application failed to start because libeay32.dll was not found. Re-installing the application may fix this problem."  Huh

Windows 7 64

EDIT2

windows 8.1

Ok, 1 sec.

When dynamically linking, include the DLLs. I prefer to statically link for this reason.

I thought I'd got them all, I guess not. I updated them, try downloading again.
sr. member
Activity: 392
Merit: 250
I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team

It's there now Cheesy

Thanks I'm installing NOW  Grin

EDIT

"This application failed to start because libeay32.dll was not found. Re-installing the application may fix this problem."  Huh

Windows 7 64

EDIT2

windows 8.1

Ok, 1 sec.
newbie
Activity: 57
Merit: 0
same error ..... win8.1 64
legendary
Activity: 1120
Merit: 1000
I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team

It's there now Cheesy

Thanks I'm installing NOW  Grin

EDIT

"This application failed to start because libeay32.dll was not found. Re-installing the application may fix this problem."  Huh

Windows 7 64

EDIT2

windows 8.1
sr. member
Activity: 392
Merit: 250
I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team

It's there now Cheesy
legendary
Activity: 910
Merit: 1000
I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team
ditto
legendary
Activity: 1120
Merit: 1000
I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team
sr. member
Activity: 392
Merit: 250
newbie
Activity: 14
Merit: 0
After updating to the newest drivers (14.9), sgminer for Lyra2RE is working... yay!
I should have checked that first Smiley

I can't change clocks, freqs or voltage of my 280x on 14.9 so I don't even want to touch that driver.

What driver do you use/prefer?
full member
Activity: 304
Merit: 100
After updating to the newest drivers (14.9), sgminer for Lyra2RE is working... yay!
I should have checked that first Smiley

I can't change clocks, freqs or voltage of my 280x on 14.9 so I don't even want to touch that driver.
newbie
Activity: 14
Merit: 0
After updating to the newest drivers (14.9), sgminer for Lyra2RE is working... yay!
I should have checked that first Smiley
newbie
Activity: 14
Merit: 0
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?
sr. member
Activity: 392
Merit: 250

The cross compiling makefile hasn't been updated in months. Your best bet to compile a windows wallet is to use MinGW natively.
legendary
Activity: 1904
Merit: 1003
Got this on 3xR9 290, headless ubuntu 13.10, 14.9 catalyst



with dumb settings: --xintensity 256 -w 512 --gpu-threads 2 -k Lyra2RE --gpu-engine 1000 --gpu-memclock 1500 --gpu-powertune 20

Rejects = stales.

Ah, it's better with --xintensity 128
full member
Activity: 196
Merit: 100
full member
Activity: 196
Merit: 100
Yes.

1 error.
Quote
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
 #include
                                                     ^
compilation terminated.
makefile.linux-mingw:119: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1

Solution
Quote
ln -s /usr/include/boost/ /home/compile/vertcoin/src/

2 error
Quote
allocators.h:12:53: fatal error: openssl/crypto.h: No such file or directory
 #include // for OPENSSL_cleanse()
                                                     ^
compilation terminated.
makefile.linux-mingw:119: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1

Solution
Quote
ln -s /usr/include/openssl/ /home/compile/vertcoin/src/


3 error
Quote
In file included from main.h:13:0,
                 from checkpoints.cpp:10:
stealth.h:19:23: fatal error: secp256k1.h: No such file or directory
 #include
                       ^
compilation terminated.
makefile.linux-mingw:119: recipe for target 'obj/checkpoints.o' failed
make: *** [obj/checkpoints.o] Error 1

Solution
Quote
ln -s /usr/local/include/secp256k1.h /home/compile/vertcoin/src/

And 4 error - I cant get solution
Quote
db.h:14:20: fatal error: db_cxx.h: No such file or directory
 #include
                    ^
compilation terminated.
makefile.linux-mingw:119: recipe for target 'obj/db.o' failed
make: *** [obj/db.o] Error 1
sr. member
Activity: 392
Merit: 250
jamesl22, I try to compile makefile.linux-mingw, but have some errors.
There are some - a guide ?

Are you trying to cross-compile?
full member
Activity: 196
Merit: 100
jamesl22, I try to compile makefile.linux-mingw, but have some errors.
There are some - a guide ?
Pages:
Jump to: