Pages:
Author

Topic: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) - page 54. (Read 171852 times)

full member
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
not in this year though :\
legendary
Activity: 1428
Merit: 1001
getmonero.org
Meanwhile cryptsy ignored our request to add DTC. It added CAT, LOT and some other scam instead.
sad Sad

It will happen eventually... I think now its time to ask vicurex again and maybe other exchanges.
full member
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
Meanwhile cryptsy ignored our request to add DTC. It added CAT, LOT and some other scam instead.
sad Sad
sr. member
Activity: 350
Merit: 250
DTC unofficial team
So what Local HTTP Server exackly means for the coin? What does this do? Thanks.


Also people are asking for a MAC wallet

1. Local HTTP server means that now you can setup this server and Datacoin daemon on one server, and then you can get TX data from this server as HTTP requests\responses. You won't need to request server via RPC, but via simple HTTP GET request. It will make app development much easier, and yes, this server works with Datacoin envelope which is designed to support Big Files in near future

2. I have at least 2 people who promised to work at Mac wallet. But please understand, I don't want to hurry just now, during holidays. I cannot come to devs and say 'hey guys, please hold over with your holidays, compile Mac wallet for us' Smiley
hero member
Activity: 577
Merit: 500
Hey guys, do you know how to contact coinex? I recently started using this exchange and would be awesome to have DTC there. DTC Admins?

Also Coined UP is free and working good!
full member
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
What do you mean by local http server?... Why do we need it., I thought we don't
legendary
Activity: 1428
Merit: 1001
getmonero.org
So what Local HTTP Server exackly means for the coin? What does this do? Thanks.


Also people are asking for a MAC wallet
hero member
Activity: 781
Merit: 501
Looks like you have a problem with leveldb. Not sure how to solve it as I not helping to support datacoin anymore. Do check the makefile.unix or the db.cpp & db.h.

thanks simbo, seem i'm using old version of leveldb that does not support some functions
will try to upgrade the leveldb...
full member
Activity: 165
Merit: 100
Looks like you have a problem with leveldb. Not sure how to solve it as I not helping to support datacoin anymore. Do check the makefile.unix or the db.cpp & db.h.
hero member
Activity: 781
Merit: 501

getting this errors when trying to build the code here https://github.com/thbaumbach/primecoin
doesnt sure if it require any configure thing before make

i just use this "make -f makefile.unix"

Quote
db.h: In member function âbool CDB::Exists(const K&)â:
db.h:208: error: âclass Dbâ has no member named âexistsâ
db.cpp: In member function âbool CDBEnv::Open(const boost::filesystem::path&)â:
db.cpp:86: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:86: error: âDB_LOG_AUTO_REMOVEâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::MakeMock()â:
db.cpp:120: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:120: error: âDB_LOG_IN_MEMORYâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::CheckpointLSN(std::string)â:
db.cpp:214: error: âclass DbEnvâ has no member named âlsn_resetâ
db.cpp: In member function âvoid CDBEnv::Flush(bool)â:
db.cpp:453: error: âclass DbEnvâ has no member named âlsn_resetâ
make: *** [obj/db.o] Error 1

can anyone help on this errors?
appreciate!
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
Hey, can anyone tell me which version I am supposed to use for mining? When I execute getwork or getblocktemplate on the current Datacoin-Qt version I am using, it crashes.
full member
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
Yea, I sent DTC to about 20 people, hope they will continue to spread word about coin Smiley
I just look at cryptsy "feature request" desk part, there are tons of requests about copy-cat coins: stupid Cats, Dogs, or coins that were copied without any idea and infrastructure...
Good thing that DTC is on TOP of list now, we need to keep pressure.
I concur cryptsy is disgrace sometimes, but we do not have any other alternative with such liquidity and coins amount. Sad but true.
legendary
Activity: 1428
Merit: 1001
getmonero.org
Who have not replied in this thread:
https://cryptsy.freshdesk.com/support/discussions/topics/41704/page/10
Please do it, we need motivate cryptsy to add DataCoin.
Also would be nice to make more DTC giveaways, I did 120 DTC giveaway yesterday, hope someone will follow this idea, it will help faster coin adoption.


there is one going on right now. its quite big albeit a bit spammy. But i am pretty sure that cryptsy got the message... And will continue.

BTW you shouldnt give 5DTC per post! 1 would be nice and more people would post for same money. I couldnt believe that. I posted mostly for bumping.

Well i will make a small one tomorrow. I wont give more thatn 30DTC though. 120DTC is a rather big percentage of my portfolio Tongue And i will do it on 4chan. I want more people outside of bitcointalk to know about the coin. Most newcomers here are going to retarded coins these days and will continue so unless they start  with a real one i believe...


P.S. Cryptsy is getting more fucked up everyday so its not the worst thing that we arent there yet. Though i wait everyday for this...people are afraid of BTER it seems...
hero member
Activity: 781
Merit: 501

getting this errors when trying to build the code here https://github.com/thbaumbach/primecoin
doesnt sure if it require any configure thing before make

i just use this "make -f makefile.unix"

Quote
db.h: In member function âbool CDB::Exists(const K&)â:
db.h:208: error: âclass Dbâ has no member named âexistsâ
db.cpp: In member function âbool CDBEnv::Open(const boost::filesystem::path&)â:
db.cpp:86: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:86: error: âDB_LOG_AUTO_REMOVEâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::MakeMock()â:
db.cpp:120: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:120: error: âDB_LOG_IN_MEMORYâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::CheckpointLSN(std::string)â:
db.cpp:214: error: âclass DbEnvâ has no member named âlsn_resetâ
db.cpp: In member function âvoid CDBEnv::Flush(bool)â:
db.cpp:453: error: âclass DbEnvâ has no member named âlsn_resetâ
make: *** [obj/db.o] Error 1
full member
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
Who have not replied in this thread:
https://cryptsy.freshdesk.com/support/discussions/topics/41704/page/10
Please do it, we need motivate cryptsy to add DataCoin.
Also would be nice to make more DTC giveaways, I did 120 DTC giveaway yesterday, hope someone will follow this idea, it will help faster coin adoption.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
does anyone have instructions to build on CentOS,
i have an 64 cores using centos 5.x, but not familiar with with, cannot event install git on it  Undecided

look here:
https://bitcointalksearch.org/topic/xpm-primecoin-high-performance-linux-compilation-guide-259022 - the same for DTC

hero member
Activity: 781
Merit: 501
does anyone have instructions to build on CentOS,
i have an 64 cores using centos 5.x, but not familiar with with, cannot event install git on it  Undecided
hero member
Activity: 781
Merit: 501
i endup with reinstall with the libboost1.48, currently using 1.46

now went well now. Tks
sr. member
Activity: 350
Merit: 250
DTC unofficial team
Quote
src/leveldb/libleveldb.a /src/dtc/primecoin/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lboost_chrono
collect2: ld returned 1 exit status
make: *** [primeminer] Error 1

getting this error when compile on ubuntu 12.04, can anyone help?  Wink

appriciate!

sudo apt-get install libboost-chrono-dev
?
hero member
Activity: 781
Merit: 501
Quote
src/leveldb/libleveldb.a /src/dtc/primecoin/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lboost_chrono
collect2: ld returned 1 exit status
make: *** [primeminer] Error 1

getting this error when compile on ubuntu 12.04, can anyone help?  Wink

appriciate!
Pages:
Jump to: