Bitcoin Forum
June 22, 2024, 01:12:54 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] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: October 12, 2015, 03:27:17 PM
I think the last contributor for the presstab block exporer has backed down due to some reason. Is there anyone else willing to contribuote 0.05 BTC or less to this idea. We have 5 people who have already chipped in, I need one more.

This is the address: 3FMAfadkY2x1hq1i8h3ksZod5Dxg3jXkRE

0.05 BTC just sent. The message came in on Sunday, but couldn't act on it till this morning.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: October 08, 2015, 05:43:20 PM
I can commit .05 btc as well.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: April 08, 2015, 04:31:56 PM
Sorry, my bad. I didn't update all of the dependencies.

sudo apt-get install build-essential libboost1.55-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: April 08, 2015, 04:05:40 PM
Getting compilation problem with new wallet code on Ubuntu 14.1. Looks like missing file(s).

serialize.h:418:6: warning: unused parameter ‘nType’ [-Wunused-parameter]
 void Serialize_impl(Stream& os, const std::vector<T, A>& v, int nType, int nVersion, const boost::true_type&)
      ^
serialize.h:418:6: warning: unused parameter ‘nVersion’ [-Wunused-parameter]
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Ijson -Iobj -Iqt -Iqt/test -I. -I. -o bitcoinrpc.o bitcoinrpc.cpp
In file included from walletdb.h:8:0,
                 from wallet.h:19,
                 from init.h:8,
                 from bitcoinrpc.cpp:6:
db.h:14:20: fatal error: db_cxx.h: No such file or directory
 #include <db_cxx.h>
                    ^
compilation terminated.
make: *** [bitcoinrpc.o] Error 1

Any help?
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!