Bitcoin Forum
May 05, 2024, 01:25:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 [158] 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722505 times)
HammerHedd
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
February 19, 2014, 07:35:00 PM
 #3141



I adjusted the colors and altered the design in the center of the logo.

(The subtle blurred separation in the dark diagonal bar across the center is intentional to represent anonymized un-linked transactions.)

-onetime




EDIT:      

This is my fav so far, I like the clean / polish of it, and the dark blue. Nice touch with the blured seperation.  Thanks to all who are helping this coin!

I like it too. The binary word at approximately 8 o' clock is malformed though (7 digits not Cool. Maybe this would be better:

01100100 01100001 01110010 01101011 01100011 01101111 01101001 01101110

(D.A.R.K.C.O.I.N)

+! yeah, have it actually say darkcoin!

DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy       P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903
BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ                    http://darkcoin.kicks-ass.net
1714915539
Hero Member
*
Offline Offline

Posts: 1714915539

View Profile Personal Message (Offline)

Ignore
1714915539
Reply with quote  #2

1714915539
Report to moderator
1714915539
Hero Member
*
Offline Offline

Posts: 1714915539

View Profile Personal Message (Offline)

Ignore
1714915539
Reply with quote  #2

1714915539
Report to moderator
1714915539
Hero Member
*
Offline Offline

Posts: 1714915539

View Profile Personal Message (Offline)

Ignore
1714915539
Reply with quote  #2

1714915539
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
InternetApe
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
February 19, 2014, 07:36:11 PM
 #3142

any community ami's for amazon ec2 for the rest of the world setup?

I'm having trouble doing it myself.  I don't know putty, having trouble getting minerd loaded properly.
I setup a few with the tuto that send you in previous post..
I can help you but be more specific of your problems or where yo re blocked..
Updated with the version 1.3 of minerd.. It s working on amazon.

If you succeed to connect to your instance via putty just follow those step :

sudo apt-get update

sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev

git clone https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes

cd darkcoin-cpuminer-1.3-avx-aes

chmod a+x autogen.sh

./autogen.sh

./configure CFLAGS="-O3 -march=native"

make


The one thing that is giving me fits is having a .sh script start right after re/boot. I tried using

#!/bin/bash
cd ~
./wnc.sh

in the user data (kind of a cloud sript, I guess) but it seems to work intermittently. I know there is some way to tie in to init.d, but my attempts have not worked.

use crontab!

crontab -e

then add

@reboot ~/wnc.sh

When host reboots it will start that. Put that in the users crontab, the one you login with.

DarkCoin - https://bitcointalk.org/index.php?topic=421615 - DarkCoin aims to be the first privacy-centric cryptographic currency with fully encrypted transactions and anonymous block transactions.
HammerHedd
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
February 19, 2014, 07:38:41 PM
 #3143

Network hash rate dropped quite a bit

Except one hell of a jump after alpha tests tonight  Grin

I'm happy it dropped  Grin

More coins for me to mine !!

hehehe Be nice for it to dip below 75 for a while... Smiley

"just keep mining, just keep mining" - Dorie

DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy       P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903
BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ                    http://darkcoin.kicks-ass.net
HammerHedd
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
February 19, 2014, 07:40:15 PM
Last edit: February 19, 2014, 08:44:55 PM by HammerHedd
 #3144

any community ami's for amazon ec2 for the rest of the world setup?

I'm having trouble doing it myself.  I don't know putty, having trouble getting minerd loaded properly.
I setup a few with the tuto that send you in previous post..
I can help you but be more specific of your problems or where yo re blocked..
Updated with the version 1.3 of minerd.. It s working on amazon.

If you succeed to connect to your instance via putty just follow those step :

sudo apt-get update

sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev

git clone https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes

cd darkcoin-cpuminer-1.3-avx-aes

chmod a+x autogen.sh

./autogen.sh

./configure CFLAGS="-O3 -march=native"

make


The one thing that is giving me fits is having a .sh script start right after re/boot. I tried using

#!/bin/bash
cd ~
./wnc.sh

in the user data (kind of a cloud sript, I guess) but it seems to work intermittently. I know there is some way to tie in to init.d, but my attempts have not worked.

use crontab!

crontab -e

then add

@reboot ~/wnc.sh

When host reboots it will start that. Put that in the users crontab, the one you login with.

OK, cool. I'll give that a shot right now.

