Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 1894. (Read 9723748 times)

sr. member
Activity: 532
Merit: 250
************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

That happens when a v11 client gets a v12 message which it doesn't yet know.

Build a v12 client from here: https://github.com/dashpay/dash

i compille wallet from this source - https://www.dashpay.io/downloads/ - (https://github.com/dashpay/dash)



my wallet
{
    "version" : 110223,
    "protocolversion" : 70076,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1432325190,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}


Version   Protocol Version   Wallet Version   Peers   Status   Blocks   Accounts
110223   70076   61000   0   OK   0   1



sorry if somebody has already corrected this but - - - - - - -

You should be compiling from here: git clone https://github.com/dashpay/dash.git
and your good


WHY??? are you even on V11.x.x - ugh
[hangs-head]

thanks. now all work correct.

@BinPool - http://dash.binpool.com/ - up and launch. Thanks UdjinM6
legendary
Activity: 1318
Merit: 1040
...snip....

wrong version !!
wrong protocol !!

correct version 0.12.0.51
correct protocol 70103

edit : unless he is still trying to upgrade from wallet 0.11.2.23 to v0.12.0.51 ? In that case ignore this post..

no worries, guided him via PMs
should be up and running soon  Smiley
legendary
Activity: 2548
Merit: 1245
************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

That happens when a v11 client gets a v12 message which it doesn't yet know.

Build a v12 client from here: https://github.com/dashpay/dash

i compille wallet from this source - https://www.dashpay.io/downloads/ - (https://github.com/dashpay/dash)



my wallet
{
    "version" : 110223,
    "protocolversion" : 70076,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1432325190,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}


Version   Protocol Version   Wallet Version   Peers   Status   Blocks   Accounts
110223   70076   61000   0   OK   0   1

git checkout master
git pull

after compile new source this error

/bin/mkdir -p '/usr/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c dashd dash-cli dash-tx '/usr/local/bin'
libtool: install: /usr/bin/install -c dashd /usr/local/bin/dashd
libtool: install: /usr/bin/install -c dash-cli /usr/local/bin/dash-cli
libtool: install: /usr/bin/install -c dash-tx /usr/local/bin/dash-tx
 /bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 script/bitcoinconsensus.h '/usr/local/include'
make[3]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make[2]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make[1]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make[1]: Entering directory `/home/bittrexcoin/DashCoin'
make[2]: Entering directory `/home/bittrexcoin/DashCoin'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/bittrexcoin/DashCoin'
make[1]: Leaving directory `/home/bittrexcoin/DashCoin'

wrong version !!
wrong protocol !!

correct version 0.12.0.51
correct protocol 70103

edit : unless he is still trying to upgrade from wallet 0.11.2.23 to v0.12.0.51 ? In that case ignore this post..
sr. member
Activity: 532
Merit: 250
************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

That happens when a v11 client gets a v12 message which it doesn't yet know.

Build a v12 client from here: https://github.com/dashpay/dash

i compille wallet from this source - https://www.dashpay.io/downloads/ - (https://github.com/dashpay/dash)



my wallet
{
    "version" : 110223,
    "protocolversion" : 70076,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1432325190,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}


Version   Protocol Version   Wallet Version   Peers   Status   Blocks   Accounts
110223   70076   61000   0   OK   0   1

git checkout master
git pull

after compile new source this error

/bin/mkdir -p '/usr/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c dashd dash-cli dash-tx '/usr/local/bin'
libtool: install: /usr/bin/install -c dashd /usr/local/bin/dashd
libtool: install: /usr/bin/install -c dash-cli /usr/local/bin/dash-cli
libtool: install: /usr/bin/install -c dash-tx /usr/local/bin/dash-tx
 /bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 script/bitcoinconsensus.h '/usr/local/include'
make[3]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make[2]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make[1]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make[1]: Entering directory `/home/bittrexcoin/DashCoin'
make[2]: Entering directory `/home/bittrexcoin/DashCoin'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/bittrexcoin/DashCoin'
make[1]: Leaving directory `/home/bittrexcoin/DashCoin'
legendary
Activity: 1092
Merit: 1000

 Anyone mind checking their Kraken connection? I can login, but then it just slow as a snail or doesn't load at all


Some pages loaded fine, but the trade pages were very slow, loaded eventually and all seems fine now

 Not for me... takes ages to load the menu's, but nothing populates underneath ... they completely screwed me because of this Sad Sad

 EDIT: seems fixed now, but still screwed my trades Sad
sr. member
Activity: 532
Merit: 250
************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

That happens when a v11 client gets a v12 message which it doesn't yet know.

Build a v12 client from here: https://github.com/dashpay/dash

i compille wallet from this source - https://www.dashpay.io/downloads/ - (https://github.com/dashpay/dash)



my wallet
{
    "version" : 110223,
    "protocolversion" : 70076,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1432325190,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}


Version   Protocol Version   Wallet Version   Peers   Status   Blocks   Accounts
110223   70076   61000   0   OK   0   1

git checkout master
git pull

I did not understand that. for pools need a different source, or what?
take me please correct link on source for pool please
legendary
Activity: 1318
Merit: 1040
************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

That happens when a v11 client gets a v12 message which it doesn't yet know.

Build a v12 client from here: https://github.com/dashpay/dash

i compille wallet from this source - https://www.dashpay.io/downloads/ - (https://github.com/dashpay/dash)



my wallet
{
    "version" : 110223,
    "protocolversion" : 70076,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1432325190,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}


Version   Protocol Version   Wallet Version   Peers   Status   Blocks   Accounts
110223   70076   61000   0   OK   0   1

git checkout master
git pull
sr. member
Activity: 532
Merit: 250
************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

That happens when a v11 client gets a v12 message which it doesn't yet know.

Build a v12 client from here: https://github.com/dashpay/dash

i compille wallet from this source - https://www.dashpay.io/downloads/ - (https://github.com/dashpay/dash)



my wallet
{
    "version" : 110223,
    "protocolversion" : 70076,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1432325190,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}


Version   Protocol Version   Wallet Version   Peers   Status   Blocks   Accounts
110223   70076   61000   0   OK   0   1
donator
Activity: 3136
Merit: 1167

 Anyone mind checking their Kraken connection? I can login, but then it just slow as a snail or doesn't load at all


Some pages loaded fine, but the trade pages were very slow, loaded eventually and all seems fine now
full member
Activity: 212
Merit: 100
Activity: -42
************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

That happens when a v11 client gets a v12 message which it doesn't yet know.

Build a v12 client from here: https://github.com/dashpay/dash
sr. member
Activity: 532
Merit: 250
Gyus what this. wallet compille and launch

but in debug.log this error

************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

2015-08-18 17:24:57 ProcessMessage(inv, 37 bytes) FAILED
2015-08-18 17:24:57

************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

2015-08-18 17:24:57 ProcessMessage(inv, 37 bytes) FAILED
2015-08-18 17:24:57

************************
EXCEPTION: St12out_of_range
CInv::GetCommand() : type=15 unknown type
dash in ProcessMessages()

2015-08-18 17:24:57 ProcessMessage(inv, 37 bytes) FAILED
2015-08-18 17:24:57
legendary
Activity: 1092
Merit: 1000

 Anyone mind checking their Kraken connection? I can login, but then it just slow as a snail or doesn't load at all
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
sr. member
Activity: 380
Merit: 250
DO you have to vote from the cold wallet? can you vote from the server where masternode is running?

you can vote from hot wallet (server wallet without the actual coins). For single masternode voting it needs the dash.conf there and for
starting many masternodes at the same time it needs the masternode.conf there.

Are any instructions available for voting from an empty Windows wallet with the dash.conf or masternode.conf?

