problem dashcoin wallet

dash&co

New member
hello,

i need help, i open my wallet today and i have this message ;

EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
C:\Program Files\Dash\dash-qt.exe in ProcessMessages()

2016-02-22 13:53:34 ProcessMessage(inv, 37 bytes) FAILED
2016-02-22 13:53:34


my wallet has need sync, there are 24 week of delay.

i think that is an error but i dont know of what it is ? someone can help me pls ?
 
hello,

i need help, i open my wallet today and i have this message ;

EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
C:\Program Files\Dash\dash-qt.exe in ProcessMessages()

2016-02-22 13:53:34 ProcessMessage(inv, 37 bytes) FAILED
2016-02-22 13:53:34


my wallet has need sync, there are 24 week of delay.

i think that is an error but i dont know of what it is ? someone can help me pls ?
What version are you using? I guess you are still on 0.11.x - please update to 0.12.0.56 from https://dash.org/downloads/
 
hi , yes its an old version but how i can updat it without lose my dashcoin ? must do an save like bitcoin core ?
Generally speaking you just have to make sure you have a copy of the latest "wallet.dat" file - so yes, the same as in Bitcoin core.

tungfa posted links to video tutorials how to migrate from v11 to v12, i think they are a good source to start with.

--> https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=20512825

Hope that helps,
Holger
 
dash&co - It's worth noting that in this video the same problem exists as in my other linux videos. The dash-qt is not executable so you will need to open your dash-qt using command line.

If you need someone to walk you through it Ill be around all day today, you can join me in IRC or in the public slack channel. Shoot me a private message if you would like to chat.
 
dash&coThe dash-qt is not executable so you will need to open your dash-qt using command line.
I keep reading you on this thread stating that the dash binaries aren't executable, but that's not what it looks like to me:

Code:
$ gzip -dc dash-0.12.0.56-linux64.tar.gz  | tar tvf -
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/bin/
-rwxr-xr-x root/root   2548784 2014-01-09 19:00 dash-0.12.0/bin/dash-cli
-rwxr-xr-x root/root   9431392 2014-01-09 19:00 dash-0.12.0/bin/dashd
-rwxr-xr-x root/root  13523824 2014-01-09 19:00 dash-0.12.0/bin/dash-qt
-rwxr-xr-x root/root   2712760 2014-01-09 19:00 dash-0.12.0/bin/dash-tx
-rwxr-xr-x root/root  12321744 2014-01-09 19:00 dash-0.12.0/bin/test_dash
-rwxr-xr-x root/root  10328656 2014-01-09 19:00 dash-0.12.0/bin/test_dash-qt
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/include/
-rw-r--r-- root/root      2257 2014-01-09 19:00 dash-0.12.0/include/bitcoinconsensus.h
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/
lrwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so -> libbitcoinconsensus.so.0.0.0
lrwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so.0 -> libbitcoinconsensus.so.0.0.0
-rwxr-xr-x root/root   1241912 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so.0.0.0

Am I missing something?
 
I keep reading you on this thread stating that the dash binaries aren't executable, but that's not what it looks like to me:

Code:
$ gzip -dc dash-0.12.0.56-linux64.tar.gz  | tar tvf -
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/bin/
-rwxr-xr-x root/root   2548784 2014-01-09 19:00 dash-0.12.0/bin/dash-cli
-rwxr-xr-x root/root   9431392 2014-01-09 19:00 dash-0.12.0/bin/dashd
-rwxr-xr-x root/root  13523824 2014-01-09 19:00 dash-0.12.0/bin/dash-qt
-rwxr-xr-x root/root   2712760 2014-01-09 19:00 dash-0.12.0/bin/dash-tx
-rwxr-xr-x root/root  12321744 2014-01-09 19:00 dash-0.12.0/bin/test_dash
-rwxr-xr-x root/root  10328656 2014-01-09 19:00 dash-0.12.0/bin/test_dash-qt
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/include/
-rw-r--r-- root/root      2257 2014-01-09 19:00 dash-0.12.0/include/bitcoinconsensus.h
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/
lrwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so -> libbitcoinconsensus.so.0.0.0
lrwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so.0 -> libbitcoinconsensus.so.0.0.0
-rwxr-xr-x root/root   1241912 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so.0.0.0

Am I missing something?
Well, yes, technically they are "x" from permission side of things but they "aren't executable" for a common user via double click on desktop icon because they are hardened and ubuntu thinks that they are just shared libs.
 
I keep reading you on this thread stating that the dash binaries aren't executable, but that's not what it looks like to me:

Code:
$ gzip -dc dash-0.12.0.56-linux64.tar.gz  | tar tvf -
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/bin/
-rwxr-xr-x root/root   2548784 2014-01-09 19:00 dash-0.12.0/bin/dash-cli
-rwxr-xr-x root/root   9431392 2014-01-09 19:00 dash-0.12.0/bin/dashd
-rwxr-xr-x root/root  13523824 2014-01-09 19:00 dash-0.12.0/bin/dash-qt
-rwxr-xr-x root/root   2712760 2014-01-09 19:00 dash-0.12.0/bin/dash-tx
-rwxr-xr-x root/root  12321744 2014-01-09 19:00 dash-0.12.0/bin/test_dash
-rwxr-xr-x root/root  10328656 2014-01-09 19:00 dash-0.12.0/bin/test_dash-qt
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/include/
-rw-r--r-- root/root      2257 2014-01-09 19:00 dash-0.12.0/include/bitcoinconsensus.h
drwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/
lrwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so -> libbitcoinconsensus.so.0.0.0
lrwxr-xr-x root/root         0 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so.0 -> libbitcoinconsensus.so.0.0.0
-rwxr-xr-x root/root   1241912 2014-01-09 19:00 dash-0.12.0/lib/libbitcoinconsensus.so.0.0.0

Am I missing something?

Yeah maybe im using wrong terminology... what I mean is users are not able to double click the dash-qt to make it run. Whatever technical term you want to use is up to you. I was under the impression I was saying it correctly, if I'm not and there is confusion my bad.
 
Yeah maybe im using wrong terminology... what I mean is users are not able to double click the dash-qt to make it run. Whatever technical term you want to use is up to you. I was under the impression I was saying it correctly, if I'm not and there is confusion my bad.

Ah, ok. Yeah, that's why I was confused. I don't use a Linux GUI anymore so didn't realize this was an issue.
 
Ah, ok. Yeah, that's why I was confused. I don't use a Linux GUI anymore so didn't realize this was an issue.

yeah the only reason I've been pointing it out is because in my video's the user has the ability to double click the dash-qt. Now for some reason (and the developers have explained why, not that I understand) it's no longer available to do that. Udjin says it could change back in 12.1 so we will see.
 
yeah the only reason I've been pointing it out is because in my video's the user has the ability to double click the dash-qt. Now for some reason (and the developers have explained why, not that I understand) it's no longer available to do that. Udjin says it could change back in 12.1 so we will see.
There are 2 ways to get it back as far as I see:
1. we could stop harden executables but it will weaken security https://github.com/dashpay/dash/blob/v0.12.1.x/doc/build-unix.md#security
2. we could provide a script (which will take care of an icon) right inside tar packages
3. we could start to maintain ubuntu ppa repo like bitcoin does

#1 doesn't sound too good, so I would consider #2 and #3 (and that will make the old video a bit obsolete)
 
Generally speaking you just have to make sure you have a copy of the latest "wallet.dat" file - so yes, the same as in Bitcoin core.

tungfa posted links to video tutorials how to migrate from v11 to v12, i think they are a good source to start with.

--> https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=20512825

Hope that helps,
Holger

hi,sorry but i not had the time to reply, i'm already on dash core (v0.11.2.23-g9646c5f-beta) not dark qt, so i think this vid can't resolve my probleme :/

dash&co - It's worth noting that in this video the same problem exists as in my other linux videos. The dash-qt is not executable so you will need to open your dash-qt using command line.

If you need someone to walk you through it Ill be around all day today, you can join me in IRC or in the public slack channel. Shoot me a private message if you would like to chat.

yeah i ready need help, i try to get-cmd "-rescan" for réset the wallet and rescan all blockchain on my pc,but i can't, this cmd not work.

my prob is that my wallet is blocked and doesn't sync, yu know ?
 
it's okay, i think i resolved the problem, i uninstall/install new version and rescan blockchain, i had the same problem on bitcoin-qt, i had reset blockchain and enjoy ^.^

thank at u !

someone know wht is the blockchain size ?
 
Last edited by a moderator:
Back
Top