Bitcoin Forum
July 18, 2024, 03:40:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
Author Topic: Building headless Bitcoin and Bitcoin-qt on Windows  (Read 419329 times)
nuggetbram
Full Member
***
Offline Offline

Activity: 326
Merit: 100



View Profile
June 29, 2014, 11:51:45 PM
 #681

64 bit binaries
64 bit binaries can be compiled by using the following toolchain:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-posix/seh/x86_64-4.9.0-release-posix-seh-rt_v3-rev2.7z/download

All dependencies must be rebuilt with the above toolchain.
Openssl should be configured with:
Code:
Configure mingw64
Hello all.  I'm stuck here and worried that if I don't do it properly, that nothing will work properly so I thought I'd ask.
Where it says "All dependencies must be rebuilt with the above toolchain." do I have to go through the entire process again up until this point but using mingw64? 

Or do I only need to type "Configure mingw64" somewhere?  If so, where do I type it?

Sorry for the noob question.  Any info appreciated.

Go back through the process replacing any instances of mingw in config commands (e.g Configure mingw64). You don't need to redone load the dependencies, only reconfigure them. You also need to specify mingw64 in your PATH variable before mingw32
zaqco
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 30, 2014, 02:43:56 AM
 #682

Go back through the process replacing any instances of mingw in config commands (e.g Configure mingw64). You don't need to redone load the dependencies, only reconfigure them. You also need to specify mingw64 in your PATH variable before mingw32
Alright, will do. 
Thank you.
vs9841
Member
**
Offline Offline

Activity: 83
Merit: 100


View Profile
July 02, 2014, 12:31:25 PM
 #683

Dear Dev:

Can we arrange a complete version of QT5.3.1??

---------1000000-----------
vs9841
Member
**
Offline Offline

Activity: 83
Merit: 100


View Profile
July 02, 2014, 12:35:42 PM
 #684

Dear dev:
I just donated 500 XRP to you, thank you for the tutorial

---------1000000-----------
Delivereath
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
July 02, 2014, 08:20:37 PM
Last edit: July 02, 2014, 08:54:25 PM by Delivereath
 #685

Hi,

After compiling a qt wallet, the application stops at startup without displaying any screen nor error message. I've check edon Windows event viewer and I just see an error without any useful message.

What can I do in this case to debug the application ? Any debug tool that I could use ?
nitrogenetics (OP)
Full Member
***
Offline Offline

Activity: 131
Merit: 108



View Profile
July 02, 2014, 10:02:08 PM
 #686

64 bit binaries
64 bit binaries can be compiled by using the following toolchain:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-posix/seh/x86_64-4.9.0-release-posix-seh-rt_v3-rev2.7z/download

All dependencies must be rebuilt with the above toolchain.
Openssl should be configured with:
Code:
Configure mingw64
Hello all.  I'm stuck here and worried that if I don't do it properly, that nothing will work properly so I thought I'd ask.
Where it says "All dependencies must be rebuilt with the above toolchain." do I have to go through the entire process again up until this point but using mingw64? 

Or do I only need to type "Configure mingw64" somewhere?  If so, where do I type it?

Sorry for the noob question.  Any info appreciated.

If you have compiled 32 bit dependencies you should make clean, reconfigure then make them again. If you need both 32 and 64 bit binaries you can use different source folders or better install them in different folders after compilation. Installation folder can be usually specified with --prefix while configuring.


Dear Dev:

Can we arrange a complete version of QT5.3.1??

Qt 5.3.1 works fine, I've just updated the first post.


Dear dev:
I just donated 500 XRP to you, thank you for the tutorial


Thanks! Much appreciated Wink


Hi,

After compiling a qt wallet, the application stops at startup without displaying any screen nor error message. I've check edon Windows event viewer and I just see an error without any useful message.

What can I do in this case to debug the application ? Any debug tool that I could use ?

Which bitcoin version? Did you get a working daemon executable?

BTC: 1NWQ4TarCCC7j1XY26KRFFEtLYbPP6S3DH
XRP: rJkbeyRaUYDmcukEyLYVfn56QDM9VhybZG
vs9841
Member
**
Offline Offline

Activity: 83
Merit: 100


View Profile
July 03, 2014, 08:44:29 AM
 #687

dev:
Thank you very much

---------1000000-----------
vs9841
Member
**
Offline Offline

Activity: 83
Merit: 100


View Profile
July 05, 2014, 08:29:16 AM
 #688

I try to compile QT 5.3.1 + Mingw4.9.0 + OPENSSL。

http://download.qt-project.org/official_releases/qt/5.3/5.3.1/single/qt-everywhere-opensource-src-5.3.1.7z
-----------------------------------------------------------
Code:
set INCLUDE=h:\deps\libpng-1.6.12;h:\deps\openssl-1.0.1h\include
set LIB=h:\deps\libpng-1.6.12\.libs;h:\deps\openssl-1.0.1h

cd h:\Qt\5.3.1
configure -opensource -confirm-license -static -no-sql-sqlite -opengl desktop -no-vcproj -system-zlib -system-libpng -openssl-linked OPENSSL_LIBS="-lssl -lcrypto" -nomake examples

mingw32-make
-----------------------------------------------------------

---------1000000-----------
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
July 06, 2014, 04:40:42 AM
 #689

malware bytes reports a virus in libpng.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
vs9841
Member
**
Offline Offline

Activity: 83
Merit: 100


View Profile
July 08, 2014, 01:24:41 AM
 #690

malware bytes reports a virus in libpng.
virus in libng?
How do you find?

---------1000000-----------
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
July 08, 2014, 06:03:28 PM
 #691

malware bytes reports a virus in libpng.
virus in libng?
How do you find?

Well, it may be a generic false positive, because i even got the warning when compiling from the official source.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
coinerer
Hero Member
*****
Offline Offline

Activity: 1386
Merit: 593



View Profile WWW
July 10, 2014, 05:50:05 PM
 #692


Did anybody successfully compile whole packages qtbase v5.3.1 and qttools v5.3.1 at Windows 8? (using MinGW & gcc 4.9.0)


It seems everything is fully ok with 5.3.0, but with 5.3.1 is not: qttools fails at/near the end.

Despite that problems with the qttools v5.3.1 I can successfully build both quarkcoind.exe and quarkcoin-qt.exe with the latest versions of all other available libraries.



                    ▆█    █▆
    ▆█      ████    ████      █▆
████      ████    ████      ████
████      ████    ████      ████
████      ████    ████      ████ 
████      ████    ████      ████
████      ████    ████      ████ 
████      ████    ████      ████
▀███▄    ████   ████    ▄███▀
    ▀████████   ████████▀
           ▀▀████    ████▀▀
I|I|I        LOW LATENCY &       
           HIGH THROUGHPUT       
      SUBNET TECHNOLOGY        
                           ▄▄███████▄▄
                        ▄██████████████▄
            〓〓〓〓〓〓▄███████████████████▄〓〓〓〓〓〓
        〓〓〓        ▄█████████████████████▄        〓〓〓
     〓〓〓      〓〓 ▄███████████████████████▄  〓〓     〓〓〓
 〓〓〓        〓〓   █████████████████████████     〓〓      〓〓〓
▅          ▅        ██████████████████████████        ▅         ▅
 〓〓〓      〓〓〓   █████████████████████████    〓〓〓      〓〓〓     
     〓〓〓     〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓      〓〓〓       
         〓〓〓       ▀█████████████████████▀        〓〓〓
              〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
                        ▀███████████████▀
                           ▀▀███████▀▀
    PERFECT FIT   
    FOR DEPIN         
I|I|I 
▄███████████████████▄
████▄░▄░███████▀▄████
█████▄▀█▄▀███▀▄██████
███████░██░▀▄████████
████████▄▀█▄▀████████
████████▀▄▀██░███████
██████▀▄███░██▄▀█████
████▀▄██████▄▀▀░▀████
▀███████████████████▀
 
▄███████████████████▄
█████████████████████
██████▀░░▀▀▀░░▀██████
█████░░▄▄░░░▄▄░░█████
████▌░░██▌░▐██░░▐████
████░░░░▀░░░▀░░░░████
████▄▄░▀▄▄▄▄▄▀░▄▄████
█████████████████████
▀███████████████████▀
 
▄███████████████████▄
███████████████▀▀████
██████████▀▀▀    ████
█████▀▀▀   ▄▀   █████
██      ▄█▀     █████
█████████      ██████
███████████▄   ██████
█████████████▄▄██████
▀███████████████████▀
apple_talk
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


"Proof-of-Asset Protocol"


View Profile
July 17, 2014, 11:35:12 PM
 #693

"removed older instructions about bitcoin 0.8.6 with qt5"
can you be more specific?

What was the reason, I remember using qt5 few months back with 0.8.6 with additional changes in some files, it works. what went wrong now?

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
nitrogenetics (OP)
Full Member
***
Offline Offline

Activity: 131
Merit: 108



View Profile
July 18, 2014, 10:00:12 AM
 #694

Nothing wrong with it, just some instructions decluttering (also I didn't have time to check if it still worked with the latest qt libraries).
I may readd a brief notice about 0.8.6 and qt5 compatibility if you think it's needed.

BTC: 1NWQ4TarCCC7j1XY26KRFFEtLYbPP6S3DH
XRP: rJkbeyRaUYDmcukEyLYVfn56QDM9VhybZG
apple_talk
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


"Proof-of-Asset Protocol"


View Profile
July 18, 2014, 04:16:33 PM
 #695

Nothing wrong with it, just some instructions decluttering (also I didn't have time to check if it still worked with the latest qt libraries).
I may readd a brief notice about 0.8.6 and qt5 compatibility if you think it's needed.

Thanks, look forward to see some easy way to implement 0.8.6 into qt5.3


|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
apple_talk
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


"Proof-of-Asset Protocol"


View Profile
July 18, 2014, 04:33:09 PM
 #696

http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.zip is not valid anymore.

Next one available is 4.8.6

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
SalimNagamato
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 27, 2014, 02:15:40 PM
 #697

very good guide
worked on first try

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 28, 2014, 12:49:24 PM
Last edit: July 28, 2014, 02:11:55 PM by Amph
 #698

you really need to install all those things, to get this to work? isn't just qt creator+mingw enough?
nuggetbram
Full Member
***
Offline Offline

Activity: 326
Merit: 100



View Profile
July 28, 2014, 01:32:44 PM
 #699

you really need to install all those thing, toget this to work? isn't just qt creator+mingw enough?

Rember when installing bitcoin on Linux you need to have several dependencies - libboost, libels etc. windows simply has a much, much more complex and irritating installation procedure.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 28, 2014, 02:20:54 PM
 #700

you really need to install all those thing, toget this to work? isn't just qt creator+mingw enough?

Rember when installing bitcoin on Linux you need to have several dependencies - libboost, libels etc. windows simply has a much, much more complex and irritating installation procedure.

there is a zip link for all the dependencies?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  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!