Author

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

legendary
Activity: 966
Merit: 1000
DarkCoin wallet is out of sync its stuck at 0 hours behind
how do I get it in sync

If you mouse hover over the progress bar you'll see it's actually up to date with the last block, it just doesn't realise it...  Huh

I move the mouse over the bar and nothing happens .I click debug I see this number 64484

May be different in my linux client. 64484 was the latest block at the time you did that, so it's synced up, don't worry.
full member
Activity: 322
Merit: 105
Did anyone notice that Vault of Satoshi added DRK fiat and alt-to-drk exchanges?



https://www.vaultofsatoshi.com/orderbook

Wow, just Wow!  But I can't use them from the US Sad

Now we need to get Coinbase to do that!

Unless they've changed something in the last couple months, you can use them.  It's just a pain in the ass.  You have to send a certified check from your bank or something.

We need a little store front that sells DRK via paypal or credit card (for a small markup).  Even if it were an ebay store.
full member
Activity: 184
Merit: 100
DarkCoin wallet is out of sync its stuck at 0 hours behind
how do I get it in sync

If you mouse hover over the progress bar you'll see it's actually up to date with the last block, it just doesn't realise it...  Huh

I move the mouse over the bar and nothing happens .I click debug I see this number 64484
full member
Activity: 280
Merit: 100
The Future Of Work
Did anyone notice that Vault of Satoshi added DRK fiat and alt-to-drk exchanges?



https://www.vaultofsatoshi.com/orderbook

Wow, just Wow!  But I can't use them from the US Sad

Now we need to get Coinbase to do that!
full member
Activity: 280
Merit: 100
The Future Of Work
Have you noticed this ?

Timed Hadrfork  Grin

Set ntp  Cheesy


https://github.com/darkcoinproject/darkcoin/blob/master/src/protocol.cpp#L16-L35

Code:
// The message start string is designed to be unlikely to occur in normal data.
// The characters are rarely used upper ascii, not valid as UTF-8, and produce
// a large 4-byte int at any alignment.
// Public testnet message start
static unsigned char pchMessageStartTestOld[4] = { 0xfc, 0xc1, 0xb7, 0xdc };
static unsigned char pchMessageStartTestNew[4] = { 0xce, 0xe2, 0xca, 0xff };
static unsigned int nMessageStartTestSwitchTime = 1398869551+(60*5);

// Darkcoin message start (switch from Litecoin's)
static unsigned char pchMessageStartLitecoin[4] = { 0xfb, 0xc0, 0xb6, 0xdb };
static unsigned char pchMessageStartDarkcoin[4] = { 0xbf, 0x0c, 0x6b, 0xbd };
static unsigned int nMessageStartSwitchTime = 1400094580; //Wed, 14 May 2014 19:09:40 GMT

void GetMessageStart(unsigned char pchMessageStart[], bool fPersistent)
{
    if (fTestNet)
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartTestSwitchTime)? pchMessageStartTestNew : pchMessageStartTestOld, sizeof(pchMessageStartTestNew));
    else
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartSwitchTime)? pchMessageStartDarkcoin : pchMessageStartLitecoin, sizeof(pchMessageStartDarkcoin));
}


From Litecoin { 0xfb, 0xc0, 0xb6, 0xdb } to Darkcoin { 0xbf, 0x0c, 0x6b, 0xbd }   Grin

Poetry right there. Smiley

Please explain what ya'all are talking about to us non-coders??? LOL
hero member
Activity: 789
Merit: 501
Just a question, DRK come from 0.60$ to 1.60$ with the RC of the DarkSend.
With a final DarkSend and a good adoption of the Dark, what is the price you predict ?

Place your bet now, I'll post the result in a week.
https://fr.surveymonkey.com/s/5P2NF3G

We will see if we made a good prediction in 3 months ! Smiley

Strip out the fans and haters and so far you get a price between $4-$5 over the coming weeks.



https://bitcointalksearch.org/topic/m.6335710

How, I didn't see this post.
Let's see if the 2 surveys will have the same results Smiley
full member
Activity: 280
Merit: 100
The Future Of Work
Here's the new schedule for development:

- RC2 (masternode payments, DGW3) : May 14th
- RC3 (1000 DRK limit and denominated change) : May 21st
- After this, I'll find someone to vet the code and open source.
- RC4 (Bugs, security issues)
- Testing, then opensource

I'm wondering, if the  darksend code is opensource, so another coin can implements it and DarkCoin will loose some value because it will not be the only one providing the feature ?
Or I'm wrong ?


Darksend is not a LEGO block Smiley

Ugh, you're like my husband, LOL.  Great analogy but just in case we lost someone there, Evan says you can't just drop this code into another coin.  I suppose you could clone it outright once it is finished though.  But you do have to remember, a clone will have no support or a great developer who is going to implement all kinds of wonderful new things.  Hopefully, in the near future, after darksend is finished, we will attract other great programmers/developers and the team will make the coin invaluable Smiley
legendary
Activity: 966
Merit: 1000
DarkCoin wallet is out of sync its stuck at 0 hours behind
how do I get it in sync

If you mouse hover over the progress bar you'll see it's actually up to date with the last block, it just doesn't realise it...  Huh
full member
Activity: 184
Merit: 100
 DarkCoin wallet is out of sync its stuck at 0 hours behind
how do I get it in sync
legendary
Activity: 966
Merit: 1000
Did anyone notice that Vault of Satoshi added DRK fiat and alt-to-drk exchanges?

I contacted Bittylicious in the UK and was told that they've had two requests for Darkcoin in the last two months, one of those being from me.

How many people here have wished in the last few weeks they could simply just buy DRK with fiat without jumping through hoops? We need this to be easier for people to do, so don't be shy about politely asking your local fiat/crypto merchant to provide the service - the service will only come if they know there's a market for it.

For Darkcoin to succeed people need to be able to easily get it, and easily spend it.

If I was young and talented I'd be working on a p2p dbay...  Tongue
hero member
Activity: 504
Merit: 500
eidoo wallet
Just a question, DRK come from 0.60$ to 1.60$ with the RC of the DarkSend.
With a final DarkSend and a good adoption of the Dark, what is the price you predict ?

Place your bet now, I'll post the result in a week.
https://fr.surveymonkey.com/s/5P2NF3G

We will see if we made a good prediction in 3 months ! Smiley

Strip out the fans and haters and so far you get a price between $4-$5 over the coming weeks.



https://bitcointalksearch.org/topic/m.6335710

$9+ for sure.
legendary
Activity: 1456
Merit: 1000
Just a question, DRK come from 0.60$ to 1.60$ with the RC of the DarkSend.
With a final DarkSend and a good adoption of the Dark, what is the price you predict ?

Place your bet now, I'll post the result in a week.
https://fr.surveymonkey.com/s/5P2NF3G

We will see if we made a good prediction in 3 months ! Smiley

Strip out the fans and haters and so far you get a price between $4-$5 over the coming weeks.



https://bitcointalksearch.org/topic/m.6335710
legendary
Activity: 1790
Merit: 1100
Have you noticed this ?

Timed Hardrfork  Grin

Set ntp  Cheesy


https://github.com/darkcoinproject/darkcoin/blob/master/src/protocol.cpp#L16-L35

Code:
// The message start string is designed to be unlikely to occur in normal data.
// The characters are rarely used upper ascii, not valid as UTF-8, and produce
// a large 4-byte int at any alignment.
// Public testnet message start
static unsigned char pchMessageStartTestOld[4] = { 0xfc, 0xc1, 0xb7, 0xdc };
static unsigned char pchMessageStartTestNew[4] = { 0xce, 0xe2, 0xca, 0xff };
static unsigned int nMessageStartTestSwitchTime = 1398869551+(60*5);

// Darkcoin message start (switch from Litecoin's)
static unsigned char pchMessageStartLitecoin[4] = { 0xfb, 0xc0, 0xb6, 0xdb };
static unsigned char pchMessageStartDarkcoin[4] = { 0xbf, 0x0c, 0x6b, 0xbd };
static unsigned int nMessageStartSwitchTime = 1400094580; //Wed, 14 May 2014 19:09:40 GMT

void GetMessageStart(unsigned char pchMessageStart[], bool fPersistent)
{
    if (fTestNet)
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartTestSwitchTime)? pchMessageStartTestNew : pchMessageStartTestOld, sizeof(pchMessageStartTestNew));
    else
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartSwitchTime)? pchMessageStartDarkcoin : pchMessageStartLitecoin, sizeof(pchMessageStartDarkcoin));
}



 Huh  Huh   Huh   Huh

Can you explain plz??
sr. member
Activity: 460
Merit: 250
Interesting article from a Bitcoin holder stating Bitcoin shouldn't be regulated and instead should take advantage of the dark markets.

http://nakamotoinstitute.org/mempool/how-to-market-bitcoin/

To me it sounds like he's worried about Bitcoin being regulated.

If Bitcoin is regulated (even if it's just in the US) it will give Darkcoin a massive lift/advantage....

....this time next year, Hmmmmm :-)
legendary
Activity: 984
Merit: 1000
First we need to take on LTC and bypass it.
Shouldn't be too much of a hassle.
And then run up to the cap of BTC, will take a couple of weeks longer, probably.
And have a fiat exchange ready, around the way.

Would give a quote of ~ US$ 250 with the current BTC price.
With the impact of such a shift and some favorable propaganda it might even shoot higher than BTC ever was.

Weeks? To run up to the market cap of Bitcoin? Now you`re an optimist for sure  Cheesy
I`d like that, no doubt, but I don`t think it will happen, as Bitcoin aims at the mainstream and DRK to the dark-markets.
But I agree LTC should be achievable in a year or so, if RC3 etc work out fine.
legendary
Activity: 1456
Merit: 1000
Did anyone notice that Vault of Satoshi added DRK fiat and alt-to-drk exchanges?



https://www.vaultofsatoshi.com/orderbook
legendary
Activity: 966
Merit: 1000

I'm wondering, if the  darksend code is opensource, so another coin can implements it and DarkCoin will loose some value because it will not be the only one providing the feature ?
Or I'm wrong ?

I compiled about a dozen wallets before I discovered Darkcoin. Darkcoin-qt was the first one that actually worked, without time spent modifying makefiles, correcting dependencies, and other buggering about. And this was on bog standard X/ubuntu boxes, nothing exotic.

Most coin devs haven't got a clue.
legendary
Activity: 966
Merit: 1000
Have you noticed this ?

Timed Hadrfork  Grin

Set ntp  Cheesy


https://github.com/darkcoinproject/darkcoin/blob/master/src/protocol.cpp#L16-L35

Code:
// The message start string is designed to be unlikely to occur in normal data.
// The characters are rarely used upper ascii, not valid as UTF-8, and produce
// a large 4-byte int at any alignment.
// Public testnet message start
static unsigned char pchMessageStartTestOld[4] = { 0xfc, 0xc1, 0xb7, 0xdc };
static unsigned char pchMessageStartTestNew[4] = { 0xce, 0xe2, 0xca, 0xff };
static unsigned int nMessageStartTestSwitchTime = 1398869551+(60*5);

// Darkcoin message start (switch from Litecoin's)
static unsigned char pchMessageStartLitecoin[4] = { 0xfb, 0xc0, 0xb6, 0xdb };
static unsigned char pchMessageStartDarkcoin[4] = { 0xbf, 0x0c, 0x6b, 0xbd };
static unsigned int nMessageStartSwitchTime = 1400094580; //Wed, 14 May 2014 19:09:40 GMT

void GetMessageStart(unsigned char pchMessageStart[], bool fPersistent)
{
    if (fTestNet)
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartTestSwitchTime)? pchMessageStartTestNew : pchMessageStartTestOld, sizeof(pchMessageStartTestNew));
    else
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartSwitchTime)? pchMessageStartDarkcoin : pchMessageStartLitecoin, sizeof(pchMessageStartDarkcoin));
}


From Litecoin { 0xfb, 0xc0, 0xb6, 0xdb } to Darkcoin { 0xbf, 0x0c, 0x6b, 0xbd }   Grin

Poetry right there. Smiley
legendary
Activity: 1176
Merit: 1036
Dash Developer
Have you noticed this ?

Timed Hadrfork  Grin

Set ntp  Cheesy


https://github.com/darkcoinproject/darkcoin/blob/master/src/protocol.cpp#L16-L35

Code:
// The message start string is designed to be unlikely to occur in normal data.
// The characters are rarely used upper ascii, not valid as UTF-8, and produce
// a large 4-byte int at any alignment.
// Public testnet message start
static unsigned char pchMessageStartTestOld[4] = { 0xfc, 0xc1, 0xb7, 0xdc };
static unsigned char pchMessageStartTestNew[4] = { 0xce, 0xe2, 0xca, 0xff };
static unsigned int nMessageStartTestSwitchTime = 1398869551+(60*5);

// Darkcoin message start (switch from Litecoin's)
static unsigned char pchMessageStartLitecoin[4] = { 0xfb, 0xc0, 0xb6, 0xdb };
static unsigned char pchMessageStartDarkcoin[4] = { 0xbf, 0x0c, 0x6b, 0xbd };
static unsigned int nMessageStartSwitchTime = 1400094580; //Wed, 14 May 2014 19:09:40 GMT

void GetMessageStart(unsigned char pchMessageStart[], bool fPersistent)
{
    if (fTestNet)
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartTestSwitchTime)? pchMessageStartTestNew : pchMessageStartTestOld, sizeof(pchMessageStartTestNew));
    else
        memcpy(pchMessageStart, (fPersistent || GetAdjustedTime() > nMessageStartSwitchTime)? pchMessageStartDarkcoin : pchMessageStartLitecoin, sizeof(pchMessageStartDarkcoin));
}


From Litecoin { 0xfb, 0xc0, 0xb6, 0xdb } to Darkcoin { 0xbf, 0x0c, 0x6b, 0xbd }   Grin
Jump to: