• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

11.2 - Dash Release

eduffield, UdjinM6:

Am seeing unresponsive daemons across different hosts and some unexpected quits with nothing telling in log and no core file.

Symptom is doing 'dashd getinfo' hangs with no output.

I'm having to kill -9 instances across different hosts. It's sporadic.
Some were fine for hours and went unresponsive just recently.
Some are fine still since launching ~6 hours ago.

These are solid vps' with plenty of ram/disk space.
peers.dat's were deleted between startups.
block heights are all in sync (right up until hang)

I first reported this here https://dashtalk.org/threads/v0-11-2-x-testing.4202/page-19#post-48290
 
Last edited by a moderator:
Am seeing unresponsive daemons across different hosts and some unexpected quits with nothing telling in log and no core file.

Symptom is doing 'dashd getinfo' hangs with no output.

I'm having to kill -9 instances across different hosts. It's sporadic.
Some were fine for hours and went unresponsive just recently.
Some are fine still since launching ~6 hours ago.

These are solid vps' with plenty of ram/disk space.
peers.dat's were deleted between startups.
block heights are all in sync (right up until hang)

I first reported this here https://dashtalk.org/threads/v0-11-2-x-testing.4202/page-19#post-48290

Same here on all 4 of my 0.11.2.16 nodes. The fifth one is still running 0.11.1.16 (started at the same time this morning) and is not frozen.
Nothing in the debug.log to explain the deadlock.
 
^ Same 2 of 2. It hangs out for 5-10 secs then I get the output.
I noticed also it took quite a bit to download the whole blockchain since I deleted the all blocks, although I uploaded the daemon within the 1st hour since this release (few active MNs maybe?)
 
This is really cool.... looking forward to testing all the new updates. Good work devs and testers!!!!

I've updated my masternode monitoring site (www.dashnodes.com) to include Proof-of-Service (PoSe) and Vote information like the two examples below:

http://dashnodes.com/index/address/Xq6BEA9J9DAgyb9HCS6rH8jtDGAUegNArr

http://dashnodes.com/index/address/XbYkEpzyDePry4v4SvZ7mdTrCETLHcn8Dv

If you want to check your maternodenode, click on the URL below and enter your IP, pubkey, vin, etc in the filter box on the top right and then click on the IP or pubkey to view your masternode's info

http://dashnodes.com/index/masternodes/
 
eduffield, UdjinM6:

Am seeing unresponsive daemons across different hosts and some unexpected quits with nothing telling in log and no core file.

Symptom is doing 'dashd getinfo' hangs with no output.

I'm having to kill -9 instances across different hosts. It's sporadic.
Some were fine for hours and went unresponsive just recently.
Some are fine still since launching ~6 hours ago.

These are solid vps' with plenty of ram/disk space.
peers.dat's were deleted between startups.
block heights are all in sync (right up until hang)

I first reported this here https://dashtalk.org/threads/v0-11-2-x-testing.4202/page-19#post-48290

Can you run this branch? Just email me the printed output after it locks up and I'll be able to tell what happened.

https://github.com/darkcoin/darkcoin/tree/debug-locks
 
Found a small bug, occurs when window width is very small. (DASI? another rebrand?? ahhh)

A question about this voting system. Does it only work from hot/cold wallet of from both of them?

56qdtqoc.png

I recommend you peel that 1000DASH off into another wallet and start a Masternode :smile:

Thanks for the heads up on this, will push through an update which will fix that in future versions. Glad to see everything else looks good from a UI perspective, so awesome to see this out in the wild! :grin:
 
I'm trying to shut down the wallet but this little screen keeps hanging:

upload_2015-3-30_20-53-22.png


Windows 32-bit v.11.2.16

Edit: I had to manually close that window, then had to stop the process in Task manager before I could reopen the wallet.

Edit Again: I opened and closed the wallet a few more times and it seems ok, the little screen does not hang anymore... Strange...
 
Last edited by a moderator:
Can you run this branch? Just email me the printed output after it locks up and I'll be able to tell what happened.

https://github.com/darkcoin/darkcoin/tree/debug-locks
can you compile a static 64 bit version similar to download? I'm having trouble getting it to run on my hosts, complains about:

Code:
dashd: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

tried a static compile with:

Code:
make distclean
./autogen.sh
./configure --with-incompatible-bdb
make STATIC=1 -j9

need to do something different?
 
Last edited by a moderator:
Just went home...

Maybe I missed the info but what is the wget url?

Edit: found it on another thread..

Post it here for more visibility :
https://www.dashpay.io/binaries/dash-0.11.2.16-linux.tar.gz

Hmmm before I was downling it from github.. (ex :
wget https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.1.25-linux.tar.gz --no-check-certificate )
What is the equivalent for DASH?

Edit 2 : The download for the windows version from oficial site is so so slow... Is it me??
 
Last edited by a moderator:
Just went home...

Maybe I missed the info but what is the wget url?

Edit: found it on another thread..

Post it here for more visibility :
https://www.dashpay.io/binaries/dash-0.11.2.26-linux.tar.gz

Hmmm before I was downling it from github.. (ex :
wget https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.1.25-linux.tar.gz --no-check-certificate )
What is the equivalent for DASH?

Edit 2 : The download for the windows version from oficial site is so so slow... Is it me??

? https://www.dashpay.io/downloads/
 
Back
Top