Bitcoin Forum
May 18, 2024, 02:11:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 [645] 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 »
  Print  
Author Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer  (Read 1232493 times)
poiuty
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 07, 2014, 11:53:46 PM
 #12881

Where is Windows wallet?
Not ready yet. Soon will be.
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 07, 2014, 11:58:42 PM
 #12882

Where is Windows wallet?
Not ready yet. Soon will be.

I'm very close to making it work...
poiuty
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 08, 2014, 01:51:45 AM
 #12883

jamesl22, I try to compile makefile.linux-mingw, but have some errors.
There are some - a guide ?
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 08, 2014, 01:55:07 AM
 #12884

jamesl22, I try to compile makefile.linux-mingw, but have some errors.
There are some - a guide ?

Are you trying to cross-compile?
poiuty
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 08, 2014, 01:59:57 AM
 #12885

Yes.

1 error.
Quote
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
 #include <boost/algorithm/string/classification.hpp>
                                                     ^
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 <openssl/crypto.h> // 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 <secp256k1.h>
                       ^
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 <db_cxx.h>
                    ^
compilation terminated.
makefile.linux-mingw:119: recipe for target 'obj/db.o' failed
make: *** [obj/db.o] Error 1
poiuty
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 08, 2014, 02:00:50 AM
 #12886

When I link file -> get many errors
https://dl.dropboxusercontent.com/u/59491914/logs/some_error.txt
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
December 08, 2014, 10:00:34 AM
Last edit: December 08, 2014, 10:23:02 AM by sammy007
 #12887

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
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 08, 2014, 10:19:22 AM
 #12888


The cross compiling makefile hasn't been updated in months. Your best bet to compile a windows wallet is to use MinGW natively.
gregbe
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 08, 2014, 01:44:44 PM
 #12889

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?
gregbe
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 08, 2014, 05:09:31 PM
 #12890

After updating to the newest drivers (14.9), sgminer for Lyra2RE is working... yay!
I should have checked that first Smiley
fonyo
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
December 08, 2014, 05:50:40 PM
 #12891

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.
gregbe
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 08, 2014, 05:57:33 PM
 #12892

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?
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 08, 2014, 06:53:26 PM
Last edit: December 08, 2014, 09:39:27 PM by jamesl22
 #12893

Windows wallets released! (64-bit will follow in a couple of hours)64-bit released

Version 0.9.0.1 released! Fixes testnet, fixes version number, confirmed working.

EVERYONE MUST UPDATE THEIR WALLETS NOW!

Wallet downloads:

PlatformLink
Linux Daemon 32-bithttps://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoind-v0.9.0.1-i386.zip
Linux Daemon 64-bithttps://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoind-v0.9.0.1-amd64.zip
Linux-Qt (GUI) 32-bit (Requires libQt4)https://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoin-qt-v0.9.0.1-i386.zip
Linux-Qt (GUI) 64-bit (Requires libQt4)https://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoin-qt-v0.9.0.1-amd64.zip
Windows Daemon 32-bithttps://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoind-v0.9.0.1-win-x86-no-upnp.zip
Windows Qt (GUI) 32-bithttps://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoin-qt-v0.9.0.1-win-x86-no-upnp.zip
Windows Daemon 64-bithttps://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoind-v0.9.0.1-WIN64.zip
Windows QT (GUI) 64-bithttps://github.com/vertcoin/vertcoin/releases/download/v0.9.0.1/vertcoin-qt-v0.9.0.1-WIN64.zip
Mac OSXComing soon
Source Codehttps://github.com/vertcoin/vertcoin/archive/v0.9.0.1.zip

Miners: (Thanks to djm43 for his great work on this!)
PlatformLink
sgminer (AMD) Windowshttps://github.com/metalicjames/sgminer-Lyra2RE/releases/download/5.0.0-Lyra2RE-RC1/sgminer-v5-Lyra2RE-RC1-WIN32.zip
sgminer (AMD) Linuxhttps://github.com/metalicjames/sgminer-Lyra2RE/releases/download/5.0.0-Lyra2RE-RC1/sgminer-v5-Lyra2RE-RC1-amd64-linux.zip
sgminer (AMD) Source Codehttps://github.com/metalicjames/sgminer-Lyra2RE
ccminer (nVidia) Windowshttps://github.com/metalicjames/ccminer-Lyra2RE/releases/download/v1.0-Lyra2RE-RC1/ccminer-Lyra2RE-RC1-WIN32.zip
ccminer (nVidia) Linuxhttps://github.com/metalicjames/ccminer-Lyra2RE/releases/download/v1.0-Lyra2RE-RC1/ccminer-Lyra2RE-RC1-amd64-linux.zip
ccminer (nVidia) Source Codehttps://github.com/metalicjames/ccminer-Lyra2RE

Other software:
SoftwareLink
Python Module for Lyra2RE (for use in external projects)https://github.com/metalicjames/lyra2re-hash-python
Stratum-mining-Lyra2RE (Fork of stratum-mining for MPOS etc USE ONLY AFTER FORK BLOCK!)https://github.com/metalicjames/stratum-mining-Lyra2RE
node-stratum-poolhttps://github.com/sammy007/node-stratum-pool/tree/lyra2re
node-multi-hashinghttps://github.com/sammy007/node-multi-hashing/tree/lyra2re
P2Poolhttps://github.com/metalicjames/p2pool-Lyra2RE

You guys can help by contacting your pool operator/any Vertcoin related services you use and asking them to update to the latest wallet.
silencesilence
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile WWW
December 08, 2014, 08:38:18 PM
 #12894

I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team
volyova
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
December 08, 2014, 08:52:30 PM
 #12895

I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team
ditto
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 08, 2014, 08:53:52 PM
 #12896

I'm waiting for Windows QT (GUI) 64-bit  Tongue

Thanks Vert Team

It's there now Cheesy
silencesilence
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile WWW
December 08, 2014, 08:55:29 PM
 #12897

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
valsens
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 08, 2014, 09:02:11 PM
 #12898

same error ..... win8.1 64
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 08, 2014, 09:06:03 PM
 #12899

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.
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 08, 2014, 09:13:31 PM
 #12900

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.
Pages: « 1 ... 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 [645] 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!