Author

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

legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
dont wonder if u see  still sync even if u have downloaded all blocks already that are existing on DMD blockchain

some fork chains are like 400 blocks ahead and try feed u with their blocks


thats because you told every body to use
addnode=
And listen=1
If everyone uses connect=the 4 nodes
And listen=0
Until this mess is cleaned up!
Its all good . Get it?!
Lol
Listen=1
 just feeds the bad node back in.

they not accepted and once die out because mine air isnt fun its no issue

if everyone run just connect to main nodes and no addnode
and listen wallets around that create a way more vulnerable network

the main nodes provide good peers the listen make u accept other nodes to talk with u too
the info from fork chains u see is no issue now after we consolidated backbone

listen=0 and connect instead of addnode have always the disadvantage of  creating a star instead of a mesh network

whats needed now is that the last few people on fork chains stop mining so the forks blockcount stop increasing

but yes mister1k u are right if people use the alternative conf with listen=0 and connect instead of addnode then the forks invisible for them

hero member
Activity: 774
Merit: 554
CEO Diamond Foundation
I see the pow reduction, and this is good. It keeps supply down and prices up. My question is regarding pos rewards. It was 50% per year interest with a minimum of a 7 day stake. Has this changed?

Vegas

This update is security oriented, we didn't change coin rollout.

So it's still 50% interest per annum till 1.5 mill total coins.

7 day minimum maturity has been reduced to 3 days.
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
I see the pow reduction, and this is good. It keeps supply down and prices up. My question is regarding pos rewards. It was 50% per year interest with a minimum of a 7 day stake. Has this changed?

Vegas
hero member
Activity: 896
Merit: 520
dont wonder if u see  still sync even if u have downloaded all blocks already that are existing on DMD blockchain

some fork chains are like 400 blocks ahead and try feed u with their blocks


thats because you told every body to use
addnode=
And listen=1
If everyone uses connect=the 4 nodes
And listen=0
Until this mess is cleaned up!
Its all good . Get it?!
Lol
Listen=1
 just feeds the bad node back in.
sr. member
Activity: 393
Merit: 250
Just rebuild the wallet binary on Donkeypool -

Getting this in debug using FRESH wallet.dat and danbis' "clean" chain:

ERROR: mempool transaction missing input

tried -reindex, -repairwallet and -rescan.

using ONLY the (4) seed nodes in the config.

No joy.

Any suggestions would be greatly appreciated.

You have some transactions in the chain that are confused. I don't think we have code to clean up such yet, but if you use the chain from this morning and sync completely with the correct chain, you should not see these anymore.
You do not need to use repairwallet or rescan for an new wallet. We don't have 'reindex' command in Diamond.

Do you see anything else unusual in the log, after the chain is loaded?

The 'missing input' message is harmless, but should not appear after you sync...

In any case, don't let the pool run before you sync the wallet.
sr. member
Activity: 340
Merit: 251
Smell the glove.
Just rebuild the wallet binary on Donkeypool -

Getting this in debug using FRESH wallet.dat and danbis' "clean" chain:

ERROR: mempool transaction missing input

tried -reindex, -repairwallet and -rescan.

using ONLY the (4) seed nodes in the config.

No joy.

Any suggestions would be greatly appreciated.
newbie
Activity: 4
Merit: 0
Sorry, my bad. I didn't update all of the dependencies.

sudo apt-get install build-essential libboost1.55-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
if ur blockcount is higher than the blocks in http://dmdpool.digsys.bg/bc/
overwrite ur local blockchain files with this backup
http://diamond.danbo.bg/downloads/danbischain20150408.zip

https://chainz.cryptoid.info/dmd/ resynchronized from there

Also put up a notice for people to update & check this thread.

thx a lot

all explorer back on main chain!
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
dont wonder if u see  still sync even if u have downloaded all blocks already that are existing on DMD blockchain

some fork chains are like 400 blocks ahead and try feed u with their blocks

sr. member
Activity: 393
Merit: 250
Getting compilation problem with new wallet code on Ubuntu 14.1. Looks like missing file(s).

serialize.h:418:6: warning: unused parameter ‘nType’ [-Wunused-parameter]
 void Serialize_impl(Stream& os, const std::vector& v, int nType, int nVersion, const boost::true_type&)
      ^
serialize.h:418:6: warning: unused parameter ‘nVersion’ [-Wunused-parameter]
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Ijson -Iobj -Iqt -Iqt/test -I. -I. -o bitcoinrpc.o bitcoinrpc.cpp
In file included from walletdb.h:8:0,
                 from wallet.h:19,
                 from init.h:8,
                 from bitcoinrpc.cpp:6:
db.h:14:20: fatal error: db_cxx.h: No such file or directory
 #include
                    ^
compilation terminated.
make: *** [bitcoinrpc.o] Error 1

Any help?

It seems you are missing the db libraries (db_cxx.h belongs to these). See the README for instructions how to install these.
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
also use in console repairwallet after make sure u are on right chain
this way possible coins stuck in POS attempts on wrong chain return to balance after wallet reboot
legendary
Activity: 1100
Merit: 1032
if ur blockcount is higher than the blocks in http://dmdpool.digsys.bg/bc/
overwrite ur local blockchain files with this backup
http://diamond.danbo.bg/downloads/danbischain20150408.zip

https://chainz.cryptoid.info/dmd/ resynchronized from there

Also put up a notice for people to update & check this thread.
newbie
Activity: 4
Merit: 0
Getting compilation problem with new wallet code on Ubuntu 14.1. Looks like missing file(s).

serialize.h:418:6: warning: unused parameter ‘nType’ [-Wunused-parameter]
 void Serialize_impl(Stream& os, const std::vector& v, int nType, int nVersion, const boost::true_type&)
      ^
serialize.h:418:6: warning: unused parameter ‘nVersion’ [-Wunused-parameter]
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Ijson -Iobj -Iqt -Iqt/test -I. -I. -o bitcoinrpc.o bitcoinrpc.cpp
In file included from walletdb.h:8:0,
                 from wallet.h:19,
                 from init.h:8,
                 from bitcoinrpc.cpp:6:
db.h:14:20: fatal error: db_cxx.h: No such file or directory
 #include
                    ^
compilation terminated.
make: *** [bitcoinrpc.o] Error 1

Any help?
sr. member
Activity: 416
Merit: 270
Hello DMDCreeper, I had similar issues. My solution was to update everything.

My setup consists of:

Catalyst 14.12
AMD APP SDK 3.0 Beta

sgminer 5.1.0 64Bit from w0lf:
https://ottrbutt.com/sgminer/master/wolf-sgminer-master-12242014.zip

thread here:
https://litecointalk.org/index.php?topic=17533.0

pallas optimized DMD Kernel v2, Tahiti GPU only: https://dl.dropboxusercontent.com/u/40353042/Diamond/diamondHawaiiw128l8.bin

thread here:
https://bitcointalk.org/index.php?topic=779598.260

I get 30,4 Mh/s with my 290x with no overclocking or overvolting, I:20

still,

Are you certain the link you sent me for sgminer 5.1.0 is a 64 bit version?  The thread indicates that the last 64 bit build was june 2014, the version you linked is december.  Also, the bin file it generates indicates if a 32 bit versions.  I believe the "l8" in the bin file name is for 64 bit sgminer versions, but the version you sent me generates "l4". 

In any case, I haven't been able to solve my problem with the HIS cards completely.  It appears increasing powertune does help, expecially with other aglorithms.  So I am assuming the BIOS for these cards has some quirky GPU engine and voltage settings.  I cannot find a BIOS editor for R9 290s so I cannot confirm this. 

Thanks for your assistance anyway.

legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
BAck online
mining  is ok

On my minting wallet i have a few unconfirmed transactions from the fork
is there a way to cleanup this transactions
use old backup of your wallet.dat
make them go away

but be careful only usea backup whereall addresses u use already existing
full member
Activity: 274
Merit: 100
BAck online
mining  is ok

On my minting wallet i have a few unconfirmed transactions from the fork
is there a way to cleanup this transactions
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
correct blockcount is visible at all 3 explorers
https://chainz.cryptoid.info/dmd/
http://diamond.danbo.bg:2750/chain/Diamond
and here http://dmdpool.digsys.bg/bc/

if u have more blocks make sure u update wallet

make sure u do following steps
install new wallet
http://sourceforge.net/projects/diamonddmd/files/Diamond%202.0.5.5.exe/download

if ur blockcount is higher than the blocks in http://dmdpool.digsys.bg/bc/
overwrite ur local blockchain files with this backup
http://diamond.danbo.bg/downloads/danbischain20150408.zip

make sure ur diamond.conf contain this lines

listen=1
noirc=1
addnode=193.68.21.19
addnode=54.191.208.14
addnode=54.255.133.30
addnode=54.86.164.216
bantime=600

when more and more reunite with main chain this issue will be soon solved

thx for ur help

when u sure u are on right chain start mining and POS again please
sr. member
Activity: 340
Merit: 251
Smell the glove.
Donkeypool is back on the job....THERE WILL BE PAYOUT ERRORS.
I'll sort it out manually best I can shortly.

The pool is logging >300 blocks, the wallet says ~120.

Expect downtime in an hour or so - hopefully no more than 30min of downtime.
hero member
Activity: 774
Merit: 554
CEO Diamond Foundation
New 2.0.5.5 Wallet - Windows
http://sourceforge.net/projects/diamonddmd/files/Diamond%202.0.5.5.exe/download

Source:
https://github.com/DMDcoin/Diamond

Changes:
Implement new coin mechanics.
Post 1.000.000 coins PoW reward is now 0.2 DMD.
PoW spacing 100 seconds.
PoS spacing 100 seconds.
Minimum PoS time 3 days.
Foundation Address for contributions changes every 500000 DMD to prevent wallet bloat.

This update is mandatory.

Latest Clean Chain:
http://diamond.danbo.bg/downloads/danbischain20150408.zip

- - - - - - - -

We have been hit by bad nodes that have been feeding in potentialy malicoius blocks.

This has led to severe disturbance in the network.

We cannot yet determine if this attack was on purpose, however, we have informed Cryptsy which put Diamond in maintenance mode until this issue is resoved.

The only correct blockchain is being fed by the nodes that are specified in our recomended diamond.conf file.  

also for that ones who understand this:
Quote
we did save all blocks and orgins of them and we will find u
blockchain leave no room to hide everything is visible
dont try to play games with a well maintained coin
if u wana destroy blockchains select a devless coin at DMD Diamond u are wrong
a well timed attack befor pow reward reduction this should have been
but not good enought it was and will only prove that DMD cant be broken that easy
sr. member
Activity: 340
Merit: 251
Smell the glove.
Donkeypool is out-of-sync/offline.
I'll post here when things get sorted.



Jump to: