Author

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

sr. member
Activity: 1204
Merit: 272
1xbit.com
@ AlexGR: re-installed qtcreator and it's working now... got a build process hogging 100% of one core... Didn't see a place to say "MAKEOPTS=-j3" lols. I prefer to keep things in console as you have, but I was just trying stuff and qtcreator seems to be working... so far...

Spoke to soon, qtcreator failed again, abandoning it, running qmake and then make...

Quote
Sorry you start the insult...
fist post : Hmm orfff nothing workin' . ufff ofrr gningnigningnin
Don't want help you.

It's not an insult to say that nothing is working... It's not... If you can be insulted by a fact, well, I'm sure not apologizing. So don't help, someone else with a better attitude will, and is...

Dude, you could have just said "I can't get the code to compile, can someone help me please". If you want help, don't start out by blaming everyone but yourself.
hero member
Activity: 560
Merit: 500
www.OroCoin.co
@ AlexGR: re-installed qtcreator and it's working now... got a build process hogging 100% of one core... Didn't see a place to say "MAKEOPTS=-j3" lols. I prefer to keep things in console as you have, but I was just trying stuff and qtcreator seems to be working... so far...

Spoke to soon, qtcreator failed again, abandoning it, running qmake and then make...

Quote
Sorry you start the insult...
fist post : Hmm orfff nothing workin' . ufff ofrr gningnigningnin
Don't want help you.

It's not an insult to say that nothing is working... It's not... If you can be insulted by a fact, well, I'm sure not apologizing. So don't help, someone else with a better attitude will, and is...
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...

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.

Nothing wrong with the code. Both client and miners built ok, as demonstrated.
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.

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...

As for the miner:

linux:~/K3/darkcoin-cpuminer-1.2c-master # chmod +x autogen.sh
linux:~/K3/darkcoin-cpuminer-1.2c-master # ./autogen.sh
configure.ac:15: installing './compile'
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am: installing './depcomp'
...
linux:~/K3/darkcoin-cpuminer-1.2c-master # ./configure
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-suse-linux-gnu
checking host system type... x86_64-suse-linux-gnu
checking target system type... x86_64-suse-linux-gnu
....
linux:~/K3/darkcoin-cpuminer-1.2c-master # make
make  all-recursive
make[1]: Entering directory `/root/K3/darkcoin-cpuminer-1.2c-master'
Making all in compat
make[2]: Entering directory `/root/K3/darkcoin-cpuminer-1.2c-master/compat'
Making all in jansson
make[3]: Entering directory `/root/K3/darkcoin-cpuminer-1.2c-master/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -g -O2 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
.....
(a bit later)
...
linux:~/K3/darkcoin-cpuminer-1.2c-master # ls -al
total 4868
drwxr-xr-x 9 root root    4096 Feb 28 07:45 .
drwxr-xr-x 3 root root    4096 Feb 28 07:44 ..
drwxr-xr-x 2 root root    4096 Feb 28 07:45 .deps
-rw-r--r-- 1 root root      84 Feb  6 02:11 AUTHORS
-rw-r--r-- 1 root root   18332 Feb  6 02:11 COPYING
-rw-r--r-- 1 root root      52 Feb  6 02:11 ChangeLog
-rw-r--r-- 1 root root   15943 Feb  6 02:11 INSTALL
-rw-r--r-- 1 root root     104 Feb  6 02:11 LICENSE
-rw-r--r-- 1 root root   58584 Feb 28 07:45 Makefile
-rw-r--r-- 1 root root     740 Feb  6 02:11 Makefile.am
-rw-r--r-- 1 root root   65738 Feb 28 07:44 Makefile.in
-rw-r--r-- 1 root root    8825 Feb  6 02:11 NEWS
-rw-r--r-- 1 root root    2851 Feb  6 02:11 README
-rw-r--r-- 1 root root   41454 Feb 28 07:44 aclocal.m4
-rwxr-xr-x 1 root root     192 Feb  6 02:11 autogen.sh
drwxr-xr-x 2 root root    4096 Feb 28 07:44 autom4te.cache
drwxr-xr-x 3 root root    4096 Feb 28 07:45 compat
-rw-r--r-- 1 root root     353 Feb  6 02:11 compat.h
-rwxr-xr-x 1 root root    7333 Feb 28 07:44 compile
-rwxr-xr-x 1 root root   45640 Feb 28 07:44 config.guess
-rw-r--r-- 1 root root   41206 Feb 28 07:45 config.log
-rwxr-xr-x 1 root root   35273 Feb 28 07:45 config.status
-rwxr-xr-x 1 root root   35521 Feb 28 07:44 config.sub
-rwxr-xr-x 1 root root  216817 Feb 28 07:44 configure
-rw-r--r-- 1 root root    3237 Feb  6 02:11 configure.ac
-rw-r--r-- 1 root root   35442 Feb  6 02:11 cpu-miner.c
-rw-r--r-- 1 root root    5444 Feb 28 07:45 cpuminer-config.h
-rw-r--r-- 1 root root    5101 Feb 28 07:44 cpuminer-config.h.in
-rwxr-xr-x 1 root root   23566 Feb 28 07:44 depcomp
-rw-r--r-- 1 root root    7060 Feb  6 02:11 elist.h
-rw-r--r-- 1 root root     257 Feb  6 02:11 example-cfg.json
-rwxr-xr-x 1 root root   13997 Feb 28 07:44 install-sh
drwxr-xr-x 2 root root    4096 Feb  6 02:11 m4
-rw-r--r-- 1 root root    6752 Feb  6 02:11 miner.h
-rwxr-xr-x 1 root root 1711624 Feb 28 07:45 minerd
-rw-r--r-- 1 root root    2848 Feb 28 07:45 minerd-aes_helper.o
-rw-r--r-- 1 root root  159168 Feb 28 07:45 minerd-cpu-miner.o
-rw-r--r-- 1 root root   18280 Feb 28 07:45 minerd-cubehash_sse2.o
-rw-r--r-- 1 root root  553352 Feb 28 07:45 minerd-echo.o
-rw-r--r-- 1 root root  154576 Feb 28 07:45 minerd-luffa_for_sse2.o
-rw-r--r-- 1 root root   17384 Feb 28 07:45 minerd-nist.o
-rw-r--r-- 1 root root     657 Feb 28 07:45 minerd-scrypt-arm.o
-rw-r--r-- 1 root root   73544 Feb 28 07:45 minerd-scrypt-x64.o
-rw-r--r-- 1 root root     761 Feb 28 07:45 minerd-scrypt-x86.o
-rw-r--r-- 1 root root   87024 Feb 28 07:45 minerd-scrypt.o
-rw-r--r-- 1 root root     657 Feb 28 07:45 minerd-sha2-arm.o
-rw-r--r-- 1 root root  135168 Feb 28 07:45 minerd-sha2-x64.o
-rw-r--r-- 1 root root     761 Feb 28 07:45 minerd-sha2-x86.o
-rw-r--r-- 1 root root  120464 Feb 28 07:45 minerd-sha2.o
-rw-r--r-- 1 root root  481480 Feb 28 07:45 minerd-shavite.o
-rw-r--r-- 1 root root  135952 Feb 28 07:45 minerd-util.o
-rw-r--r-- 1 root root  137168 Feb 28 07:45 minerd-vector.o
-rw-r--r-- 1 root root  275352 Feb 28 07:45 minerd-xcoin.o
-rwxr-xr-x 1 root root    6873 Feb 28 07:44 missing
-rw-r--r-- 1 root root    1049 Feb  6 02:11 nomacro.pl
-rw-r--r-- 1 root root      32 Feb 28 07:45 stamp-h1
-rw-r--r-- 1 root root    1073 Feb  6 02:11 typedefs.h
-rw-r--r-- 1 root root   30425 Feb  6 02:11 util.c
drwxr-xr-x 2 root root    4096 Feb  6 02:11 x2
drwxr-xr-x 3 root root    4096 Feb  6 02:11 x5
drwxr-xr-x 2 root root    4096 Feb  6 02:11 x6
-rw-r--r-- 1 root root    7489 Feb  6 02:11 xcoin.c

Ok now?
legendary
Activity: 1288
Merit: 1000
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.

Sorry you start the insult...
fist post : Hmm orfff nothing workin' . ufff ofrr gningnigningnin
Don't want help you.
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...
Jump to: