i still have problems with the linux wallet. could you please post all the needed ependencies for Linux. thank you.
Hello!
Which problems do you have exactly?
Did you download a need library?
Hi
i installed all this.
https://github.com/minexcoin/minexcoin/blob/master/doc/build-unix.mdbut i still have this error:
minexcoin-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
so i tried this:
sudo add-apt-repository "deb http://cz.archive.ubuntu.com/ubuntu xenial main universe"
sudo apt update
and then:
apt-cache madison libboost-all-dev
libboost-all-dev | 1.61.0.2 | http://archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
libboost-all-dev | 1.58.0.1ubuntu1 | http://cz.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
boost-defaults | 1.61.0.2 | http://archive.ubuntu.com/ubuntu yakkety/main Sources
and then:
sudo apt install libboost-all-dev=1.58.0.1ubuntu1
but after all this i still have the same error.
error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
easier to just build from source from
https://github.com/minexcoin/minexcoinif it would be that easy.
CXXLD libbitcoinconsensus.la
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: *** No rule to make target 'minexcoind.c', needed by 'minexcoind.o'. Stop.
make[2]: Leaving directory '/home/vlm/bin/minexcoin/src'
Makefile:8950: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/vlm/bin/minexcoin/src'
Makefile:687: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
....
And bitcoin-qt works like a charm. apt-get install bitcoin-qt and then just bitcoin-qt