Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6749. (Read 9723768 times)

legendary
Activity: 1708
Merit: 1049
Yeah, I just wanted to do something fun and different that might, maybe be a true anonymous altcoin... But it looks like a dead project...

If this is your definition of "dead" for a 1 month old coin, then Bitcoin died back in 2009. Tongue

Just getting that vibe when nothing works and the README doesn't even match the files in the archive... yeah... qtcreator fails to build off of BITCOIN-qt.pro, there is no darkcoin.... Archive from git repo is bitcoin source...

It's simple: RTFM.

linux:~/dk # qmake
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
linux:~/dk # make
cd /root/dk/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory `/root/dk/src/leveldb'
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/builder.cc -o db/builder.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/c.cc -o db/c.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/db_impl.cc -o db/db_impl.o
......
(after a while)
......

linux:~/dk # ls -al
total 21372
drwxr-xr-x  7 root root     4096 Feb 28 07:40 .
drwx------ 60 root root     4096 Feb 28 07:05 ..
-rw-r--r--  1 root root       29 Feb 28 06:00 .gitattributes
-rw-r--r--  1 root root      345 Feb 28 06:00 .gitignore
-rw-r--r--  1 root root     1111 Feb 28 06:00 COPYING
-rw-r--r--  1 root root      325 Feb 28 06:00 INSTALL
-rw-r--r--  1 root root    95821 Feb 28 07:27 Makefile
-rw-r--r--  1 root root     2798 Feb 28 06:00 README.md
-rw-r--r--  1 root root    14855 Feb 28 06:00 bitcoin-qt.pro
drwxr-xr-x  2 root root    12288 Feb 28 07:39 build
drwxr-xr-x 14 root root     4096 Feb 28 06:00 contrib
-rwxr-xr-x  1 root root  8123176 Feb 28 07:40 darkcoin-qt
drwxr-xr-x  2 root root     4096 Feb 28 06:00 doc
-rw-r--r--  1 root root 13574777 Feb 28 07:39 qrc_bitcoin.cpp
drwxr-xr-x  5 root root     4096 Feb 28 06:00 share
drwxr-xr-x  8 root root     4096 Feb 28 06:00 src

legendary
Activity: 1358
Merit: 1002
Anymore details about what happened with the testnet?

Hi, yah.  We hardly got started when someone messed with the blockchain.  theirs was longer than ours, and it forked so we couldn't continue.  perhaps someone was trying to use the testnet wallet to increase their real darkcoin wallet?  I don't know, and I'm quite sure it can't be done, but it screwed up our test.  We couldn't send coin to each other anymore.
maybe a deliberate atempt
full member
Activity: 280
Merit: 100
The Future Of Work
Anymore details about what happened with the testnet?

Hi, yah.  We hardly got started when someone messed with the blockchain.  theirs was longer than ours, and it forked so we couldn't continue.  perhaps someone was trying to use the testnet wallet to increase their real darkcoin wallet?  I don't know, and I'm quite sure it can't be done, but it screwed up our test.  We couldn't send coin to each other anymore.
hero member
Activity: 560
Merit: 500
www.OroCoin.co
Yeah, I just wanted to do something fun and different that might, maybe be a true anonymous altcoin... But it looks like a dead project...

and in 5 minutes you will suggest a 'new' alt coin to us which is soooo much better !
Duuuhhhh
'ignore' coming up …..>>

Yeah, the trolling/insulting isn't helping... I came here because I liked what this altcoin advertised... I have no suggestions, I'm just wondering why nothing works.

Clearly, I'm not nerd enough to fix everything that is wrong with the code... And it's true, I'm not. I was hoping to get help instead of insults. I quit babysitting gentoo about 4 years ago and absolutely refuse to do everyone else's job for them anymore. If it's broken, it's broken, and I'll move on.
legendary
Activity: 1834
Merit: 1023
Yeah, I just wanted to do something fun and different that might, maybe be a true anonymous altcoin... But it looks like a dead project...

and in 5 minutes you will suggest a 'new' alt coin to us which is soooo much better !
Duuuhhhh
'ignore' coming up …..>>
hero member
Activity: 560
Merit: 500
www.OroCoin.co
That doesn't include the miner tho, does it? Was trying to build the miners...

The miners are a different story than the client.

There is the first version, there is the enhanced 1.2c version and there is the AES+AVX 1.3 version. All of them can be built as long as you have the right 64 bit hardware, and in the case of 1.3 you'll need AES instructions on the CPU.

There's also a GPU miner.

CPU is a 3rd gen i3.

OS is Ubuntu 13.10... Which I regret because it's a mess...

I DLed all 3 and figured I try making something work, but, yeah, nothing works and seems to include bitcoin source code, it's even named bitcoin-qt.pro... and doesn't build with qtcreator.

Message at bottom of qtcreator:

Quote
~/Desktop/darkcoin-master/src/allocators.h:10: error: boost/thread/mutex.hpp: No such file or directory

Tried it as normal user and as root, same fail...
legendary
Activity: 1708
Merit: 1049
That doesn't include the miner tho, does it? Was trying to build the miners...

The miners are a different story than the client.

There is the first version, there is the enhanced 1.2c version and there is the AES+AVX 1.3 version. All of them can be built as long as you have the right 64 bit hardware, and in the case of 1.3 you'll need AES instructions on the CPU.

There's also a GPU miner.
hero member
Activity: 560
Merit: 500
www.OroCoin.co
Yeah, I just wanted to do something fun and different that might, maybe be a true anonymous altcoin... But it looks like a dead project...

If this is your definition of "dead" for a 1 month old coin, then Bitcoin died back in 2009. Tongue

Just getting that vibe when nothing works and the README doesn't even match the files in the archive... yeah... qtcreator fails to build off of BITCOIN-qt.pro, there is no darkcoin.... Archive from git repo is bitcoin source...
newbie
Activity: 126
Merit: 0
Yeah, I just wanted to do something fun and different that might, maybe be a true anonymous altcoin... But it looks like a dead project...

https://i.imgur.com/2BLYBiE.gif
hero member
Activity: 560
Merit: 500
Yeah, I just wanted to do something fun and different that might, maybe be a true anonymous altcoin... But it looks like a dead project...

If this is your definition of "dead" for a 1 month old coin, then Bitcoin died back in 2009. Tongue
hero member
Activity: 560
Merit: 500
www.OroCoin.co
Thanks guys! [btw there was no package qt-creator, found qtcreator; 13.10-major-regrets]

That doesn't include the miner tho, does it? Was trying to build the miners...
hero member
Activity: 644
Merit: 500
P2P The Planet!
I don't want to clog up this thread with "whaaaa I can't get anything to compile, whaaaa help me" crap, but uh, yeah, nothin's workin', at all. Not even the ./configure...

sudo apt-get install qt-creator

Run darkcoin.qt-pro with qt-creator.

Click configure project then click the green arrow.
legendary
Activity: 1708
Merit: 1049
I don't want to clog up this thread with "whaaaa I can't get anything to compile, whaaaa help me" crap, but uh, yeah, nothin's workin', at all. Not even the ./configure...

Any error messages in particular?

Well, yeah, but as I said, I was hoping someone willing would take this elsewhere instead of clogging up this thread... Like, smart person PM me... lols. I was trying to be courteous.

I DLed the .zip from github, decompressed, CD [folder in question], sudo ./configure, command not found. ls -lah, oh look, it's named configure.ac and it's not executable, either... chmod 744 configure.ac, ls -lah, yay it's green!

Quote
bash# sudo ./configure.ac
./configure.ac: 1: ./configure.ac: Syntax error: word unexpected (expecting ")")
bash#

there is a doc file in the package, /doc/readme-qt.rst

where it says to do

qmake
make

(if you have the proper development packages in your distro, otherwise follow the prior steps).

newbie
Activity: 126
Merit: 0
Anymore details about what happened with the testnet?
hero member
Activity: 560
Merit: 500
www.OroCoin.co
Yeah, I just wanted to do something fun and different that might, maybe be a true anonymous altcoin... But it looks like a dead project...
full member
Activity: 140
Merit: 100
Value Dropping and Dropping. SOLD ALL my DRK COIN. 550 of it !!!!!!!!!!!!!!
hero member
Activity: 560
Merit: 500
www.OroCoin.co
I don't want to clog up this thread with "whaaaa I can't get anything to compile, whaaaa help me" crap, but uh, yeah, nothin's workin', at all. Not even the ./configure...

Any error messages in particular?

Well, yeah, but as I said, I was hoping someone willing would take this elsewhere instead of clogging up this thread... Like, smart person PM me... lols. I was trying to be courteous.

I DLed the .zip from github, decompressed, CD [folder in question], sudo ./configure, command not found. ls -lah, oh look, it's named configure.ac and it's not executable, either... chmod 744 configure.ac, ls -lah, yay it's green!

Quote
bash# sudo ./configure.ac
./configure.ac: 1: ./configure.ac: Syntax error: word unexpected (expecting ")")
bash#
legendary
Activity: 1708
Merit: 1049
I don't want to clog up this thread with "whaaaa I can't get anything to compile, whaaaa help me" crap, but uh, yeah, nothin's workin', at all. Not even the ./configure...

Any error messages in particular?
hero member
Activity: 560
Merit: 500
www.OroCoin.co
I don't want to clog up this thread with "whaaaa I can't get anything to compile, whaaaa help me" crap, but uh, yeah, nothin's workin', at all. Not even the ./configure...
hero member
Activity: 532
Merit: 500
I think 1000 votes is going to take a loooong time and by then we probably won't need atomic-trade anyways.

We don't need it now either. Just nice having more and they're not really asking for money either way like cryptorush did (who ended up adding us anyways for free).
Jump to: