Author

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

sr. member
Activity: 322
Merit: 250
the first X11 coin,that maybe the next ltc
full member
Activity: 196
Merit: 100
I don't usually talk much about price, because honestly I don't really care. I'm mostly concerned with functionality and building something with real utility.

However, that's what the forums have been consumed with so here's my take on this. Darkcoin is six months old, last month we went from $0.77 to $15.00. It was literally four weeks long, and what goes up must come down. Crypto currencies grow in this way, it's actually normal. Next we'll form a base somewhere about here and things will get quiet before we make our next move to the upside. 

I don't post all of the time because, I work insane amounts of time on Darkcoin. This is my job and when I'm posting I'm not coding. Plus, I'm an introvert and I really like putting on headphones and cranking out some code. It's what I do.

What's next?

Things will relax and I'll start perfecting the hard fork for the masternode payments, then RC3. When we're happy with that, I have contacts now all over the media that would love to do another article and update our progress.

Speaking of things coming down, that goes for X11Coin too. From the looks of it, you trust your money to the decentralized mixer by the way. They're pretty secretive about how it works, but that's what I gather from it. I'd love to get a response. DarkSend is trustless for a reason, you don't want the "XNodes" running off with the money.
hero member
Activity: 525
Merit: 500
I've been riding this bucking bronco since February. Haven't sold a single DRK. Expect a 70% retracement from the double top. This happens to every coin. So $5 per coin could get here really quickly; be ready to pounce.


I'm still thinking $5 for the bottom. Might not make it there, we'll see. Be sure to have your BTC ready on the exchanges.
hero member
Activity: 682
Merit: 540
 We must remember that everyone's in this game for the major come up. .
Grind or buy a thousand plus coins and have them hit $10 plus. There are over 400 alts and this was the one to do it thus far. Imagine being a Potcoin, Doge, holder etc, up to this point. Spending all your time on a joke when this coin just crept by to do it. You'd be pissed too. . This was a long pump by day traders. Its going to happen. If you thought this was going to stable out near its peak your trip'n. BTC touched 70$ at one point and fell back to a few bucks in its early history. Some made money some lost, the miners that held and will continue to hold will win in the end.
hero member
Activity: 784
Merit: 1005
Have you seen this ??

https://github.com/atcsecure/X11COIN/commit/6f0428202c17f1ea21cd1b8dab55c025a57375c7

Code:
+                    // create the payment to the mixer
 +                    uint256 hash_256;
 +                    hash_256.SetHex(nCurrentMixer);
 +                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
 +                    if (!ann.IsAnnouncement())
 +                    {
 +                        strFailReason = _("No mixing nodes are currently available.");
 +                        return false;
 +                    }
 +                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
 +                    CBitcoinAddress address;
 +                    address.Set(key);
 +
 +                    // recreate the mixers public key as PEM format
 +                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
 +                    string keyEnd = "\n-----END PUBLIC KEY-----";
 +
 +
 +                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
 +                    int len = based.size();
 +                    int linecount = len / 64;
 +                    string newbased;
 +                    for(int l = 0; l < linecount; l++)
 +                    {
 +                        newbased += based.substr(l * 64, 64);
 +                        newbased += "\n";
 +                    }
 +                    newbased += based.substr(linecount * 64, len - (linecount * 64));
 +




https://github.com/fedoracoin/fedoracoin/blob/master/src/wallet.cpp#L1235-L1262

Code:
                   // create the payment to the mixer
                    uint256 hash_256;
                    hash_256.SetHex(nCurrentMixer);
                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
                    if (!ann.IsAnnouncement())
                    {
                        strFailReason = _("No mixing nodes are currently available.");
                        return false;
                    }
                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
                    CBitcoinAddress address;
                    address.Set(key);

                    // recreate the mixers public key as PEM format
                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
                    string keyEnd = "\n-----END PUBLIC KEY-----";


                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
                    int len = based.size();
                    int linecount = len / 64;
                    string newbased;
                    for(int l = 0; l < linecount; l++)
                    {
                        newbased += based.substr(l * 64, 64);
                        newbased += "\n";
                    }
                    newbased += based.substr(linecount * 64, len - (linecount * 64));



copy of fedoracoin ??




F**k Yaa. X

lol?

So XC copied all what DRK had open sourced and only added PoS, and while MNs and Darksend is closed source they use Fedora (centralized) anonymity? Seriously ...
sr. member
Activity: 448
Merit: 250

thank you very much for the help over skype, it seems that the hacker could enter my vps, don't know how exactly but he did
he will post on darkcointalk some advice and tips to not have the same issue as me

