Pages:
Author

Topic: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! (Read 26225 times)

jr. member
Activity: 126
Merit: 1
what  happen to this coin,hope its not,hope more here about this coin,any update guys
member
Activity: 94
Merit: 10
Is this gpu mineable now?  I heard primecoin is can be gpu mined?
Here is pool for mining DTC by GPUs: http://dtc.graymines.net/index.php?id=start
So there is GPU-miner
member
Activity: 124
Merit: 10
datacoin have dead..so sad...

maybe u r right and this is the most sad thing
hero member
Activity: 742
Merit: 500
member
Activity: 93
Merit: 10
datacoin have dead..so sad...
hero member
Activity: 742
Merit: 500
bump for extremely undervalued dtc

buy at bter
newbie
Activity: 30
Merit: 0
No, you can include the latest OpenSSL patches while staying on the same codebase. OpenSSL is a separate library.

Isn't it enough to upgrade OpenSSL to 1.0.1g Cheesy ? I did not have time to look at changes introduced to bitcoin-0.9.1, but Easter is coming Smiley
hero member
Activity: 637
Merit: 500
BTW it could be a good time to include the latest OpenSSL patches (to protect against the 0-day heartbleed bug).

Ha! So it means shifting towards bitcoin-0.9.1 codebase. Its a serious piece of a project, I am waiting for answer from primecoin developers if they are planning to go this way,  before I will get into it.

No, you can include the latest OpenSSL patches while staying on the same codebase. OpenSSL is a separate library.
legendary
Activity: 1596
Merit: 1011
Quote
OK - it seems that you don't have boost, openssl  nor Qt development files installed on your system. I will try to work on it as well. Have you seen this thread https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479 ? I think that compiling datacoin should not be much different.

Yeah, and i decided to wait for the build by someone else  Cheesy
newbie
Activity: 30
Merit: 0
legendary
Activity: 1596
Merit: 1011
Hi,
I guess it's not good to compile every time this sources by my own and i'm sure this is the work for devs but not us.  If someone can do this, thanks, if not, so ok i'm going through this...

Could you post errors you get on windows? Thanks,
g

Code:
1>src\qt\test\test_main.cpp(1): fatal error C1083: Cannot open include file: 'QTest': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  uritests.cpp
1>c:\datacoin-hp-master\src\qt\test\uritests.h(4): fatal error C1083: Cannot open include file: 'QTest': No such file or directory
1>  transactiondesc.cpp
1>c:\datacoin-hp-master\src\qt\transactiondesc.h(4): fatal error C1083: Cannot open include file: 'QString': No such file or directory
1>  transactiondescdialog.cpp
1>c:\datacoin-hp-master\src\qt\transactiondescdialog.h(4): fatal error C1083: Cannot open include file: 'QDialog': No such file or directory
1>  transactionfilterproxy.cpp
1>c:\datacoin-hp-master\src\qt\transactionfilterproxy.h(4): fatal error C1083: Cannot open include file: 'QSortFilterProxyModel': No such file or directory
1>  transactionrecord.cpp
1>c:\datacoin-hp-master\src\qt\transactionrecord.h(4): fatal error C1083: Cannot open include file: 'uint256.h': No such file or directory
1>  transactiontablemodel.cpp
1>c:\datacoin-hp-master\src\qt\transactiontablemodel.h(4): fatal error C1083: Cannot open include file: 'QAbstractTableModel': No such file or directory
1>  transactionview.cpp
1>c:\datacoin-hp-master\src\qt\transactionview.h(4): fatal error C1083: Cannot open include file: 'QWidget': No such file or directory
1>  walletframe.cpp
1>c:\datacoin-hp-master\src\qt\walletframe.h(10): fatal error C1083: Cannot open include file: 'QFrame': No such file or directory
1>  walletmodel.cpp
1>c:\datacoin-hp-master\src\qt\walletmodel.h(4): fatal error C1083: Cannot open include file: 'QObject': No such file or directory
1>  walletstack.cpp
1>c:\datacoin-hp-master\src\qt\walletstack.h(10): fatal error C1083: Cannot open include file: 'QStackedWidget': No such file or directory
1>  walletview.cpp
1>c:\datacoin-hp-master\src\qt\walletview.h(10): fatal error C1083: Cannot open include file: 'QStackedWidget': No such file or directory
1>  rpcblockchain.cpp
1>c:\datacoin-hp-master\src\bignum.h(10): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
1>  rpcdump.cpp
1>c:\datacoin-hp-master\src\bignum.h(10): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
1>  rpcmining.cpp
1>c:\datacoin-hp-master\src\bignum.h(10): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
1>  rpcnet.cpp
1>c:\datacoin-hp-master\src\net.h(9): fatal error C1083: Cannot open include file: 'boost/array.hpp': No such file or directory
1>  rpcrawtransaction.cpp
1>src\rpcrawtransaction.cpp(6): fatal error C1083: Cannot open include file: 'boost/assign/list_of.hpp': No such file or directory
1>  rpcwallet.cpp
1>src\rpcwallet.cpp(8): fatal error C1083: Cannot open include file: 'boost/assign/list_of.hpp': No such file or directory
1>  script.cpp
1>src\script.cpp(5): fatal error C1083: Cannot open include file: 'boost/foreach.hpp': No such file or directory
1>  sync.cpp
1>c:\datacoin-hp-master\src\sync.h(8): fatal error C1083: Cannot open include file: 'boost/thread/mutex.hpp': No such file or directory
1>  accounting_tests.cpp
1>src\test\accounting_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  alert_tests.cpp
1>src\test\alert_tests.cpp(5): fatal error C1083: Cannot open include file: 'boost/foreach.hpp': No such file or directory
1>  allocator_tests.cpp
1>src\test\allocator_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  base32_tests.cpp
1>src\test\base32_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  base58_tests.cpp
1>src\test\base58_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  base64_tests.cpp
1>src\test\base64_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  bignum_tests.cpp
1>src\test\bignum_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  bloom_tests.cpp
1>src\test\bloom_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  canonical_tests.cpp
1>src\test\canonical_tests.cpp(4): fatal error C1083: Cannot open include file: 'json/json_spirit_writer_template.h': No such file or directory
1>  checkblock_tests.cpp
1>src\test\checkblock_tests.cpp(6): fatal error C1083: Cannot open include file: 'boost/assign/list_of.hpp': No such file or directory
1>  Checkpoints_tests.cpp
1>src\test\Checkpoints_tests.cpp(4): fatal error C1083: Cannot open include file: 'boost/assign/list_of.hpp': No such file or directory
1>  compress_tests.cpp
1>src\test\compress_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  DoS_tests.cpp
1>src\test\DoS_tests.cpp(6): fatal error C1083: Cannot open include file: 'boost/assign/list_of.hpp': No such file or directory
1>  getarg_tests.cpp
1>src\test\getarg_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/algorithm/string.hpp': No such file or directory
1>  key_tests.cpp
1>src\test\key_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  miner_tests.cpp
1>src\test\miner_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  mruset_tests.cpp
1>src\test\mruset_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  multisig_tests.cpp
1>src\test\multisig_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/assert.hpp': No such file or directory
1>  netbase_tests.cpp
1>src\test\netbase_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  pmt_tests.cpp
1>src\test\pmt_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  rpc_tests.cpp
1>src\test\rpc_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/algorithm/string.hpp': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  script_P2SH_tests.cpp
1>src\test\script_P2SH_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/assert.hpp': No such file or directory
1>  script_tests.cpp
1>src\test\script_tests.cpp(4): fatal error C1083: Cannot open include file: 'boost/algorithm/string/classification.hpp': No such file or directory
1>  serialize_tests.cpp
1>src\test\serialize_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  sigopcount_tests.cpp
1>src\test\sigopcount_tests.cpp(2): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  test_bitcoin.cpp
1>src\test\test_bitcoin.cpp(2): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  transaction_tests.cpp
1>src\test\transaction_tests.cpp(3): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  uint160_tests.cpp
1>src\test\uint160_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  uint256_tests.cpp
1>src\test\uint256_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  util_tests.cpp
1>src\test\util_tests.cpp(2): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  wallet_tests.cpp
1>src\test\wallet_tests.cpp(1): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
1>  txdb.cpp
1>c:\datacoin-hp-master\src\bignum.h(10): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
1>  util.cpp
1>c:\datacoin-hp-master\src\uint256.h(11): fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
1>  version.cpp
1>  wallet.cpp
1>c:\datacoin-hp-master\src\bignum.h(10): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
1>  walletdb.cpp
1>c:\datacoin-hp-master\src\bignum.h(10): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

