qqqq
Legendary
Offline
Activity: 1596
Merit: 1011
|
|
April 07, 2014, 08:05:43 AM |
|
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.
|
|
|
|
gigo
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 07, 2014, 10:26:03 AM |
|
Hi, 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)
|
|
April 07, 2014, 01:16:51 PM |
|
btw - those of you who needs blockexplorer can use http://datacoin.info/cgi-bin/explorer.plit 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
Activity: 1596
Merit: 1011
|
|
April 10, 2014, 05:32:26 AM |
|
Hi, 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
|
|
April 10, 2014, 06:30:25 AM |
|
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.0It'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
Activity: 1596
Merit: 1011
|
|
April 10, 2014, 08:26:15 AM Last edit: April 10, 2014, 08:42:03 AM by qqqq |
|
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
Activity: 30
Merit: 0
|
|
April 10, 2014, 09:03:55 AM |
|
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
Activity: 30
Merit: 0
|
|
April 10, 2014, 09:31:19 AM |
|
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
Activity: 1596
Merit: 1011
|
|
April 10, 2014, 11:46:56 AM |
|
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 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
Activity: 30
Merit: 0
|
|
April 10, 2014, 01:31:35 PM |
|
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 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
Activity: 1596
Merit: 1011
|
|
April 10, 2014, 02:12:31 PM |
|
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
|
|
|
|
cryptrol
|
|
April 10, 2014, 02:30:51 PM |
|
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
Activity: 30
Merit: 0
|
|
April 18, 2014, 11:27:24 PM |
|
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 ? I did not have time to look at changes introduced to bitcoin-0.9.1, but Easter is coming
|
|
|
|
balu2
|
|
July 11, 2014, 06:50:03 AM |
|
bump for extremely undervalued dtc
buy at bter
|
|
|
|
zhanlang13
Member
Offline
Activity: 93
Merit: 10
|
|
July 11, 2014, 06:56:03 AM |
|
datacoin have dead..so sad...
|
|
|
|
balu2
|
|
July 11, 2014, 07:06:26 AM |
|
datacoin have dead..so sad...
like litecoin?
|
|
|
|
Robin37s
Member
Offline
Activity: 124
Merit: 10
|
|
July 21, 2014, 01:54:37 AM |
|
datacoin have dead..so sad...
maybe u r right and this is the most sad thing
|
|
|
|
|
|
dtc2017
Member
Offline
Activity: 83
Merit: 16
|
|
October 24, 2017, 01:44:37 AM |
|
|
|
|
|
|