Bitcoin Forum
June 21, 2024, 02:36:58 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 [3618] 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722683 times)
Kai Proctor
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


01100100 01100001 01110011 01101000


View Profile
December 03, 2014, 12:00:46 PM
 #72341

Code:
if (pindexBest && nBestInvalidWork > nBestChainWork + (pindexBest->GetBlockWork() * 6).getuint256())
        LogPrintf("InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.\n");

or

Code:
// Longer invalid proof-of-work chain
if (pindexBest && nBestInvalidWork > nBestChainWork + (pindexBest->GetBlockWork() * 6).getuint256())
{
     nPriority = 2000;
     strStatusBar = strRPC = _("Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.");
}

Like the others said delete everything in the folder except wallet.dat and let the client resync. But I'm surprised that it happens to him with that version.


I had this once too.....Deleted all in %appdata%darkcoin folder except wallet and redownloaded again the blockchain, after this the msg disappeared....

I also know this message, yeah delete peers.dat

With 16.16 ?
MasterMined710
Legendary
*
Offline Offline

Activity: 1182
Merit: 1000



View Profile
December 03, 2014, 12:14:29 PM
Last edit: December 03, 2014, 01:46:53 PM by MasterMined710
 #72342

-oh and it says DarkSend "idle". Im having difficulty mixing coins (never tried it before).  What I am doing wrong? The mixing progress bar shows nothing and after hitting Start I just get an Idle message?
it takes a few minutes to get going usually, be patient. once it starts it can be done pretty fast but can take hours depending on how deep/much you got to mix. there are numerous speed improvement in the next update that will cut down the mixing time dramatically!
i just fired up my client and reset it from 2 rounds mixing which is all i really need to 8 rounds which is overkill imo. it does the first 90%+ pretty quick but sometimes takes a while for the last 3-5%. as soon as it shows a darksend balance you can spend that and don't have to wait for it to read 100%.
 once it's pre-mixed you're good to go forever and don't have to mix/wait again.

i have also had a block stick for a minute at the end of syncing but it seems to have gotten better now on the latest update. if it sticks for more than a minute or so you may need to delete the peers.dat and restart the client.

DASH = Digital Cash         FAQ          DASHTALK        DashNews
majamina
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 03, 2014, 12:34:42 PM
 #72343

Since the update a few weeks back my Masternodes have been getting paid every 2 days like clockwork....until this week. Both have now missed a payment, but were showing as active the whole time on dark.mn and no downtime detected by my monitoring.

Anyone else miss any payments?
Take a look https://darkcointalk.org/threads/masternode-missed-payment.3110/

Thanks, I have restarted my nodes just in case. It certainly feels like there is an issue - if payments are missed but everything is green on drk.mn and my node shows in 'darkcoind masternode list' with a '1', then the bad news is that I have no way to monitor for this. Just a case of waiting for a missed payment then restarting, which could in theory cost 2 payments if the timing was bad.
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
December 03, 2014, 12:43:33 PM
 #72344

Since the update a few weeks back my Masternodes have been getting paid every 2 days like clockwork....until this week. Both have now missed a payment, but were showing as active the whole time on dark.mn and no downtime detected by my monitoring.

Anyone else miss any payments?
Take a look https://darkcointalk.org/threads/masternode-missed-payment.3110/

Thanks, I have restarted my nodes just in case. It certainly feels like there is an issue - if payments are missed but everything is green on drk.mn and my node shows in 'darkcoind masternode list' with a '1', then the bad news is that I have no way to monitor for this. Just a case of waiting for a missed payment then restarting, which could in theory cost 2 payments if the timing was bad.

Also take into consideration that there are around 550blocks mined perday, and currently 1300+!!!!!!!! masternodes.

So the 2 day payments are soon going to be every 3 days.
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
December 03, 2014, 12:44:11 PM
 #72345

Code:
if (pindexBest && nBestInvalidWork > nBestChainWork + (pindexBest->GetBlockWork() * 6).getuint256())
        LogPrintf("InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.\n");

or

Code:
// Longer invalid proof-of-work chain
if (pindexBest && nBestInvalidWork > nBestChainWork + (pindexBest->GetBlockWork() * 6).getuint256())
{
     nPriority = 2000;
     strStatusBar = strRPC = _("Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.");
}

Like the others said delete everything in the folder except wallet.dat and let the client resync. But I'm surprised that it happens to him with that version.


I had this once too.....Deleted all in %appdata%darkcoin folder except wallet and redownloaded again the blockchain, after this the msg disappeared....

I also know this message, yeah delete peers.dat

With 16.16 ?
nope...for me it was 10.15.x
peers.sat only for me didn't resolved the problem @stonehedge

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
December 03, 2014, 01:15:37 PM
 #72346

Delete peers.dat and launch with -reindex argument.
BrainShutdown
Legendary
*
Offline Offline

Activity: 1052
Merit: 1004



View Profile
December 03, 2014, 01:44:25 PM
 #72347

Code:
Total Masternodes: 1302 = 1302 actives + 0 inactives (Last refresh: Wed Dec 03 2014 13:42:05)

Strong!  Smiley

Does anyone know what is the maximum count of masternodes so far?

Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
December 03, 2014, 01:48:06 PM
 #72348

Code:
Total Masternodes: 1302 = 1302 actives + 0 inactives (Last refresh: Wed Dec 03 2014 13:42:05)

Strong!  Smiley

Does anyone know what is the maximum count of masternodes so far?

Well I think we are at the ATH so : 1302 is the highest so far Wink
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
December 03, 2014, 01:50:35 PM
 #72349

Code:
Total Masternodes: 1302 = 1302 actives + 0 inactives (Last refresh: Wed Dec 03 2014 13:42:05)

Strong!  Smiley

Does anyone know what is the maximum count of masternodes so far?

Well I think we are at the ATH so : 1302 is the highest so far Wink

Yep I'm pretty sure that's an ATH...

Even in a market undergoing severe consolidation, DRK get's stronger...

 Smiley

The new generation have arrived and they brought their own currency...
stonehedge
Legendary
*
Offline Offline

Activity: 1680
Merit: 1002


Decentralize Everything


View Profile
December 03, 2014, 01:52:09 PM
 #72350

Code:
Total Masternodes: 1302 = 1302 actives + 0 inactives (Last refresh: Wed Dec 03 2014 13:42:05)

Strong!  Smiley

Does anyone know what is the maximum count of masternodes so far?

Well I think we are at the ATH so : 1302 is the highest so far Wink

Yep I'm pretty sure that's an ATH...

Even in a market undergoing severe consolidation, DRK get's stronger...

 Smiley

DRK is gradually strengthening against the $ which often goes unnoticed. As I said earlier, the early signs of Darkcoin's spring are starting to appear!
stonehedge
Legendary
*
Offline Offline

Activity: 1680
Merit: 1002


Decentralize Everything


View Profile
December 03, 2014, 01:53:04 PM
 #72351

I mean DRK is doomed, anom doesn't work and everybody should dump now  Grin

::opens BTC wallet::
leen93
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250



View Profile
December 03, 2014, 01:53:46 PM
 #72352

hi i want to store my 5000 drk in a paper wallet like bitcoin, is that possible?
stonehedge
Legendary
*
Offline Offline

Activity: 1680
Merit: 1002


Decentralize Everything


View Profile
December 03, 2014, 01:56:36 PM
 #72353

hi i want to store my 5000 drk in a paper wallet like bitcoin, is that possible?

Yes, it certainly is possible.

http://paper.darkcoin.io/

MyFarm
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
December 03, 2014, 02:26:45 PM
 #72354


Now Im synced I still see the message below. I am running latest OSX wallet (16.16). Can I safely ignore this warning. What gives? Thanks



The message is clear, if your client is up to date some nodes in the network have to install 0.10.16.16.

No The message is clear, The wallet still isn't done synching with the network... notice the out of synch message.  Or he's running an old version of the wallet.

Actually the message persists after syncing is complete. What of DarkSend mixing. I pressed start DS mixing and now it just shows as idle. Do I just have to keep waiting a while (progress bar shows nothing)?
I've had the same message on one of my wallets as of late.
7vpo
Hero Member
*****
Offline Offline

Activity: 503
Merit: 500

Na Zdorovie!


View Profile
December 03, 2014, 02:38:42 PM
 #72355

180.000 coming...
rickraw
Sr. Member
****
Offline Offline

Activity: 387
Merit: 250


View Profile
December 03, 2014, 02:44:39 PM
 #72356

180.000 coming...

180.00 or 180,000? And what are we talking about here? haha

DASH - Private. Instant. Digital Cash.   DASHPAY.IO
7vpo
Hero Member
*****
Offline Offline

Activity: 503
Merit: 500

Na Zdorovie!


View Profile
December 03, 2014, 02:59:31 PM
 #72357

180.000 coming...

180.00 or 180,000? And what are we talking about here? haha



Have a good time!
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
December 03, 2014, 03:33:01 PM
 #72358

hi i want to store my 5000 drk in a paper wallet like bitcoin, is that possible?

Help > Debug window > Console - in text entry box at bottom type:
walletpassphrase yourpassphrase 60

...then...

dumpprivkey darkcoinaddress

It will output a long string. Copy it and keep that string safe, your paper wallet is whatever you write it on.

Note that your wallet will likely contain many Darkcoin addresses, you can move everything into one address first then dumpprivkey for that one address.

oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
December 03, 2014, 03:37:33 PM
 #72359

hi i want to store my 5000 drk in a paper wallet like bitcoin, is that possible?

Help > Debug window > Console - in text entry box at bottom type:
walletpassphrase yourpassphrase 60

...then...

dumpprivkey darkcoinaddress

It will output a long string. Copy it and keep that string safe, your paper wallet is whatever you write it on.

Note that your wallet will likely contain many Darkcoin addresses, you can move everything into one address first then dumpprivkey for that one address.



Make sure to clear the debug window with the red dash in the lower right corner when done. Anyone who has that private key, has those coins.
dasource
Hero Member
*****
Offline Offline

Activity: 821
Merit: 1000


View Profile
December 03, 2014, 03:38:09 PM
 #72360

hi i want to store my 5000 drk in a paper wallet like bitcoin, is that possible?

Help > Debug window > Console - in text entry box at bottom type:
walletpassphrase yourpassphrase 60

...then...

dumpprivkey darkcoinaddress

It will output a long string. Copy it and keep that string safe, your paper wallet is whatever you write it on.

Note that your wallet will likely contain many Darkcoin addresses, you can move everything into one address first then dumpprivkey for that one address.

This is a such a awful recommendation ... to create a paper wallet via the above method defeats the whole purpose.

^ I am with STUPID!
Pages: « 1 ... 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 [3618] 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 ... 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!