popshot (OP)
|
|
September 04, 2014, 09:03:52 PM |
|
I can officially announce that the winner of the design contest is KUSSAKA.
This is outstanding job and the result Diamond Team is happy with.
Reward of 200DMD has been sent.
Thank you!----------------------------
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
September 04, 2014, 09:24:47 PM |
|
more info on cloud mining?
|
|
|
|
HR
Legendary
Offline
Activity: 1176
Merit: 1011
Transparency & Integrity
|
|
September 04, 2014, 09:55:01 PM |
|
Just a heads up and a word to the wise. I've come across some very suspect activity on the part of Crypto Hunger's DGB groestl pool payout management. It was quite easy to flush out given Crypto Hunger's extremely high hashrate in a very newly created algo environment, but since it would not be as easily discovered in a more balanced and mature mining network, I thought it best to bring it to your attention . . . given that if it happened once, it probably has happened before (and/or is still happening).
This is the post documenting the discovery with all the necessary links to confirm this very inflammatory data. (BTW, his response was that he is "not going to explain anything", and you can see his entire post later in the same thread, as well as the serendipitous issues that led to this discovery earlier on, also in that same thread.)srcxxx, Quick question that I hope you can clarify: all subsidies for blocks found on your pool ( http://cryptohunger.com:81/ ) have had 25% taken right off the top and sent to another address. What is the reason for that? Here's the block explorer summary for Newly Generated Coins for blocks found by Crypto Hunger: http://insight.dgb.cryptopoolmining.com/block/dd1f60e865d52fdc02561af3a5367d70a55ff51e9ed76eaae11fb620e38c4faaAs can be easily seen, there are two payout addresses: D96y4y74NUegfYJ8yn9chxbPLrRiypCF6V and DBy3212dWAPPzPcyt5fSSchjyozyr5ejLw When one follows the "money trail", one sees that there are indeed multiple payouts to multiple addresses (miner payouts) for D96y4y74NUegfYJ8yn9chxbPLrRiypCF6V . HOWEVER, the other address, DBy3212dWAPPzPcyt5fSSchjyozyr5ejLw , has ONLY re-SENT coins to ONE address for a total of just over a million DGB and it also still has a current balance of just under another 3/4 of a million DGB!http://insight.dgb.cryptopoolmining.com/address/DBy3212dWAPPzPcyt5fSSchjyozyr5ejLwThe address that has received the one million DGB, DRykTe2nXZpSX1KytPXjvPhGfCAXb4ZBM6 , has also received DGB from other addresses, has only sent 128,100 DGB and has a current account balance of 1,371,300. http://insight.dgb.cryptopoolmining.com/address/DRykTe2nXZpSX1KytPXjvPhGfCAXb4ZBM6That all means that, in less than four days, from Newly Generated Coins on Crypto Hunger, around 1.75 million DGB, or roughly 25% of subsidies, have NOT gone to miner payouts, but are currently "parked" in two separate accounts.
What's the purpose for this?Just out of curiosity.
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
September 05, 2014, 07:23:37 AM Last edit: September 05, 2014, 09:32:22 AM by cryptonit |
|
more info on cloud mining?
pm me or mail at cloud@bit.diamondsthis is still the first early adopter investment round public full details and statistics of earnings will be avaiable in 2 or 3 months when u want to be part of it already and earn this few months waiting time u have to go with trust in me decide based on following calculation:risc because no statistics no withdraw possibility and a only a word from cryptonit u get endless a share of earned dmd as guarantee vs stay on save side wait a few month then based on stats invest but missed the early adopter phase which give like everywhere highest gains if ya invest with fiat u have my real name its not like i can disappear https://www.xing.com/profile/Helmut_Siedlits a invest basical in diamond and diamond foundation because u need to believe we do the best we can for diamond but if u dont believe that why are u here at all? we all share the same dream some work active to make it come true some passive wait for it to happen by invest into dmd cloudmining u go active and u still have no work to do ur one time investment was enough and will be endless rewarded with DMD payouts
|
|
|
|
danbi
|
|
September 05, 2014, 11:41:14 AM |
|
Version 2.0.3.2 of the Diamond wallet has been released on GitHub.Com.
This version has two main highlights:
1. eliminates the bogus block index entries at startup which prevents the dreaded assert error. This does not modify any on-disk data, your on-disk block index may still contain garbage, but this version will start fine nevertheless.
2. resolves a long standing issue with incorrectly calculated cashes at the algorithm switch time, that still float around the network and cause various edge case problems. With this version, such block hashes are totally eliminated (using some brute force). Related to this change is some additional processing of incoming blocks, that should reduce significantly the amount of garbage that gets accumulated over time.
There are no new features in the wallet. This is strictly stability code fix, addressing these unfortunate situations.
Please note: In order to fix 2), additional hash processing has to be done. The wallet could therefore use more CPU -- although this depends on many factors and is rarely seen.
These fixes required some more extensive testing, as they involve core hashing changes. Having resolved these, we will further focus on more performance optimizations -- the bitcoin/ppcoin code contains a lot of excessive processing that can be optimized and out algorithm switch code has added some more -- so there is much room for improvement in performance. We are also working on some new features, but obviously had to postpone these until the core code is stable.
Compiled versions will be available shortly.
|
BTC: 15cJkRupKAkGr6sTxj1Uzb6uHbvuRyK1GL DMD: dJZEqNcjiUiMMd8DKBFS9oMWtArAD2GCHr
|
|
|
pokeytex
Legendary
Offline
Activity: 1504
Merit: 1002
|
|
September 05, 2014, 01:18:02 PM |
|
Version 2.0.3.2 of the Diamond wallet has been released on GitHub.Com.
This version has two main highlights:
1. eliminates the bogus block index entries at startup which prevents the dreaded assert error. This does not modify any on-disk data, your on-disk block index may still contain garbage, but this version will start fine nevertheless.
2. resolves a long standing issue with incorrectly calculated cashes at the algorithm switch time, that still float around the network and cause various edge case problems. With this version, such block hashes are totally eliminated (using some brute force). Related to this change is some additional processing of incoming blocks, that should reduce significantly the amount of garbage that gets accumulated over time.
There are no new features in the wallet. This is strictly stability code fix, addressing these unfortunate situations.
Please note: In order to fix 2), additional hash processing has to be done. The wallet could therefore use more CPU -- although this depends on many factors and is rarely seen.
These fixes required some more extensive testing, as they involve core hashing changes. Having resolved these, we will further focus on more performance optimizations -- the bitcoin/ppcoin code contains a lot of excessive processing that can be optimized and out algorithm switch code has added some more -- so there is much room for improvement in performance. We are also working on some new features, but obviously had to postpone these until the core code is stable.
Compiled versions will be available shortly.
Thank you Danbi for the hard work you put in. Will this be available as a download for the Windows wallet on the Diamond website? Please advise. Or can you post a link to the github version? Thanks, Pokeytex
|
|
|
|
popshot (OP)
|
|
September 05, 2014, 04:25:33 PM |
|
Will this be available as a download for the Windows wallet on the Diamond website? Please advise. Or can you post a link to the github version?
I'm not danbi, but can reasure you that once the wallet is compiled for both Windows and Mac, the links will be posted in this thread first, then the main OP will be updated together with the website. Link to the source: https://github.com/DMDcoin/Diamond (as displayed in the OP)
|
|
|
|
danbi
|
|
September 05, 2014, 07:32:09 PM |
|
Murphy's law was in full force today. As soon as I announced v2.0.3.2 is out and development is focused on the other (generic, not Diamond related) issues with the wallet, the dmdpool.digsys.bg's wallet decided to remind of itself and essentially chocked (a well known problem for wallets that run many send transactions). I eventually had to rebuild it, which took several hours. Now, the pool is much faster and will likely have better luck (yes, luck is very dependent on wallet performance!).
My apologies to miners who were unable to find blocks during or around that time. Nothing else on the pool is lost.
Code to avoid such wallet degradation in future is in front of the queue.
|
BTC: 15cJkRupKAkGr6sTxj1Uzb6uHbvuRyK1GL DMD: dJZEqNcjiUiMMd8DKBFS9oMWtArAD2GCHr
|
|
|
|
pokeytex
Legendary
Offline
Activity: 1504
Merit: 1002
|
|
September 05, 2014, 08:32:06 PM |
|
Thank you - All upgraded!
|
|
|
|
paladin281978
|
|
September 05, 2014, 08:42:41 PM |
|
danbi
do not need to re-download the chain?
|
|
|
|
danbi
|
|
September 05, 2014, 09:15:19 PM |
|
danbi
do not need to re-download the chain?
No, this version fixes the corruption in memory. But if you download he block chain with this version, it will be much cleaner (on disk).
|
BTC: 15cJkRupKAkGr6sTxj1Uzb6uHbvuRyK1GL DMD: dJZEqNcjiUiMMd8DKBFS9oMWtArAD2GCHr
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
September 06, 2014, 12:29:29 PM Last edit: September 06, 2014, 12:50:06 PM by cryptonit |
|
regarding usecryptos we did great in our voting rush to get listed there but now no one uses it i know there are no buy and no sell orders but how u think that can change? exactly by placing buy and sell orders there stuff like that ca be done: buy cheap at cryptsy transfer to usecryptos place there with a bit higher price as sell order at cryptsy there is most time a big differece between buy and sell price so u can attract buyers towards usecryptos this way i am involved in lot work i cant do that too i really hope someone here take a hearth and get trading done at usecryptos its also required as preparation for a possible switch of DMD multipool there
|
|
|
|
alt-fan
Newbie
Offline
Activity: 25
Merit: 0
|
|
September 06, 2014, 12:59:41 PM |
|
PoS related question: I have a few DMD on various wallets, which are mature and currently receive PoS minted Diamonds. Will I lose future PoS payments if I move all coins to a new wallet? Or will they still be considered 'mature' coins after sent to a new address?
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
September 06, 2014, 02:05:19 PM |
|
PoS related question: I have a few DMD on various wallets, which are mature and currently receive PoS minted Diamonds. Will I lose future PoS payments if I move all coins to a new wallet? Or will they still be considered 'mature' coins after sent to a new address?
you loose all coinage when you transfer the coins. unless it's a move inside a wallet, which doesn't imply a "real" transaction.
|
|
|
|
alt-fan
Newbie
Offline
Activity: 25
Merit: 0
|
|
September 06, 2014, 02:42:16 PM |
|
PoS related question: I have a few DMD on various wallets, which are mature and currently receive PoS minted Diamonds. Will I lose future PoS payments if I move all coins to a new wallet? Or will they still be considered 'mature' coins after sent to a new address?
you loose all coinage when you transfer the coins. unless it's a move inside a wallet, which doesn't imply a "real" transaction. Thanks! So, this means I *never* transfer them or I can transfer them once I get whatever PoS they are worth? In the second case, how do I know when the coins will not generate any more PoS?
|
|
|
|
pokeytex
Legendary
Offline
Activity: 1504
Merit: 1002
|
|
September 06, 2014, 03:03:04 PM |
|
PoS related question: I have a few DMD on various wallets, which are mature and currently receive PoS minted Diamonds. Will I lose future PoS payments if I move all coins to a new wallet? Or will they still be considered 'mature' coins after sent to a new address?
you loose all coinage when you transfer the coins. unless it's a move inside a wallet, which doesn't imply a "real" transaction. Thanks! So, this means I *never* transfer them or I can transfer them once I get whatever PoS they are worth? In the second case, how do I know when the coins will not generate any more PoS? It is my understanding that if you do transfer them - they will start the POS process again in 7 days. Anyone else confirm that?
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
September 06, 2014, 03:11:10 PM |
|
PoS related question: I have a few DMD on various wallets, which are mature and currently receive PoS minted Diamonds. Will I lose future PoS payments if I move all coins to a new wallet? Or will they still be considered 'mature' coins after sent to a new address?
when u minted wait until its added to balance again in main view then use coincontrol to select coins with low confirms/age that are the coins u minted before transfer that coins to wherever u want with lose nearly no coin age
|
|
|
|
danbi
|
|
September 07, 2014, 06:13:40 PM |
|
PoS related question: I have a few DMD on various wallets, which are mature and currently receive PoS minted Diamonds. Will I lose future PoS payments if I move all coins to a new wallet? Or will they still be considered 'mature' coins after sent to a new address?
you loose all coinage when you transfer the coins. unless it's a move inside a wallet, which doesn't imply a "real" transaction. Thanks! So, this means I *never* transfer them or I can transfer them once I get whatever PoS they are worth? In the second case, how do I know when the coins will not generate any more PoS? With the QT (GUI) wallet, you can use the Coin Control feature. Only transfer "low" priority amounts, these have been least time in your wallet. So in general -- you wait for some coins to mint, after maturing, send the low priority ones to the other wallet. Coins are eligible for staking after 7 days. They start accumulating coin age once received at some address (wallet). If you send the coins in larger amounts to the new address, they will have chance to mint sooner. Coin Control is great for this -- even if the current version is way too laborious.
|
BTC: 15cJkRupKAkGr6sTxj1Uzb6uHbvuRyK1GL DMD: dJZEqNcjiUiMMd8DKBFS9oMWtArAD2GCHr
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
September 07, 2014, 06:16:34 PM Last edit: September 07, 2014, 07:10:41 PM by cryptonit |
|
DMD Multipool Lotto Winner 7. September
http://www.win2day.at/gaming/RundenPlakat_wai.jsp?sessionID=513b2756-7f00-1-48fd-8e2088d2c1f5
JOKER 643980 mathematical closest number from DMD Multipool lotto: dLwWqTTdyTNTZin6aaki4h854b6KTfUwKN 2014-08-23 644465 text:Lotto Winner - September 2014 Transaction ID: ff229b1c12fd5ce30767a547d934aec89be4aae83559d3aff5b2e3691f6372f8 -------------------------------------------------------------------------- -------------------------------------------------------------------------- DMD Multipool Lotto earn lotto numbers for free when u mine at DMD Multipool next drawing 5. Oktober 100 DMD http://multipool.bit.diamonds/-------------------------------------------------------------------------- -------------------------------------------------------------------------- No mining gear to join DMD Multipool? Get some DMD Cloudmining shares. We will give them ability to earn DMD lotto tickets too.....
|
|
|
|
|