Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Bitcore- BTX - SEGWIT - lowest fee - hybrid fork 1:0.5 of Bitcoin
by
tee-rex
on 06/01/2018, 20:28:39 UTC

How do I get the Linux wallet to work on Ubuntu?

https://github.com/LIMXTEC/BitCore/releases

I tried both 4.1Linux-0-14-1-6.tar.gz and 4.2.Prerelease.Linux_0.15.0.1.tar.gz , extracted the files but but when I try to run bitcore-qt or bitcore-cli, nothing happens..

Anyone?

Try starting bitcore-qt in a text console and post the output here. You can also run ldd bitcore-qt (enter the full path to the binary if required) and see what libraries you are probably missing.

Thanks. Tried to run bitcore-qt in a text console and got this:

Error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory

So you are actually missing a library. It is part of the Boost package, and I guess you should install a development version of it to get the missing library.