Author

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

sr. member
Activity: 406
Merit: 250
20 coins/day is not too shabby!

Im running on a good old Phenom II X4 B55 though, so suppose I'd get like 0.1/day ^^

Have you used your free Azure account yet Wink
No, but that does sound interesting! Free coinz?! Cheesy
full member
Activity: 154
Merit: 100
Coinoholic
20 coins/day is not too shabby!

Im running on a good old Phenom II X4 B55 though, so suppose I'd get like 0.1/day ^^

Have you used your free Azure account yet Wink
sr. member
Activity: 406
Merit: 250
Coin seems to be doing well at this point, network hashrate is climbing fast and approaching 1GH/s (Which seems like is a pretty good acheivement to me). Difficulty is moving right along with it so I'd have to expect inflation to start to drop and prices to continue to creep upwards (Get 'em while they're cheap!)

Coins seem to be trading well on the exchanges as well, looks promising.

Eduffield, great job so far, excited to see the implementation of the anonymous features when they're ready, looks like you're making good progress.
Yes indeed! We do however still need to get this up on more exchanges, make some noise! http://www.reddit.com/r/CoinedUp/comments/1xa9fy/request_need_a_new_place_to_exchange_drk_dark_coin/
newbie
Activity: 42
Merit: 0
Coin seems to be doing well at this point, network hashrate is climbing fast and approaching 1GH/s (Which seems like is a pretty good acheivement to me). Difficulty is moving right along with it so I'd have to expect inflation to start to drop and prices to continue to creep upwards (Get 'em while they're cheap!)

Coins seem to be trading well on the exchanges as well, looks promising.

Eduffield, great job so far, excited to see the implementation of the anonymous features when they're ready, looks like you're making good progress.
full member
Activity: 168
Merit: 100
Centos dependencies

 su -c 'yum install gcc-c++ m4 openssl-devel db4-devel boost-devel git'


If you still get errors one of these might help you out:

Compiling OpenSSL (for CentOS users)

This step is only required if you’re using CentOS. Red Hat has removed support for elliptic curve cryptography from the OpenSSL it supplies.

Code:
 cd
 rm -rf openssl-1.0.1e.tar.gz openssl-1.0.1e
 wget http://ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/openssl-1.0.1e.tar.gz
 tar xzvf openssl-1.0.1e.tar.gz
 cd openssl-1.0.1e
 ./config shared --prefix=/usr/local --libdir=lib
 make
 sudo make install

Compiling miniupnpc (for CentOS users)

Code:
 cd
 rm -rf miniupnpc-1.6.20120509.tar.gz
 wget http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.6.20120509.tar.gz
 tar xzvf miniupnpc-1.6.20120509.tar.gz
 cd miniupnpc-1.6.20120509
 make
 sudo INSTALLPREFIX=/usr/local make install
legendary
Activity: 1358
Merit: 1002
try

./autogen.sh
./configure CFLAGS="-O3 -msse2"
./make

if that doesnt work, then your gcc is too old
or

Code:
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
sudo apt-get install git make mc htop
git clone https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c.git
cd darkcoin-cpuminer-1.2c
chmod 777 autogen.sh
./autogen.sh
./configure

make


he is running centos
legendary
Activity: 1246
Merit: 1000
try

./autogen.sh
./configure CFLAGS="-o3 -msse2"
./make

if that doesnt work, then your gcc is too old
or

Code:
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
sudo apt-get install git make mc htop
git clone https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c.git
cd darkcoin-cpuminer-1.2c
chmod 777 autogen.sh
./autogen.sh
./configure

make
legendary
Activity: 1358
Merit: 1002
try

./autogen.sh
./configure CFLAGS="-O3 -msse2"
./make

if that doesnt work, then your gcc is too old
newbie
Activity: 16
Merit: 0
i run ./configure CFLAGS="-O3" in centos vps,and get configure: error: Missing required libcurl >= 7.15.2
so i yum install libcurl and get  
Package libcurl-7.19.7-37.el6_4.x86_64 already installed and latest version
Nothing to do
 Huh Huh

yum install libcurl-dev

or

yum install curl-devel

thank u so much,but when i make i get this
# make
make  all-recursive
make[1]: Entering directory `/root/darkcoin-cpuminer-1.2c'
Making all in compat
make[2]: Entering directory `/root/darkcoin-cpuminer-1.2c/compat'
Making all in jansson
make[3]: Entering directory `/root/darkcoin-cpuminer-1.2c/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/darkcoin-cpuminer-1.2c/compat/jansson'
make[3]: Entering directory `/root/darkcoin-cpuminer-1.2c/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/darkcoin-cpuminer-1.2c/compat'
make[2]: Leaving directory `/root/darkcoin-cpuminer-1.2c/compat'
make[2]: Entering directory `/root/darkcoin-cpuminer-1.2c'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-xcoin.o -MD -MP -MF .deps/minerd-xcoin.Tpo -c -o minerd-xcoin.o `test -f 'xcoin.c' || echo './'`xcoin.c
In file included from xcoin.c:25:
x6/jh_sse2_opt64.h:32: error: redefinition of typedef ‘BitSequence’
x5/defs_x5.h:5: note: previous declaration of ‘BitSequence’ was here
x6/jh_sse2_opt64.h:33: error: redefinition of typedef ‘DataLength’
x5/defs_x5.h:6: note: previous declaration of ‘DataLength’ was here
xcoin.c: In function ‘Xhash’:
xcoin.c:97: warning: assignment discards qualifiers from pointer target type
xcoin.c:112: warning: right shift count >= width of type
xcoin.c:112: warning: right shift count >= width of type
xcoin.c:112: warning: right shift count >= width of type
xcoin.c:112: warning: right shift count >= width of type
make[2]: *** [minerd-xcoin.o] Error 1
make[2]: Leaving directory `/root/darkcoin-cpuminer-1.2c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/darkcoin-cpuminer-1.2c'
make: *** [all] Error 2
sr. member
Activity: 406
Merit: 250
20 coins/day is not too shabby!

Im running on a good old Phenom II X4 B55 though, so suppose I'd get like 0.1/day ^^
legendary
Activity: 1302
Merit: 1002
How many coins/day do you get from mining?
on my pool:
guys get eg.:

14      fsdfsd342   2,796 khs --   459.047 coins
15      Xccvx   2,237 khs--           367.237 coins

My personal speed:
speed i7 3770k ~200 khs 25 coins day (0,25-0,4 Primecoin dayly before depends on pool)

second PC in work Xenon about ~200 khs 30 coin day

There is many people with could servers running and getting speeds like 2,796 khs = ~17x i7 3770k
Network 687 000 khs now.
Adjust that results to your speed Smiley and gl.
legendary
Activity: 1358
Merit: 1002


we are growing, come and help mine darkcoin, and get a chance of winning the lottery pool.

once a week 50% of the fees, plus ive added a 100 drk on top, will be drawn,
to one lucky winner. tuesday TanteStefana Won 280 DRK.. is it your turn next?
hero member
Activity: 784
Merit: 1005
CPU mining pool?

No time to read the whole thread  Undecided

Just read the 1st post Tongue
legendary
Activity: 1498
Merit: 1000
CPU mining pool?

No time to read the whole thread  Undecided
hero member
Activity: 854
Merit: 1000
To whoever is in charge of it, the block explorer appears to be down.
sr. member
Activity: 406
Merit: 250
How many coins/day do you get from mining?
sr. member
Activity: 406
Merit: 250
I'm new to DarkCoin but I like what I see. Let's try to get this on the bigger exchanges?

https://cryptsy.freshdesk.com/support/discussions/forums/191571

http://www.reddit.com/r/CoinedUp/

+ others

Come on guys, lets get this done!
hero member
Activity: 689
Merit: 507
Also, does anyone know the current total supply of Darkcoins?  Thanks.
about 400k
Are you sure ? Where or how to know ?
I thought there was 4M already in darkcoin explorer.

There's a little over 3 million total, with a market cap near $300,000+

thanks
full member
Activity: 168
Merit: 100
I'm new to DarkCoin but I like what I see. Let's try to get this on the bigger exchanges?

https://cryptsy.freshdesk.com/support/discussions/forums/191571

http://www.reddit.com/r/CoinedUp/

+ others
Jump to: