Author

Topic: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% - page 784. (Read 1260636 times)

hero member
Activity: 630
Merit: 500
I finally staked successfully Smiley +13.2 DMD
full member
Activity: 236
Merit: 100
O.k thanks utahjohn,

With the checkpoint what should I be looking for to know it is correct.
{
"synccheckpoint" : "000000005babbddb5baad7bb9632738ab901b2f9eb3acfd2f390b2f4a97f1eee",
"height" : 463183,
"timestamp" : "2014-06-26 16:46:41 UTC"
}
Note there may be a newer one ... post what you get and I'm sure many will check it ...

It's going much faster now with more connections.

I will post the checkpoint when its done, will take awhile still so probably tomorrow.

Thanks



I have now done a complete re-download.
I have checked the checkpoint and it is matching.
I have closed and reopened the wallet a few times and all has worked fine so far.
Soon I will try to mint and see what happens.

Thanks
full member
Activity: 266
Merit: 100
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
i send 43 DMD in cryptsy and these dont arrived in my account
ITs de Tix e7de04a854c9445ae0ebedcbb6e310b071fdc5dbe0de1a41c5e469958b76e70c
i dont understand the explorer
as I can tell if they came?

i did again a withdraw from cryptsy and coins where like 5 min later in my wallet

so the answer why deposit dont show up in ur cryptsy account can only be answered by cryptsy

full member
Activity: 266
Merit: 100
With regards to missing PoS and coins.

During the forking period (which, again, was inevitable), many transactions got orphaned, this includes PoS minted coins. In order to recover your missing coins, and their coin age, do an 'checkwallet' RPC or console command. If this returns

{
    "wallet check passed" : true
}


then everything is fine and you do not suffer from this situation.

If not, issue 'repairwallet' (RPC or console), which will recover your coins back in the wallet.

Important: Because of the way PoS works, you should never restore your wallet from an old copy, once you have minted coins via PoS. This is, because PoS (sometimes) creates new private/public keys (addresses in your wallet)  and sends minted coins to these addresses in your wallet. If you restore an old wallet you will not have the secret keys and your minted amounts will be gone for good. Once you start minting, always make frequent backups of your wallet.dat file!

If you need to sync a block chain from scratch or from an older backup (any point in time is ok), the fastest way is this:

1. comment our any addnode= lines in your diamond.conf file.

2. add connect=193.68.21.19 to the diamond.conf file. We know this node is running the latest wallet code and has safe block chain (it is being tested from time to time). You can of course use any other node which has current wallet version and known good block chain.

Having only one connect line in the configuration file ensures you cannot end up in the wrong block chain during download.

One way to create "cleaner" block chain is to start from the beginning with only this/such node setup, up until the latest block. This process will avoid downloading "new" orphans and will have much smaller block index database. Again, make sure you have frequent backups of the wallet.dat file.

The repairwallet command recovered 138 coins that were gone. All those that were minted are not coming back though and obviously wont.
full member
Activity: 266
Merit: 100
who followed that advice should have some nice POS payouts

Following your advice did not stop the drama that has been ongoing since PoS.

0.000 DMD PoS for me Wink after the assertion problem. All lost.

Those who didn't close their wallet seem to have no problem. Those who did have. Fairness where are you? Danbi, correct me if I am wrong.
full member
Activity: 266
Merit: 100
The Money supply is stating 458032.03345200, which means 8032.03345200 coins generated in the past 2 days since PoS started. How is this possible? It seems a rather large amount for a short period of time.

How is that strange? People PoS'ed and in some respect, coin age for certain Diamond holders must have been massive after months and months of gathering.

Clearly something went wrong if you got fat 0, but.. it's still better than if you got skinny zero. Wink

If you says so.

PoS for me is zero and in that respect fat or skinny, 0 still remains 0 Wink
hero member
Activity: 774
Merit: 554
CEO Diamond Foundation
i send 43 DMD in cryptsy and these dont arrived in my account
ITs de Tix e7de04a854c9445ae0ebedcbb6e310b071fdc5dbe0de1a41c5e469958b76e70c
i dont understand the explorer
as I can tell if they came?

When I pasted the transaction ID you provided into the Block Crawler (http://dmdpool.digsys.bg/bc/block_crawler.php) it showed me that the transaction took place on June 28, 2014 at 01:48:11
and was confirmed 1513 times... so judging by that it should have arrived a long time ago.
However, things like that should be directly reported to Cryptsy really, as they should know for sure what's happening in their system.
full member
Activity: 156
Merit: 100
Guido
i send 43 DMD in cryptsy and these dont arrived in my account
ITs de Tix e7de04a854c9445ae0ebedcbb6e310b071fdc5dbe0de1a41c5e469958b76e70c
i dont understand the explorer
as I can tell if they came?
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
trying to resync my wallet, "total estimated blocks : 443923" ?

also, its getting stuck every like 1000 blocks and i need to close and reopen my wallet to resume.

i have only connect=193.68.21.19 in my conf

Are there any other valid addnotes? this is going to be a really slow process.

its important u start from a save blockchain that sure not part of a fork and that u delete old peers.dat file

and until next wallet update please save such a blockchain u could use it every time when u forced to close wallet Sad

close wallet at the moment have high change to destroy wallet database
sr. member
Activity: 333
Merit: 250
"Raven's Cry"
trying to resync my wallet, "total estimated blocks : 443923" ?

also, its getting stuck every like 1000 blocks and i need to close and reopen my wallet to resume.

i have only connect=193.68.21.19 in my conf

Are there any other valid addnotes? this is going to be a really slow process.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I have 3 "generate" transactions in my wallet, two negative and one positive, whose sum is exactly zero.
What does it means?

Got it. The pos reward is in the fees. They go into the default account.
sr. member
Activity: 393
Merit: 250
With regards to missing PoS and coins.

During the forking period (which, again, was inevitable), many transactions got orphaned, this includes PoS minted coins. In order to recover your missing coins, and their coin age, do an 'checkwallet' RPC or console command. If this returns

{
    "wallet check passed" : true
}


then everything is fine and you do not suffer from this situation.

If not, issue 'repairwallet' (RPC or console), which will recover your coins back in the wallet.

Important: Because of the way PoS works, you should never restore your wallet from an old copy, once you have minted coins via PoS. This is, because PoS (sometimes) creates new private/public keys (addresses in your wallet)  and sends minted coins to these addresses in your wallet. If you restore an old wallet you will not have the secret keys and your minted amounts will be gone for good. Once you start minting, always make frequent backups of your wallet.dat file!

If you need to sync a block chain from scratch or from an older backup (any point in time is ok), the fastest way is this:

1. comment our any addnode= lines in your diamond.conf file.

2. add connect=193.68.21.19 to the diamond.conf file. We know this node is running the latest wallet code and has safe block chain (it is being tested from time to time). You can of course use any other node which has current wallet version and known good block chain.

Having only one connect line in the configuration file ensures you cannot end up in the wrong block chain during download.

One way to create "cleaner" block chain is to start from the beginning with only this/such node setup, up until the latest block. This process will avoid downloading "new" orphans and will have much smaller block index database. Again, make sure you have frequent backups of the wallet.dat file.
full member
Activity: 150
Merit: 101
The hen or the egg
Hello.

I have a lot of question marks in my wallet from minting transactions (which I guess is what you call orphans), so I partly have the same issue as Ruleland in post 1524 (page 77). Haven't seen an answer to this yet so....

Is there a way to get rid of these question marks? Do they disappear if I try to use the -repairwallet command? Or will this be fixed in the next wallet release maybe?

This is not really a big deal because everything else works fine, but I would be grateful if someone could enlighten me. Thank you in advance.

In the mean time I will lean back in my comfy armchair while the diamonds multiply in my wallet  Grin Wink


if u change ur wallet.dat against a old backuped one u wont have this.......


Yes, that did the trick. Thank you Smiley
I actually thought of trying just that, but was afraid I might ruin the whole wallet (and myself too Wink ) after being on the wrong chain for a while.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I have 3 "generate" transactions in my wallet, two negative and one positive, whose sum is exactly zero.
What does it means?
legendary
Activity: 1414
Merit: 1013
DMD info: https://diamond-info.github.io/
I hope everyone knows that the first of July, cryptsy administered verification for their clients. Without  verification, daily amount can not exceed $ 1,000 per day. Many people will not agree to such an exchanger. This is the way a broken exchanges mtgox. Diamond will be needed a new large exchanger.

This is an incorrect statement.  We have not begun daily limitations on cryptocurrencies yet and will phase it in slowly when we do.   In any case, if you do alot of large deposits and withdrawals, then you should really get verified now instead of later.

BigVern
I got this information from the Russian forum. They said that was asked to support these questions and get answers. here https://forum.btcsec.com/index.php?/topic/3210-cryptsycom-birzha-kriptovaliut/page-24
If it is not, then I am sorry.

P.s
Maybe then, you can pay attention to the speedy correcting information about Diamond https://www.cryptsy.com/currencies/view/56
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
im shocked  Shocked

cryptsy support tickets ending in nirvana

but bigvern himself posting in our ANN thread  Grin

thats good news combined with the again working diamond withdraw on cryptsy it show they care

thx for feedback bigvern
member
Activity: 100
Merit: 10
I hope everyone knows that the first of July, cryptsy administered verification for their clients. Without  verification, daily amount can not exceed $ 1,000 per day. Many people will not agree to such an exchanger. This is the way a broken exchanges mtgox. Diamond will be needed a new large exchanger.

This is an incorrect statement.  We have not begun daily limitations on cryptocurrencies yet and will phase it in slowly when we do.   In any case, if you do alot of large deposits and withdrawals, then you should really get verified now instead of later.

BigVern
Jump to: