Author

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

legendary
Activity: 1414
Merit: 1013
DMD info: https://diamond-info.github.io/
Quote
I am still trying to pinpoint the exact cause of it, and will appreciate any ideas someone might have...
Maybe just someone checks the network Diamond strength, because even half a year ago a lot of coins were split (ftc, trc, and others) some unknown with large computing power.
sr. member
Activity: 393
Merit: 250
The network had indeed some issue today, apparently during the moment lots of nodes got banned and are now unable to connect -- the "good" nodes will keep them banned for 24 hours. Which, if we don't do anything will 'heal' the network by tomorrow.

Anyway, I hope to have an clean and reliable block chain to sync faster soon.

Alternatively, you could rebuild the block index with

1. moving blk0001.dat, blkindex.dat and database/* out of the Diamond directory
2. running diamondd -loadblock=blk0001.dat (the one you moved away)

On my hardware, this takes about an hour and a half to complete. The resulting blkindex.dat is clean of the garbage. It is advisable to make copy of the files mentioned in 1) for later recovery of this error.

I am still trying to pinpoint the exact cause of it, and will appreciate any ideas someone might have...
hero member
Activity: 774
Merit: 554
CEO Diamond Foundation
"synccheckpoint" : "00000000000252c67d48a5be604990ab2ea22e8dae067c24b834bc059e5cedb8",
"height" : 510634,
"timestamp" : "2014-07-30 19:49:51 UTC"

Hash and block height match, you're on the right chain.
hero member
Activity: 774
Merit: 554
CEO Diamond Foundation
It is possible that we are under attack like before, when the PoS had started, however this time the network is not down - just the affected nodes get disconnected.
We are preparing an updated chain. The pool runs correctly with difficulty at around 60.

We're on it Smiley
legendary
Activity: 1504
Merit: 1002
Ok - something crazy happened - the system seems to have crashed, the difficulty dropped drastically, and now I am getting the error that I can't open my wallet again.  Any advice?  It is the same error after POS went active.

** Assertion Failed ** - error

You are likely on a fork. What do you see as

$ diamondd getcheckpoint
{
    "synccheckpoint" : "0000000002097549fdc9f404acc5db9b03de65c6e6801bbf77fa9bfacf6257c6",
    "height" : 510591,
    "timestamp" : "2014-07-30 18:58:04 UTC"
}

You should see higher height and timestamp than this.

As for the assertion failed, there should be other text in the message. What is it?

Danbi,

This is the error.  I didn't do anything.  I just logged in to your pool and saw that the difficulty was at 3  - I then logged into my machine and checked the wallet.  It matched.  The difficulty then proceeded to climb back up.  I cannot log into my wallet to test the checkpoint since I keep getting this error.

Assertion Failed!
Program: C:\users\pok\desk\crypto\diamond-qt-2.0.3exe
File: src\kernel.cpp, Line 410

Expression: pindex-> pprev || pindex-> GetblockHash() == (!fTestNet ? hashGenesisBlock:hashGenesisBlockTestNet)

Not sure if that helps.

I just resynced the wallet and this is the check point:

"synccheckpoint" : "00000000000252c67d48a5be604990ab2ea22e8dae067c24b834bc059e5cedb8",
"height" : 510634,
"timestamp" : "2014-07-30 19:49:51 UTC"
legendary
Activity: 1504
Merit: 1002
Ok - something crazy happened - the system seems to have crashed, the difficulty dropped drastically, and now I am getting the error that I can't open my wallet again.  Any advice?  It is the same error after POS went active.

** Assertion Failed ** - error

What do you mean that 'the system seems to have crashed' - your OS or the Diamond network? If difficulty dropped significantly you might have forked. It's 70 at the moment.
Very strange it gave you this error as Fast Index feature seemed to have fixed that issue, but if that happened it means your database is corrupted and the new one needs to be built. Follow the instructions as with the previous crash.  

No - my machine is working fine and was until I logged into Danbi's and noticed that the difficulty was around 3.  The overall system MH/s was reading 350 and danbi's pool was reading like 1700 mh/s.  I am not sure what happened.  I then logged into my machine at home to see that everything was ok and all seemed fine.  I closed my Diamond Wallet version 2.0.3.  It has been working flawlessly since the birthday download.  However, when I reopened it I got the assertion error.  Do I need to resync and go through that process again?
legendary
Activity: 1504
Merit: 1002
Ok - something crazy happened - the system seems to have crashed, the difficulty dropped drastically, and now I am getting the error that I can't open my wallet again.  Any advice?  It is the same error after POS went active.

** Assertion Failed ** - error

You are likely on a fork. What do you see as

$ diamondd getcheckpoint
{
    "synccheckpoint" : "0000000002097549fdc9f404acc5db9b03de65c6e6801bbf77fa9bfacf6257c6",
    "height" : 510591,
    "timestamp" : "2014-07-30 18:58:04 UTC"
}

You should see higher height and timestamp than this.

As for the assertion failed, there should be other text in the message. What is it?

Danbi,

This is the error.  I didn't do anything.  I just logged in to your pool and saw that the difficulty was at 3  - I then logged into my machine and checked the wallet.  It matched.  The difficulty then proceeded to climb back up.  I cannot log into my wallet to test the checkpoint since I keep getting this error.

Assertion Failed!
Program: C:\users\pok\desk\crypto\diamond-qt-2.0.3exe
File: src\kernel.cpp, Line 410

Expression: pindex-> pprev || pindex-> GetblockHash() == (!fTestNet ? hashGenesisBlock:hashGenesisBlockTestNet)

Not sure if that helps.
hero member
Activity: 774
Merit: 554
CEO Diamond Foundation
Ok - something crazy happened - the system seems to have crashed, the difficulty dropped drastically, and now I am getting the error that I can't open my wallet again.  Any advice?  It is the same error after POS went active.

** Assertion Failed ** - error

What do you mean that 'the system seems to have crashed' - your OS or the Diamond network? If difficulty dropped significantly you might have forked. It's 70 at the moment.
Very strange it gave you this error as Fast Index feature seemed to have fixed that issue, but if that happened it means your database is corrupted and the new one needs to be built. Follow the instructions as with the previous crash.  
sr. member
Activity: 393
Merit: 250
Ok - something crazy happened - the system seems to have crashed, the difficulty dropped drastically, and now I am getting the error that I can't open my wallet again.  Any advice?  It is the same error after POS went active.

** Assertion Failed ** - error

You are likely on a fork. What do you see as

$ diamondd getcheckpoint
{
    "synccheckpoint" : "0000000002097549fdc9f404acc5db9b03de65c6e6801bbf77fa9bfacf6257c6",
    "height" : 510591,
    "timestamp" : "2014-07-30 18:58:04 UTC"
}

You should see higher height and timestamp than this.

As for the assertion failed, there should be other text in the message. What is it?
legendary
Activity: 1504
Merit: 1002
Ok - something crazy happened - the system seems to have crashed, the difficulty dropped drastically, and now I am getting the error that I can't open my wallet again.  Any advice?  It is the same error after POS went active.

** Assertion Failed ** - error
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
the truth in my opinion about exchanges is that we shouldnt consider any exchange as real

who is below 10 BTC average daily volume

thats what i learned from alcurex and allcrypt.......

every exchange is free to add us but in future we wont even listen such micro exchanges on our ANN thread



legendary
Activity: 3696
Merit: 2219
💲🏎️💨🚓
BleuTrade needs to be added - https://bleutrade.com/exchange/2129 they are looking for coins both new and old to add to their exchange, they seem legit, you can even buy shares which pay out on the previous four hours trade.
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
we getting hit hard 126 diff Smiley

diff raise value drop  Huh

solution mine at
http://multipool.bit.diamonds/
as much as u can

info with next payout cycle we will break 1000 DMD total mined DMD on multipool
great job! continue digging for that precious gems

sr. member
Activity: 252
Merit: 250
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds


Vote for Diamond DMD on

click pic or this link https://www.mintpal.com/voting#DMD

place #117  now

paying 1 DMD to everyone who reached a new rank

so first one reporting #116 and walletaddress
@ http://bit.diamonds/community/index.php/topic,16.0.html
gets 1 DMD
IMPORTANT only claim rewards on
http://bit.diamonds/community/index.php/topic,16.0.html[/b][/color]

Dont forget our Design Contest!

we wont change the coin as main logo itself
(or just in a very similar improved version)

so if u think u can do better
and stay with design and color scheme that fit to our coin logo and our website
http://bit.diamonds/promo.html

please show us ur skills

we will pay some DMD for each serious attempt and at least 200 DMD for the great winner!
(required is logo (have to be very close to original) buttons and icons for ANN thread
and some examples of promo banners where we get all the used art modules to create more similar looking banners)
(if there is nothing that fullfil requirements we can also choose no winner..)


contest will run over a month we will select winner in first week of september

DMD Multipool Lotto
next drawing 3.august 100 DMD
http://multipool.bit.diamonds/

legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
diff 118. ...,.

did a multipool include groestl algo?
member
Activity: 81
Merit: 10
thanks for your response, this is very good to hear.

I expected you where still working hard on the coin as you have in past, but getting confirmation is always a good thing.

I will think about the ideal diamond and possible features and hope to get back to you on that.
hero member
Activity: 774
Merit: 554
CEO Diamond Foundation
I was wondering what the plans are with DMD.

As far as I can see current activities are:
- Get on MintPal through voting
- Get merchants that accept DMD

Is there anything I missed. I like the work that has already been done on the wallet and the website.

Is there anything being developed at the moment?
Are there any marketing plans (articles, media)?

I have been bagholding a while now, and I don't mind. I would like to average down, but at the moment I don't see many reasons to buy more DMD. So any light on future plans would be appreciated.

Hello

Diamond development appears to be stalled, however, this is only a wrong illusion. At the moment we are working with our partners on two projects.
One of them is not software related and would directly add value and usability to Diamond. This is for most part 3rd party dependent and is quite a complex project from managemental, investment, logistical and technical side.
We cannot influence the speed of the development, nor we would want to as some things are better be done with high degree of care. From our side Diamond is ramping up its network stability and security, we'll be adding many more permanent seednodes and permanent minters in different places of the world to make the network secure as this is one of the requirements made by our partners.

The second project is our top heavy gun, the plans we had been developing even before the latest release. Whatever it is going to be is kept secret as we want to be the first and don't need anyone undermining our efforts. The outcome of this project would be a Diamond Stabilization Mechanism that would ensure price stability and fulfill one of our main objectives to make Diamond an attractive medium of wealth storage free from malicious market manipulation or periodical miners dumping.

So as you can see I cannot provide you with anything too specific, because
1) the first project is out of our control for most part and we won't be commenting on someones work, but we believe that it will be finished in a short term -once it's done we will for sure inform you
2) second is our baby which we want to keep secret  on which we could in my estimation count in medium term - this will be big so you would not miss it once it arrives - and we are extremely determined to get it going

The above explanation might not be satisfactory to some but at the moment we cannot comment much more than this.
When it comes to "Are there any marketing plans (articles, media)?" .. all the above things are interconnected, if they both work out as we're anticipating they would, it  wopuld change the image of Diamond quite significantly. We have made strategic decision of not spending the foundation's funds right now as they could be better utilized when the time is right.
There's also always a question of adding Diamond to more exchanges.. Diamond is a unique coin with slow issuance mechanics so even if we were added to many exchanges there simply wouldn't be enough volume to trade with. We have just passed 0,5 million coins - unless the price was high enough and trades would be done with fractions of Diamond.

Community may I ask you. Apart form what has been said above what other changes would you like to see implemented in Diamond?

What is you vision of ideal Diamond?


(Please exclude suggestions of anonymous transactions for a moment.)

Your feedback and opinions are important to us.
RJF
hero member
Activity: 616
Merit: 500
Online since '89...
FYI: MintPal has been bought by Moolah. They are not sure what they are going to do with the voting process but, it will continue for now. I'd say keep the pressure on!
legendary
Activity: 1504
Merit: 1002
This is exactly why i switched to Aidbit & Atheistcoin to mine. Both GRS algo and in my opinion more profitable.
Still hold my DMD bag but with the lack of action i'm losing interest in DMD.
But since i'm a GRS algo fan i will keep supporting DMD

I disagree about the lack of action. Wallet has been working fine after a troubled start and quite some work. Multipool has been set up. Website has been set up.

But I would like to get some insight on future developments.

All I know is I just transferred some more BTC to Cryptsy to purchase at these lows!  This is insane that it keeps dropping but what the hell i'll take advantage of it.  Also, keep voting on Mintpal so we can get DMD on another exchange.  To get started just create an account, transfer a small amount of BTC.  Make 5-6 buy and sells and you can vote.  Good day all.
Jump to: