Bitcoin Forum
May 13, 2024, 02:41:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »  All
  Print  
Author Topic: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words!  (Read 26220 times)
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
April 07, 2014, 08:05:43 AM
 #161

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.
1715611263
Hero Member
*
Offline Offline

Posts: 1715611263

View Profile Personal Message (Offline)

Ignore
1715611263
Reply with quote  #2

1715611263
Report to moderator
1715611263
Hero Member
*
Offline Offline

Posts: 1715611263

View Profile Personal Message (Offline)

Ignore
1715611263
Reply with quote  #2

1715611263
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
gigo
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 07, 2014, 10:26:03 AM
 #162

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?
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
April 07, 2014, 01:16:51 PM
 #163

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.

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
April 10, 2014, 05:32:26 AM
 #164

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://bitcointalk.org/index.php?topic=255782.0 !
cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
April 10, 2014, 06:30:25 AM
 #165

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://bitcointalk.org/index.php?topic=255782.0 !

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://bitcointalk.org/index.php?topic=149479.0

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).
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
April 10, 2014, 08:26:15 AM
Last edit: April 10, 2014, 08:42:03 AM by qqqq
 #166

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...
gigo
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 10, 2014, 09:03:55 AM
 #167

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
gigo
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 10, 2014, 09:31:19 AM
 #168

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.
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
April 10, 2014, 11:46:56 AM
 #169

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++.
gigo
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 10, 2014, 01:31:35 PM
 #170

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++.

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://bitcointalk.org/index.php?topic=149479.0 ? I think that compiling datacoin should not be much different.
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
April 10, 2014, 02:12:31 PM
 #171

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://bitcointalk.org/index.php?topic=149479.0 ? I think that compiling datacoin should not be much different.

Yeah, and i decided to wait for the build by someone else  Cheesy
cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
April 10, 2014, 02:30:51 PM
 #172

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.
gigo
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 18, 2014, 11:27:24 PM
 #173

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
balu2
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
July 11, 2014, 06:50:03 AM
 #174

bump for extremely undervalued dtc

buy at bter
zhanlang13
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
July 11, 2014, 06:56:03 AM
 #175

datacoin have dead..so sad...
balu2
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
July 11, 2014, 07:06:26 AM
 #176

datacoin have dead..so sad...

like litecoin?
Robin37s
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
July 21, 2014, 01:54:37 AM
 #177

datacoin have dead..so sad...

maybe u r right and this is the most sad thing
Vitala
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
September 18, 2014, 08:31:21 AM
 #178

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
no-ice-please
Hero Member
*****
Offline Offline

Activity: 955
Merit: 500


View Profile
February 24, 2016, 06:43:13 PM
 #179


Original Datacoin thread

https://bitcointalk.org/index.php?topic=358592.160
dtc2017
Member
**
Offline Offline

Activity: 81
Merit: 16


View Profile
October 24, 2017, 01:44:37 AM
 #180


New Thread

https://bitcointalk.org/index.php?topic=2188160.0
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!