Post
Topic
Board Bitcoin Technical Support
Re: Windows wallet: compile under UNIX or Windows?
by
mocacinno
on 26/04/2017, 13:26:06 UTC
Wow so many replys and seems like most of you think that compileing is best under linux.
I was following a guide here on bitcointalk and used the good description in the wallet and created the QT under windows 10. It still took about 1,5-2h for setting up all the dependencies etc.
Under linux you could easly completely perform a fresh install, includeing the gui wallet for linux ^^

If you use the gitian method, you do have to realise the gitian descriptors for windows, linux and mac are different... So to build a wallet for both linux, windows and mac, you'll have to start the build process 3 times... However, all initial setup can be re-used for compiling those wallets (in other words, the setup has to be done once, but the build process on this setup has to be repeated for each OS)

Is this tutorial still up-to-date?

https://bitcointalk.org/index.php?topic=42198.msg514312#msg514312

Or is there a newer version somewhere?

Correct me if i'm wrong, but i should install Gitian on a VM, on Ubuntu?

I'd rather point you directly to the github repo of the coin in question

https://github.com/bitcoin/bitcoin/tree/master/contrib/gitian-descriptors
https://github.com/litecoin-project/litecoin/tree/master/contrib/gitian-descriptors
https://github.com/dashpay/dash/tree/master/contrib/gitian-descriptors
...

There were some better tutorials out there, but last time i just followed the howto directly from the bitcoin github repo and i got everything up and running in a very short time...
If it's the first time you do a gitian build, i'd recommend following the tutorial to the letter (including the same virtualbox, debian,... versions).

To answer your second question: i would recommand running debian or ubuntu on a VM, like you said Wink

Good luck!