Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Dimelord on April 13, 2014, 03:45:50 PM



Title: What are you guys doing to compile your wallets into executables?
Post by: Dimelord on April 13, 2014, 03:45:50 PM
Cant seem to get this to work on eclipse.  ::) Anyone have a tutorial?


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: roslinpl on April 13, 2014, 03:58:54 PM
Cant seem to get this to work on eclipse.  ::) Anyone have a tutorial?


What wallet you are compiling?


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: Dimelord on April 13, 2014, 04:23:47 PM
https://github.com/Dimelord/dimecoin (https://github.com/Dimelord/dimecoin)


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: roslinpl on April 13, 2014, 06:43:07 PM
https://github.com/Dimelord/dimecoin (https://github.com/Dimelord/dimecoin)


So why you posted this "Bitcoin Forum > Bitcoin > Development & Technical Discussion" <- here?


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: Bit_Happy on April 13, 2014, 06:56:17 PM
For Windows, Apple or Linux?
I've heard Windows can be the most difficult, and am interested in seeing the answers/new tutorials.


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: Dimelord on April 13, 2014, 07:03:33 PM
https://github.com/Dimelord/dimecoin (https://github.com/Dimelord/dimecoin)


So why you posted this "Bitcoin Forum > Bitcoin > Development & Technical Discussion" <- here?
Because it is a fork of bitcoin qt. It should be exactly the same no? It was a general question anyway, but you asked what wallet.


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: Dimelord on April 13, 2014, 07:04:59 PM
For Windows, Apple or Linux?
I've heard Windows can be the most difficult, and am interested in seeing the answers/new tutorials.
I always wonder how these altcoin devs get everything together. It's like pulling teeth trying to get information out of people on here.


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: Dimelord on April 13, 2014, 10:14:05 PM
Now I have somebody else who wants to do this too. Can ANYBODY tell me?


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: crunchynut on April 13, 2014, 10:16:48 PM
you probably forgot about the complete and up to date documentation you've written for your coin:
https://github.com/Dimelord/dimecoin/tree/master/doc


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: sphere on April 13, 2014, 10:22:21 PM
Hi,


Here you go :

I recommend you use EasyWinBuild. You can put this folder in the contrib file of any alt-coin click "__all_easywinbuilder.bat" and it will install everything you need and compile the QT for you automatically :  https://bitcointalk.org/index.php?topic=252931 .

Note Easywinbuilder installs the openssl with heartbleed.

Or

https://bitcointalk.org/index.php?topic=149479.0  - Step by step guide.


If your just having some stick to compiling on Linux, much easier.  


Quick, check out Globe ... Best crypto ! : https://bitcointalk.org/index.php?topic=360255.0


Title: Re: What are you guys doing to compile your wallets into executables?
Post by: Dimelord on April 13, 2014, 10:34:04 PM
Hi,


Here you go :

I recommend you use EasyWinBuild. You can put this folder in the contrib file of any alt-coin click "__all_easywinbuilder.bat" and it will install everything you need and compile the QT for you automatically :  https://bitcointalk.org/index.php?topic=252931 .

Note Easywinbuilder installs the openssl with heartbleed.

Or

https://bitcointalk.org/index.php?topic=149479.0  - Step by step guide.


If your just having some stick to compiling on Linux, much easier.  


Quick, check out Globe ... Best crypto ! : https://bitcointalk.org/index.php?topic=360255.0
Thanks so much man!