if someone can help me in any way please send some tip on my darkcoin wallet
XhGwaKJPMdqEyMU85QBReNNMzVGKDW2EPz
Okay, I've decided to publish a Dummies Guide to shutting down your ports and setting up Config Server Firewall: http://ozziecoin.com/?page_id=1466
Please leave us a FB like if you like it. Please donate AT LEAST 1 DARK, per person, to Reda: XhGwaKJPMdqEyMU85QBReNNMzVGKDW2EPz
sr. member
Activity: 294
Merit: 250
reply from Dev.

What is this ??


copy of fedoracoin ??



What's this mean?

XC mixer is copy of fedoracoin Sad


Tell me  Dev.


No its not

relax - the fedora code that is public doesn't actually work.  The anon code and the network code was written from the ground up.  

I was working on a patch and copied the wrong file and the github client on my windows dev pushed that automatically.. notice the mixerann.h wasn't uploaded...thats why it wouldn't compile
 

newbie
Activity: 45
Merit: 0
Oh hey. the XC pump was fun (and profitable!) while it lasted  Cheesy
legendary
Activity: 1708
Merit: 1049
Massive dumping on it right now...
hero member
Activity: 560
Merit: 500
hero member
Activity: 854
Merit: 1000
Have you seen this ??

copy of fedoracoin ??

F**k Yaa. X

L oh Fucking L.

I mean seriously, if he was a top tier dev, he wouldn't be naming his coin X11Coin.  That screams pump and dump all over it.  Of course, that didn't stop me from riding the wave, but still.  I have my popcorn ready for when the X11 dump finally happens.


https://github.com/atcsecure/X11COIN/commit/7ee3cb9af497c7e6472992e73e8ea2422702d33f

Mixer code is removed.

Windows Binary only... Sad

Doesn't matter.  Do you think Evan would have bothered with a piece of shit solution like the Fedoracoin mixer until Darksend was ready?  Now, the X11 pump may not be over, but anyone who thinks that it is anything more than a pump and dump needs to reconnect with reality.
legendary
Activity: 1708
Merit: 1049
Dumped the lot with XC, lol... thanks chaeplin...
sr. member
Activity: 294
Merit: 250
Have you seen this ??

copy of fedoracoin ??

F**k Yaa. X

L oh Fucking L.

I mean seriously, if he was a top tier dev, he wouldn't be naming his coin X11Coin.  That screams pump and dump all over it.  Of course, that didn't stop me from riding the wave, but still.  I have my popcorn ready for when the X11 dump finally happens.


https://github.com/atcsecure/X11COIN/commit/7ee3cb9af497c7e6472992e73e8ea2422702d33f

Mixer code is removed.

Windows Binary only... Sad


hero member
Activity: 594
Merit: 500
sr. member
Activity: 462
Merit: 250
Have you seen this ??

https://github.com/atcsecure/X11COIN/commit/6f0428202c17f1ea21cd1b8dab55c025a57375c7

Code:
+                    // create the payment to the mixer
 +                    uint256 hash_256;
 +                    hash_256.SetHex(nCurrentMixer);
 +                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
 +                    if (!ann.IsAnnouncement())
 +                    {
 +                        strFailReason = _("No mixing nodes are currently available.");
 +                        return false;
 +                    }
 +                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
 +                    CBitcoinAddress address;
 +                    address.Set(key);
 +
 +                    // recreate the mixers public key as PEM format
 +                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
 +                    string keyEnd = "\n-----END PUBLIC KEY-----";
 +
 +
 +                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
 +                    int len = based.size();
 +                    int linecount = len / 64;
 +                    string newbased;
 +                    for(int l = 0; l < linecount; l++)
 +                    {
 +                        newbased += based.substr(l * 64, 64);
 +                        newbased += "\n";
 +                    }
 +                    newbased += based.substr(linecount * 64, len - (linecount * 64));
 +




https://github.com/fedoracoin/fedoracoin/blob/master/src/wallet.cpp#L1235-L1262

Code:
                   // create the payment to the mixer
                    uint256 hash_256;
                    hash_256.SetHex(nCurrentMixer);
                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
                    if (!ann.IsAnnouncement())
                    {
                        strFailReason = _("No mixing nodes are currently available.");
                        return false;
                    }
                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
                    CBitcoinAddress address;
                    address.Set(key);

                    // recreate the mixers public key as PEM format
                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
                    string keyEnd = "\n-----END PUBLIC KEY-----";


                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
                    int len = based.size();
                    int linecount = len / 64;
                    string newbased;
                    for(int l = 0; l < linecount; l++)
                    {
                        newbased += based.substr(l * 64, 64);
                        newbased += "\n";
                    }
                    newbased += based.substr(linecount * 64, len - (linecount * 64));



copy of fedoracoin ??




F**k Yaa. X

Nice find!
Hey, the MN count isn't up-to-date now, is it? Hasn't moved basically in over a day.
Edit: Actually it looks like it has ticked around barely.
legendary
Activity: 1036
Merit: 1000
Have you seen this ??

https://github.com/atcsecure/X11COIN/commit/6f0428202c17f1ea21cd1b8dab55c025a57375c7

Code:
+                    // create the payment to the mixer
 +                    uint256 hash_256;
 +                    hash_256.SetHex(nCurrentMixer);
 +                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
 +                    if (!ann.IsAnnouncement())
 +                    {
 +                        strFailReason = _("No mixing nodes are currently available.");
 +                        return false;
 +                    }
 +                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
 +                    CBitcoinAddress address;
 +                    address.Set(key);
 +
 +                    // recreate the mixers public key as PEM format
 +                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
 +                    string keyEnd = "\n-----END PUBLIC KEY-----";
 +
 +
 +                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
 +                    int len = based.size();
 +                    int linecount = len / 64;
 +                    string newbased;
 +                    for(int l = 0; l < linecount; l++)
 +                    {
 +                        newbased += based.substr(l * 64, 64);
 +                        newbased += "\n";
 +                    }
 +                    newbased += based.substr(linecount * 64, len - (linecount * 64));
 +




https://github.com/fedoracoin/fedoracoin/blob/master/src/wallet.cpp#L1235-L1262

Code:
                   // create the payment to the mixer
                    uint256 hash_256;
                    hash_256.SetHex(nCurrentMixer);
                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
                    if (!ann.IsAnnouncement())
                    {
                        strFailReason = _("No mixing nodes are currently available.");
                        return false;
                    }
                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
                    CBitcoinAddress address;
                    address.Set(key);

                    // recreate the mixers public key as PEM format
                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
                    string keyEnd = "\n-----END PUBLIC KEY-----";


                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
                    int len = based.size();
                    int linecount = len / 64;
                    string newbased;
                    for(int l = 0; l < linecount; l++)
                    {
                        newbased += based.substr(l * 64, 64);
                        newbased += "\n";
                    }
                    newbased += based.substr(linecount * 64, len - (linecount * 64));



copy of fedoracoin ??




F**k Yaa. X

 Shocked

Game over x11 - checkmate....
legendary
Activity: 1708
Merit: 1049
Have you seen this ??

https://github.com/atcsecure/X11COIN/commit/6f0428202c17f1ea21cd1b8dab55c025a57375c7

Code:
+                    // create the payment to the mixer
 +                    uint256 hash_256;
 +                    hash_256.SetHex(nCurrentMixer);
 +                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
 +                    if (!ann.IsAnnouncement())
 +                    {
 +                        strFailReason = _("No mixing nodes are currently available.");
 +                        return false;
 +                    }
 +                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
 +                    CBitcoinAddress address;
 +                    address.Set(key);
 +
 +                    // recreate the mixers public key as PEM format
 +                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
 +                    string keyEnd = "\n-----END PUBLIC KEY-----";
 +
 +
 +                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
 +                    int len = based.size();
 +                    int linecount = len / 64;
 +                    string newbased;
 +                    for(int l = 0; l < linecount; l++)
 +                    {
 +                        newbased += based.substr(l * 64, 64);
 +                        newbased += "\n";
 +                    }
 +                    newbased += based.substr(linecount * 64, len - (linecount * 64));
 +




https://github.com/fedoracoin/fedoracoin/blob/master/src/wallet.cpp#L1235-L1262

Code:
                   // create the payment to the mixer
                    uint256 hash_256;
                    hash_256.SetHex(nCurrentMixer);
                    CAnnouncement ann = CAnnouncement::getAnnouncementByHash(hash_256);
                    if (!ann.IsAnnouncement())
                    {
                        strFailReason = _("No mixing nodes are currently available.");
                        return false;
                    }
                    CKeyID key(uint160(ann.pReceiveAddressPubKey));
                    CBitcoinAddress address;
                    address.Set(key);

                    // recreate the mixers public key as PEM format
                    string keyStart = "-----BEGIN PUBLIC KEY-----\n";
                    string keyEnd = "\n-----END PUBLIC KEY-----";


                    string based = EncodeBase64(reinterpret_cast (&ann.pRsaPubKey[0]), ann.pRsaPubKey.size());
                    int len = based.size();
                    int linecount = len / 64;
                    string newbased;
                    for(int l = 0; l < linecount; l++)
                    {
                        newbased += based.substr(l * 64, 64);
                        newbased += "\n";
                    }
                    newbased += based.substr(linecount * 64, len - (linecount * 64));



copy of fedoracoin ??




F**k Yaa. X

 Shocked

This is B A D.

DAMN CRYPTSY FUCKING MOVE MY XC'S.
hero member
Activity: 854
Merit: 1000
Have you seen this ??

copy of fedoracoin ??

F**k Yaa. X

L oh Fucking L.

I mean seriously, if he was a top tier dev, he wouldn't be naming his coin X11Coin.  That screams pump and dump all over it.  Of course, that didn't stop me from riding the wave, but still.  I have my popcorn ready for when the X11 dump finally happens.
Jump to: