I miss a basic and important knoweledge.
Already cloned and modified a coin under linux.
If need to compile a gui wallet for windows i need to use this guide?
qmake under linux will create a wallet for linux but not for windows right?
And i don't understand if the wallet will be compiled with stake option taken from source gthub repository of the cloned coin.
Thanks.
Or i can make an exe file under linux to compile windows wallet?
Sometimes i see very nice wallets, with nice graphics. qmake will create them from the code source?
I mean, i will clone an XXX coin that already have a personal wallet with different layout, i will mod the source code, change block rewards,name,stuff here and ther, then with qmake command i will create a wallet similar to the original ones? or i always will get the vintage grey wallet as for standard bitcoin or litecoin?
Hello fabula?
If your *coin is derived from an older version of Bitcoin, say pre 0.9.x , then using the
*coin-qt.pro on Windows, should
qmake the
makefile.release &
makefile.debug for
mingw32-make to "eat"! It has been working for me for 18 months or so that I have been in this "racket"! Of course one must attune ones *coin-qt.pro and probably the derived makefile.release/debug for one's own environment. And don't forget the intermediate
object_script.*coin-qt.Release/Debug files too if you add "goodies"
Think of how many OpenSSL versions have gone "under the bridge" like water: 1.0.1c,e,h,i,j that one had to update in the .pro or .release files!
Ron