It has another problem, this is the first time i have compile c++ code. I know how to compile java code but no c++.
newbie
Activity: 30
Merit: 0
BTW it could be a good time to include the latest OpenSSL patches (to protect against the 0-day heartbleed bug).

Ha! So it means shifting towards bitcoin-0.9.1 codebase. Its a serious piece of a project, I am waiting for answer from primecoin developers if they are planning to go this way,  before I will get into it.
newbie
Activity: 30
Merit: 0
Hi,
I guess it's not good to compile every time this sources by my own and i'm sure this is the work for devs but not us.  If someone can do this, thanks, if not, so ok i'm going through this...

Could you post errors you get on windows? Thanks,
g
legendary
Activity: 1596
Merit: 1011
I guess it's not good to compile every time this sources by my own and i'm sure this is the work for devs but not us.  If someone can do this, thanks, if not, so ok i'm going through this...
hero member
Activity: 637
Merit: 500
Yeas please, cause i tryed it in netbeans with plugins for c++ and in visual studio express but both failed. Only did it successful in ubuntu... It's some sort of strange that nobody cares about windows build. Btw Primecoin has all versions of client https://bitcointalksearch.org/topic/xpm-ann-primecoin-high-performance-hp14-released-255782 !

Netbeans will most likely not work and neither will VS.
If you want to take the time to set up a build environment, you can start taking a look at this thread :

https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

It's meant for Bitcoin and it has just been updated to the latest version so you will have to scroll down for an older version of Bitcoin (the newest uses QT5 instead of QT4).

Overall, it details the steps to take to have a working building environment.

BTW it could be a good time to include the latest OpenSSL patches (to protect against the 0-day heartbleed bug).
legendary
Activity: 1596
Merit: 1011
Hi,
Guys, why are you have only source link of Datacoin-hp12 wallet: http://github.com/g1g0/datacoin-hp and no windows-qt version? It's very strange.
I prepared the sources, I can also compile it for linux. I don't have windoze, I am not able to build binaries for it. Could anybody help?


Yeas please, cause i tryed it in netbeans with plugins for c++ and in visual studio express but both failed. Only did it successful in ubuntu... It's some sort of strange that nobody cares about windows build. Btw Primecoin has all versions of client https://bitcointalksearch.org/topic/xpm-ann-primecoin-high-performance-hp14-released-255782 !
sr. member
Activity: 350
Merit: 250
DTC unofficial team
btw - those of you who needs blockexplorer can use http://datacoin.info/cgi-bin/explorer.pl
it was my own small BE for Datacoin at the first days, and now, when datachain is down, you can still use this BE.
Pages:
Jump to: