Pages:
Author

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

newbie
Activity: 30
Merit: 0
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?
legendary
Activity: 1596
Merit: 1011
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.
hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
Yeah, no output.
I'm not sure. Maybe i just doing something wrong.

EDIT:
It works! I used bad format of commands, correct is:
Code:
./datacoind help
newbie
Activity: 30
Merit: 0
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.
hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
I tried help and getinfo commands, but without any effect.  Cry
But i found what i looked for in debug.log file

Code:
2014-04-04 21:50:41 primemeter  19780596 prime/h 213957827 test/h 2.05366822 chain/d 1.22259173 block/d
newbie
Activity: 30
Merit: 0
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
hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
gigo:

Thank you, i compiled that in Lubuntu 13.10 after all. No problem.
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?

Btw, is this datacoin.conf fine or i need something more?
gen=1
rpcallowip=127.0.0.1
rpcuser=Patejl
rpcpassword=blabla
sievesize=1000000
newbie
Activity: 30
Merit: 0

Its very interesting, I have to try it! Maybe it will force me to go deeper into GPU programming Smiley
newbie
Activity: 30
Merit: 0
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
full member
Activity: 196
Merit: 100
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.
I believe gigo was talking about this:
https://bitcointalksearch.org/topic/primecoin-gpu-miner-91-cpd-on-a-280x-pool-2-devfee-548230
newbie
Activity: 30
Merit: 0
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.
hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
Datacoin-hp12 client added
Datacoin-hp12 wallet: http://github.com/g1g0/datacoin-hp

Please, can you post some guide for compiling this? I'm not able to do that under Ubuntu 12.04.
newbie
Activity: 30
Merit: 0
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.
hero member
Activity: 588
Merit: 500
Is this gpu mineable now?  I heard primecoin is can be gpu mined?
newbie
Activity: 30
Merit: 0
sr. member
Activity: 350
Merit: 250
DTC unofficial team
newbie
Activity: 30
Merit: 0
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
newbie
Activity: 30
Merit: 0
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
hero member
Activity: 588
Merit: 500
I downloaded datacoin and it looks like a wallet I keep money in.  How do I store files with this?
sr. member
Activity: 378
Merit: 250
NXT FORUM MÁS Y MEJOR
actually datacoin is sleeping.. any news?
Pages:
Jump to: