Bitcoin Forum
May 12, 2024, 10:40:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: 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 Cheesy ? I did not have time to look at changes introduced to bitcoin-0.9.1, but Easter is coming Smiley
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: 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

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.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: 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.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: 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
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: April 09, 2014, 01:40:51 PM
As qqqq noticed on another thread, the hp12-derived datacoin wallet does not have windows version available at the moment. Could anybody compile it for windows, let me know and share the binaries? Please!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 07, 2014, 10:26:03 AM
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?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 04, 2014, 10:47:35 PM
I tried help and getinfo commands, but without any effect.  Cry
But i found what i looked for in debug.log file

What does it mean exactly? Did these commands produce no output? The information about estimated blocks per day and so on can be obtained with "getmininginfo" - the same as you've mentioned already.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 04, 2014, 02:44:03 PM
gigo:

Thank you, i compiled that in Lubuntu 13.10 after all. No problem.

Thats great, thank you!

Quote
Btw, is this datacoin.conf fine or i need something more?
gen=1
rpcallowip=127.0.0.1
rpcuser=Patejl
rpcpassword=blabla
sievesize=1000000

The conf is correct, however, I would add to it:
1) some addnode commands - copy into your conf the content of http://datacoin.info/addnodes in the format addnode=IP for ip numbers listed there, for example:
addnode=113.200.251.46
addnode=124.230.98.12
2) some other stuff:
listen=1
daemon=1
server=1

(If I remember correctly - "listen" gives you the possibility to communicate with the running process, thanks to "daemon" datacoind runs in the background and "server" allows external miners to get work from the datacoin and push results back)
Restart the datacoind afterwards.

Quote
Anyway, all i can say now is that works and uses all my cores.
I don't know how to display primes/s or how to check my wallet's address, all i can see is an empty black window, i don't know any parameters to use with this miner. Is there any way to display "getmininginfo" results as in windows wallet?


From what I know, the -hp branches of wallets, not only for datacoin, were meant to be efficient for mining. The GUI was not the objective - to be honest I did not even try to run it. So, after updating the conf, run the datacoind in the terminal, and communicate with the running process via the same binary, providing it the commands in the command line. So - the the basic info you can get by executing:

datacoind getinfo

To get you address:

datacoind getaccountaddress ""

The "" asks for address of nameless account, which is default. For listing of all available commands try

datacoind help


I hope that this helps,

g
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 04, 2014, 10:01:32 AM
I believe gigo was talking about this:
https://bitcointalk.org/index.php?topic=548230.0

Its very interesting, I have to try it! Maybe it will force me to go deeper into GPU programming Smiley
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 04, 2014, 09:48:33 AM
Hi!

Please, can you post some guide for compiling this? I'm not able to do that under Ubuntu 12.04.


So, here is very simplistic guide. It works on debian. I don't have ubuntu but since its based on debian, it should work as well.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git build-essential g++ libboost-all-dev libdb++-dev libgmp-dev libssl-dev libminiupnpc-dev
git clone https://github.com/g1g0/datacoin-hp
cd datacoin-hp/src
make -f makefile.unix

Please don't skip cloning the git repo even if you've done it before - there are some fixes I pushed last night!!!
Let me know how it worked.
Best,

g
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 02, 2014, 02:09:45 PM
Quote

Please, can you post some guide for compiling this? I'm not able to do that under Ubuntu 12.04.


Sure, I will post it ASAP.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 02, 2014, 09:32:55 AM
Is this gpu mineable now?  I heard primecoin is can be gpu mined?

If I am not mistaken, there was a development of GPU-based miner for primecoin - it could be easily ported to datacoin. The thing worked for some, but it was rather a proof of concept - its performance was very poor, not worth burning the electricity. Sorry - I don't have references to original threads, but you can google it.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: April 02, 2014, 09:24:54 AM
Hi,
any pool datacoin??

http://dtc.xpool.xram.co/
http://dtc.gpool.net/

Best,

g
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 01, 2014, 02:57:02 PM
Datacoin-hp12 client added
Datacoin-hp12 wallet: http://github.com/g1g0/datacoin-hp

Thank you!
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 01, 2014, 10:01:24 AM
I downloaded datacoin and it looks like a wallet I keep money in.  How do I store files with this?
The files are stored in the blockchain. You use 'senddata' command of the client to do it. Please take a look at the FAQ and links at the beginning of this thread. There is an online wallet allowing for manipulations on the data stored in the blockchain at https://krypte.net/ . I hope that this helps.

g
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words! on: April 01, 2014, 09:52:25 AM
Hi,

actually datacoin is sleeping.. any news?

Datacoin is not sleeping at all. There is a new datacoin-hp at http://github.com/g1g0/datacoin-hp . Besides this maintenance release, the development team is working on a bunch of significant changes, stay tuned.
Best,

g
17  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][DTC] Improved version of Datacoin High Performance (datacoin-hp12) is out on: March 30, 2014, 02:38:38 PM
Hi,
New Datacoin High Performance, embracing security, stability and performance improvements of Primecoin-HP12 is available for download at http://github.com/g1g0/datacoin-hp !!!
I posted info on this on the official Datacoin announce thread (https://bitcointalk.org/index.php?topic=325735.msg5820843#msg5820843) already, but maybe some of you did not notice. As the Datacoin community is awaiting for significant development and changes announced by the new vibrant group of datacoin developers, I would call my work a maintenance release. It includes all the changes from Primecoin-HP12 (https://bitcointalk.org/index.php?topic=255782.msg5485681#msg5485681). Good luck!
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: March 26, 2014, 11:32:54 AM
Hi,
Which Datacoin miner is best to use with Haswell processors?

For solo mining the only option is datacoin-hp, I guess.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: March 24, 2014, 10:28:23 AM
Hi, yes it should have all the features that Primecoin-HP12 has. I did not test this particular feature yet, but everything is in there.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: March 23, 2014, 10:17:46 PM
the people are losing interest...poor dtc Embarrassed
You are right. Try hp12 Wink
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!