EDIT: nope, it still doesn't work. ... Maybe it has something to do with the way amazon initializes their AMIs? I can't believe there is such a simple way to do this in windows and not in Linux... I must be missing something somewhere...

EDIT EDIT: I take that back - it works on some instances and not on others... seems like it might not work as well (or as fast?) on the tiny instances....

Man, I really should get back to work! Tongue

DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy       P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903
BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ                    http://darkcoin.kicks-ass.net
matt608
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


View Profile
February 19, 2014, 07:41:06 PM
 #3145



I adjusted the colors and altered the design in the center of the logo.

(The subtle blurred separation in the dark diagonal bar across the center is intentional to represent anonymized un-linked transactions.)

-onetime




EDIT:      

This is my fav so far, I like the clean / polish of it, and the dark blue. Nice touch with the blured seperation.  Thanks to all who are helping this coin!

I like it too. The binary word at approximately 8 o' clock is malformed though (7 digits not Cool. Maybe this would be better:

01100100 01100001 01110010 01101011 01100011 01101111 01101001 01101110

(D.A.R.K.C.O.I.N)

+! yeah, have it actually say darkcoin!

Tbh I think the darkcoin coin image looks too much like a tiddlywink lol, it looks like it's made of plastic, which is of low value.  If it could be made more substantial looking, more heavy/sold and made of a precious metal rather than plastic people would find it more desirable.  
TrollboxChamp
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
February 19, 2014, 07:43:18 PM
 #3146

Network hash rate dropped quite a bit

Everyone is mining the new dumpcoin

Its coming back up  Smiley
Kreativekrypto
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 19, 2014, 08:21:39 PM
 #3147

Any bounties for DRK if I could get a big crypto merchant to accept it? I'm asking because A: I like where this currency is going and B: I cant seem to mine fast enough so a bounty would help jumpstart...and I know a few owners.
luke997
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
February 19, 2014, 08:28:19 PM
 #3148

Time to stock up some darkcoins, looks like it's bouncing back from the dip... I wished I've bought more while it was @ 0.0005... but hey, never too late.
bigc1984
Hero Member
*****
Offline Offline

Activity: 658
Merit: 534


View Profile
February 19, 2014, 08:31:29 PM
 #3149

I think we all need to keep in mind is although decentralized currency is an awesome start we need to start thinking of ways to decentralize and become more self independent in every aspect. To truly indulge in the essence of what makes cryptocurrency important takes a certain type of intellectual mind set; or philosophy. As a community we need to stress the importance of darkness. We have a right to self-preservation, self-security and independence from intrusion. We don't need to chase the mainstream, we will create a new stream. WWW is cool... but it's not all there is. Main stream merchants? That's cool if they wanna get on board but if not we always can operate through .onion =]
Queeq
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250



View Profile
February 19, 2014, 08:42:02 PM
 #3150

Time to stock up some darkcoins, looks like it's bouncing back from the dip... I wished I've bought more while it was @ 0.0005... but hey, never too late.
+1
I wonder if it could break walls around 18 this time.
brother3
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500



View Profile
February 19, 2014, 08:46:23 PM
 #3151

I like the concept very much...Mining this right now since it has a GPU miner
kuperis
Sr. Member
****
Offline Offline

Activity: 357
Merit: 250



View Profile
February 19, 2014, 08:57:34 PM
 #3152

I like the concept very much...Mining this right now since it has a GPU miner
l
but maybe then price too high at the moment, coz like MTC (now MTS) after when GPU miner released price went  down ~-50% and before that coin was "cpu-only"
bigc1984
Hero Member
*****
Offline Offline

Activity: 658
Merit: 534


View Profile
February 19, 2014, 09:00:35 PM
 #3153

I like the concept very much...Mining this right now since it has a GPU miner
l
but maybe then price too high at the moment, coz like MTC (now MTS) after when GPU miner released price went  down ~-50% and before that coin was "cpu-only"

Coins are extremely cheap right now. These are some of the cheapest prices you are going to see on this coin, ever again.
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
February 19, 2014, 09:02:37 PM
 #3154

I’ve heard some chatter and misconceptions about the difference between Darkcoin vs Zerocoin, so here’s a write up about the pros and cons of each approach and what they do differently.

Darkcoin

First off, most people start by asking is DarkSend actually real and does it work? Yes! Checkout the development progress here: https://bitcointalk.org/index.php?topic=467857.0

DarkSend is based off of Greg Maxwells original idea called Coinjoin, with some added improvements and decentralization. The decentralized approach is important because the logic is self contained in the client, which is managed by the users themselves. This is a trustless solution.

Darkcoin uses the base transaction layer to sign it’s transactions in much the same way that Bitcoin does. The mathematics are tried and true and have been used for years in computer security and banking.

Transactions will be grouped together and the same cost as sending transactions on the normal network. Both DarkSend and normal transactions will be available to choose from, but at some point we might default to DarkSend (and go Dark).

It’s also worth noting that this approach doesn’t bloat the blockchain at all either. Transactions are the same size as the would have been.

Zerocoin

The approach Zerocoin takes is to use some exotic mathematics to hide the identity with a zero-knowledge proof. This allows a higher quality of anonymity, but also could have some unforeseen hole that will be exploited later.

Checkout this link to see the mathematics I'm talking about: https://github.com/Zerocoin/libzerocoin/blob/master/AccumulatorProofOfKnowledge.cpp

Zerocoin's proof of work is in the 2kb range, which was reduced from 1024kb in Mathew Green’s original work. These proofs must be stored in the blockchain for each transaction that goes through the network for confirmation purposes and the ledger history, so this will cause a lot of bloat. There is also a need for these proofs to be processed by the networks nodes, being larger will cause more intense CPU usage with smaller transaction rates. 

The spec for Zerocoin also requires a 100% premine. I believe mining is what gives cryptocurrency their base value, so this could be a problem for the currency in the long haul.

With the high CPU usage, how will the network deal with DDOS attacks? I could send bad proofs that must be processed. It’s much harder with the Bitcoin protocol because the math is pretty fast and you would be banned quickly.

Imagine if Zerocoin had to deal with 20 transactions a minute, that would be 58.98MB/day that will be added to the blockchain. After a year, that would add up to 21.5GB. Now god forbid you have to reindex this, you’ll have to process all of the proofs on your computer? That might take another year to complete.

---

I think the Darkcoin approach has the best mix of features, with the least risk and it’s decentralized. So we definitely have our place in the market.


References:

Coinjoin spec: https://bitcointalk.org/index.php?topic=279249.0;all


and

And what is the difference between Darkcoin and DarkWallet's Coinjoin implementation?

It's not in the native client, it's a browser extension and it's not decentralized. In the world of crypto decentralized solutions will always win, we need all of this technology to be trustless.

I've posted these quotes in the reddit page, DRKCoin, is that the right one now?

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
hamiltino
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


P2P The Planet!


View Profile
February 19, 2014, 09:03:15 PM
 #3155

darkcoin logo needs to look more solid. It just does not look high quality.

stacking coin
brother3
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500



View Profile
February 19, 2014, 09:06:13 PM
 #3156

I like the concept very much...Mining this right now since it has a GPU miner
l
but maybe then price too high at the moment, coz like MTC (now MTS) after when GPU miner released price went  down ~-50% and before that coin was "cpu-only"

How long ago was the GPU miner released?
elmad
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
February 19, 2014, 09:06:28 PM
 #3157

CPU MINER* IMPROVEMENT +8%**

*AVX-AES VERSION
** 8% on a i7 3d generation, need testing for other cpus

I need testing before to release in stable. Anyone that uses a AVX-AES cpu and linux can test it and report me how it works, what cpu uses and how much improvement achieved?
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
February 19, 2014, 09:14:31 PM
 #3158

Here they are together for a quick comparison.


Don't forget this one.  I like that it's not so shiny so it looks better at smaller sizes.  And  I don't think anything will beat the D with a keyhole, it says it all.

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
February 19, 2014, 09:15:54 PM
 #3159

Here's a quick n dirty concept for a minimalist logo I did for a bit of fun. Boring colours, I know.



This one

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
kuperis
Sr. Member
****
Offline Offline

Activity: 357
Merit: 250



View Profile
February 19, 2014, 09:16:06 PM
 #3160

I like the concept very much...Mining this right now since it has a GPU miner
l
but maybe then price too high at the moment, coz like MTC (now MTS) after when GPU miner released price went  down ~-50% and before that coin was "cpu-only"

How long ago was the GPU miner released?

two weeks ago
Pages: « 1 ... 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 [158] 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 ... 7012 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!