Author

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

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?


Please spread your hashing power, we dont want 1 pool to have 51+%
legendary
Activity: 1358
Merit: 1002
Hey eduffield, any more news on the status of coinjoin and anon mode? 

I have a lot of news, I'll make a full post later detailing all of the progress Smiley

looking forward to it
legendary
Activity: 1176
Merit: 1036
Dash Developer
Hey eduffield, any more news on the status of coinjoin and anon mode? 

I have a lot of news, I'll make a full post later detailing all of the progress Smiley
sr. member
Activity: 280
Merit: 250
Who cares?
Hey eduffield, any more news on the status of coinjoin and anon mode? 
full member
Activity: 126
Merit: 100
Still looking to buy Dark. How many would $100USD get me?

400 there about.
sr. member
Activity: 645
Merit: 250
Still looking to buy Dark. How many would $100USD get me?
full member
Activity: 168
Merit: 100
DRK just hit this exchange last night.

https://poloniex.com/exchange/BTC_DRK

Going by your calculations we have 3million DRK * 0.000186BTC/DRK * $707/BTC = $395,000 market cap right now, and it isn't even listed on Coinmarketcap.com yet. The next Vertcoin?

Nice, i like this exchange
sr. member
Activity: 417
Merit: 250
DRK just hit this exchange last night.

https://poloniex.com/exchange/BTC_DRK

Going by your calculations we have 3million DRK * 0.000186BTC/DRK * $707/BTC = $395,000 market cap right now, and it isn't even listed on Coinmarketcap.com yet. The next Vertcoin?
hero member
Activity: 826
Merit: 500
Anyone selling Darkcoin? Looking to buy a good amount. PM with offers.
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 ^^
Jump to: