July 30, 2026, 05:53:35 PM

Author Topic: Linux client is compatible with ?  (Read 5843 times)

0 Members and 2 Guests are viewing this topic.

Offline bustingbuster

  • Gold Miner
  • ****
  • Posts: 115
  • Karma: +6/-0
    • View Profile
Linux client is compatible with ?
« on: November 19, 2013, 11:29:13 PM »
What type of linux does the linux client work with ?

Centos doesn't work, Ubuntu doesn't work. So what is compatible with ?
I am in the project to create a standalone marketplace + online wallet for gldcoins.

-Thanks-
« Last Edit: November 19, 2013, 11:40:41 PM by bustingbuster »
Goldcoin address :
DzcjnbTgQh3BbsM9Bv3LDF21qNaWuJrNYi

Offline Stouse49

  • Gold Engineer
  • DevTeam
  • *****
  • Posts: 711
  • Karma: +66/-0
    • View Profile
Re: Linux client is compatible with ?
« Reply #1 on: November 20, 2013, 02:49:15 AM »
You will need to compile the source code on your linux distribution.
GLD: E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg

Offline bustingbuster

  • Gold Miner
  • ****
  • Posts: 115
  • Karma: +6/-0
    • View Profile
Re: Linux client is compatible with ?
« Reply #2 on: November 20, 2013, 08:21:56 AM »
http://gldcoin.com/get-started/  -- i am using the already compiled linux client from the above url. So what linux distribution is compatible with this already compiled version ?

-Thanks-
Goldcoin address :
DzcjnbTgQh3BbsM9Bv3LDF21qNaWuJrNYi

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Linux client is compatible with ?
« Reply #3 on: November 20, 2013, 08:33:10 AM »
Here's a link that may help steer you in the right direction:

https://www.gldtalk.org/index.php?topic=764.0

I think most of the developers make their own builds from the source code on Github.

https://github.com/goldcoin/gldcoin
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline bustingbuster

  • Gold Miner
  • ****
  • Posts: 115
  • Karma: +6/-0
    • View Profile
Re: Linux client is compatible with ?
« Reply #4 on: November 20, 2013, 09:30:05 AM »
Ok here what i did :

First :
Code: [Select]
sudo apt-get install libqtgui4
I think the above installed the dependencies.

Second :
Ran the goldcoind by downloading from

Code: [Select]
-wget http://gldcoin.com/downloads/goldcoin-0.7.1.5-linux.tar.xz
Extracted it got two folders :
x86
x64

My server is x86
so:
Code: [Select]
cd x86

./goldcoind

Now it gives a error :
Code: [Select]
./goldcoind: error while loading shared libraries: libboost_system.so.1.49.0: cannot open shared object file: No such file or directory
So someone please help me out ? Thanks.

These are the not found libraries when did
Code: [Select]
ldd ./goldcoind
Code: [Select]
        libboost_system.so.1.49.0 => not found
        libboost_filesystem.so.1.49.0 => not found
        libboost_program_options.so.1.49.0 => not found
        libboost_thread.so.1.49.0 => not found
        libdb_cxx-4.8.so => not found
        libQtWebKit.so.4 => not found
        libminiupnpc.so.5 => not found

So i do think i just need a guide to install these.

-Thanks-
« Last Edit: November 20, 2013, 09:43:39 AM by bustingbuster »
Goldcoin address :
DzcjnbTgQh3BbsM9Bv3LDF21qNaWuJrNYi