Try to copy and paste Evan's vote instruction without the ./dash-cli part in your qt debug console (and if voting for 1 masternode just change vote-many to vote).
I suppose it will need the exact same dash.conf or masternode.conf thats normally running on the server and maybe the windows wallet needs to be started
with commandline option -server as well, so it will be a little bit more tricky.
  
Let us know if that works or not.

Worked perfectly! I suppose it was only a small step in logic from the previous instructions, looking for the embarrassed emoticon...   Embarrassed   there it is

example for windows:
mnbudget vote eac6392cd0d63e4b2ebd3c60da2d3e13137c892cd4cd1a8f3885077ac86b7487 yes


thats good to know, and i suppose it didnt need a -server to get windows wallet in servermode ? or did it need that ?

No, it just worked the first try without -server
legendary
Activity: 2548
Merit: 1245

  

Lucky bastards  Grin , thats what you get with low mining difficulty.
Low mining difficulty equals happy miners and happy masternode owners  Roll Eyes
legendary
Activity: 2548
Merit: 1245
DO you have to vote from the cold wallet? can you vote from the server where masternode is running?

you can vote from hot wallet (server wallet without the actual coins). For single masternode voting it needs the dash.conf there and for
starting many masternodes at the same time it needs the masternode.conf there.

Are any instructions available for voting from an empty Windows wallet with the dash.conf or masternode.conf?

Try to copy and paste Evan's vote instruction without the ./dash-cli part in your qt debug console (and if voting for 1 masternode just change vote-many to vote).
I suppose it will need the exact same dash.conf or masternode.conf thats normally running on the server and maybe the windows wallet needs to be started
with commandline option -server as well, so it will be a little bit more tricky.
  
Let us know if that works or not.

Worked perfectly! I suppose it was only a small step in logic from the previous instructions, looking for the embarrassed emoticon...   Embarrassed   there it is

example for windows:
mnbudget vote eac6392cd0d63e4b2ebd3c60da2d3e13137c892cd4cd1a8f3885077ac86b7487 yes


thats good to know, and i suppose it didnt need a -server to get windows wallet in servermode ? or did it need that ?
sr. member
Activity: 380
Merit: 250
DO you have to vote from the cold wallet? can you vote from the server where masternode is running?

you can vote from hot wallet (server wallet without the actual coins). For single masternode voting it needs the dash.conf there and for
starting many masternodes at the same time it needs the masternode.conf there.

Are any instructions available for voting from an empty Windows wallet with the dash.conf or masternode.conf?

Try to copy and paste Evan's vote instruction without the ./dash-cli part in your qt debug console (and if voting for 1 masternode just change vote-many to vote).
I suppose it will need the exact same dash.conf or masternode.conf thats normally running on the server and maybe the windows wallet needs to be started
with commandline option -server as well, so it will be a little bit more tricky.
 
Let us know if that works or not.

Worked perfectly! I suppose it was only a small step in logic from the previous instructions, looking for the embarrassed emoticon...   Embarrassed   there it is

example for windows:
mnbudget vote eac6392cd0d63e4b2ebd3c60da2d3e13137c892cd4cd1a8f3885077ac86b7487 yes
legendary
Activity: 2548
Merit: 1245
DO you have to vote from the cold wallet? can you vote from the server where masternode is running?

you can vote from hot wallet (server wallet without the actual coins). For single masternode voting it needs the dash.conf there and for
starting many masternodes at the same time it needs the masternode.conf there.

Are any instructions available for voting from an empty Windows wallet with the dash.conf or masternode.conf?

Try to copy and paste Evan's vote instruction without the ./dash-cli part in your qt debug console (and if voting for 1 masternode just change vote-many to vote).
I suppose it will need the exact same dash.conf or masternode.conf thats normally running on the server and maybe the windows wallet needs to be started
with commandline option -server as well, so it will be a little bit more tricky.
  
Let us know if that works or not.
Jump to: