Bitcoin Forum
June 26, 2024, 05:12:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ New Features! ~ Oct Signup Free Distribution! on: October 28, 2014, 08:11:46 PM
Hi everyone,

I'm a Linux user and i think that there is one or two thing missing in the 'install_PreminePlus.sh' that can help other Linux users.
In:
Code:
echo "\n\ninstalling dependencies:\n"
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
        libssl-dev libdb-dev git

it miss libdb++-dev. If you don't add it, you'll recieve that kind of error : fatal error: db_cxx.h

Plus, it miss miniupnpc with an error like : miniupnp/minupnpc.h : file missing

i think you can add miniupnpd deposit with all deposit file, but the better way( not the easy one) is to download the latest miniupnpc at: http://miniupnp.free.fr/files/
And:
Code:
	
tar xzvf miniupnpc-1.9.20141027.tar.gz #it's the latest version today
cd miniupnpc-1.9.20141027
sudo -s
INSTALLPREFIX=/usr/local make install
exit

EDIT::
THE easy way:
Code:
sudo apt-get install libminiupnpc-dev # Maybe you'll need a reboot after that

I was unable to install PreminPlus-qt without this modification/installation;  with a classic ubuntu 14.10 installation

hope this can be helpful for someone
2  Economy / Service Discussion / Re: Antminer Canada ( http://antminer.ca/ ) on: August 18, 2014, 11:27:52 AM
UP

no news from the support  Huh ?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!