April 18, 2024, 06:26:59 PM

Author Topic: Building GoldCoin (GLD) 0.7.x on Linux  (Read 7331 times)

0 Members and 1 Guest are viewing this topic.

Offline akumaburn

  • Lead Developer
  • DevTeam
  • *****
  • Posts: 320
  • Karma: +44/-0
    • View Profile
Building GoldCoin (GLD) 0.7.x on Linux
« on: January 29, 2017, 02:50:14 PM »
In order to build on Linux (Ubuntu in this case):

Requirements:

From "Master" branch

Packages:

libboost-all-dev
libminiupnpc-dev
libdb4.8++-dev
libqt4-dev
libqrencode-dev
libqtwebkit-dev

For GUI:
libqtgui4

How to make:

===Daemon===
From the "src" folder:

mkdir obj
make -f makefile.unix  USE_IPV6=1 USE_UPNP=1 USE_QRCODE=1 64BIT=1 RELEASE=1
strip goldcoind

Note you may need to copy build.h from the obj folder into the src folder

===GUI===
From the goldcoin folder(one directory above src):

qmake bitcoin-qt-nix.pro USE_QRCODE=1 USE_UPNP=1 USE_IPV6=1
make
Want to donate to the Development Team?

GLD:
DztaVPtUd2M5TwfifBUaq5bLrAscYeMbyd

Offline TestingCrypto

  • Gold Panner
  • **
  • Posts: 41
  • Karma: +11/-0
  • The world is what we make it, since the beginning.
    • View Profile
Re: Building GoldCoin (GLD) 0.7.x on Linux
« Reply #1 on: March 31, 2017, 07:02:53 AM »
 :thumbsup:
Applications are creating ways for people around the world to learn, work & innovating the path for the future. Still very few people see what can be built with what is being created here...
E8Gvgpc3j6SXo2EW6sLbjutDrD8f4jcppq

Offline masternode

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Building GoldCoin (GLD) 0.7.x on Linux
« Reply #2 on: May 18, 2017, 03:13:34 PM »
"-g" option increases executable size. Try to remove it on makefile "-g" or qtcreator  shared mk files.

Offline Numbers

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Building GoldCoin (GLD) 0.7.x on Linux
« Reply #3 on: July 06, 2017, 03:28:26 PM »
I Cant get it to install on Linux Mint 17. Is anyone here running the wallet on Linux Mint that can offer a step by step tutorial? I seen a post back from 2013, that suggested making a .deb file for easy install on some Linux distros. That would be greatly appreciated and I think it would also increase wallet installs and coin interest.

I tried running it in wine but it gets an error and shuts down.

Tried installing latest version goldcoin-0.7.5.0

Thanks.

Offline Stouse49

  • Gold Engineer
  • DevTeam
  • *****
  • Posts: 711
  • Karma: +66/-0
    • View Profile
Re: Building GoldCoin (GLD) 0.7.x on Linux
« Reply #4 on: July 12, 2017, 10:35:09 PM »
I Cant get it to install on Linux Mint 17. Is anyone here running the wallet on Linux Mint that can offer a step by step tutorial? I seen a post back from 2013, that suggested making a .deb file for easy install on some Linux distros. That would be greatly appreciated and I think it would also increase wallet installs and coin interest.

I tried running it in wine but it gets an error and shuts down.

Tried installing latest version goldcoin-0.7.5.0

Thanks.


Wine sounds like you are trying to run the Windows version on Linux Mint.

There are linux executables here:  https://www.gldcoin.com/downloads/goldcoin-0.7.5.0-linux.tar.xz

This is not a .deb file, but it is a start.
GLD: E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg

Offline stemis

  • Legendary
  • *****
  • Posts: 209
  • Karma: +16/-0
    • View Profile
Re: Building GoldCoin (GLD) 0.7.x on Linux
« Reply #5 on: December 20, 2017, 09:25:27 PM »
Not having a ton of luck on Fedora.  Any chance an RPM is available?