Gi01
|
 |
March 26, 2016, 05:35:42 PM |
|
Getting a bit crazy here sry for all requests How to get the key to vote back? the one that usually starts with 7 I dont' get how but it's not in my masternode.conf or any other file. For every node I have the pubblic address, the private one (both starting with X) and the collateral, the long string that is used in the masternode.conf to mass start nodes Don't have anything starting with a 7 Sick 
|
|
|
|
xxxgoodgirls
Legendary
Offline
Activity: 1092
Merit: 1001
|
 |
March 26, 2016, 05:49:01 PM |
|
Getting a bit crazy here sry for all requests How to get the key to vote back? the one that usually starts with 7 I dont' get how but it's not in my masternode.conf or any other file. For every node I have the pubblic address, the private one (both starting with X) and the collateral, the long string that is used in the masternode.conf to mass start nodes Don't have anything starting with a 7 Sick  Do not ever share your address private key with anyone. That's all you need for owning a given address. masternode genkey should do the trick, launch it from the local wallet.
|
|
|
|
Gi01
|
 |
March 26, 2016, 05:51:48 PM |
|
Getting a bit crazy here sry for all requests How to get the key to vote back? the one that usually starts with 7 I dont' get how but it's not in my masternode.conf or any other file. For every node I have the pubblic address, the private one (both starting with X) and the collateral, the long string that is used in the masternode.conf to mass start nodes Don't have anything starting with a 7 Sick  Do not ever share your address private key with anyone. That's all you need for owning a given address. masternode genkey should do the trick, launch it from the local wallet. Ehi m8  Ty again for all But speaking of the process, i am not that retarded (all pub keys begin with K and if i got well masternode keys with 7). I have several nodes running and i can 't locate anything beginning. If i go with masternode genkey I get a new one, not the ones for my old nodes running
|
|
|
|
xxxgoodgirls
Legendary
Offline
Activity: 1092
Merit: 1001
|
 |
March 26, 2016, 05:58:47 PM |
|
Getting a bit crazy here sry for all requests How to get the key to vote back? the one that usually starts with 7 I dont' get how but it's not in my masternode.conf or any other file. For every node I have the pubblic address, the private one (both starting with X) and the collateral, the long string that is used in the masternode.conf to mass start nodes Don't have anything starting with a 7 Sick  Do not ever share your address private key with anyone. That's all you need for owning a given address. masternode genkey should do the trick, launch it from the local wallet. Ehi m8  Ty again for all But speaking of the process, i am not that retarded (all pub keys begin with K and if i got well masternode keys with 7). I have several nodes running and i can 't locate anything beginning. If i go with masternode genkey I get a new one, not the ones for my old nodes running Oh sorry, I thought you had shared your address your private keys with dashwhale.org. Is your masternode.conf from the local wallet empty? It should look like this if you used the command start-many ALIAS IP:9999 MASTERNODEPRIVKEY TRANSACTIONHASH INDEX You used the start-many command to start your nodes, didn't you?
|
|
|
|
splawik21
Legendary
Offline
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
|
 |
March 26, 2016, 06:01:13 PM |
|
Getting a bit crazy here sry for all requests How to get the key to vote back? the one that usually starts with 7 I dont' get how but it's not in my masternode.conf or any other file. For every node I have the pubblic address, the private one (both starting with X) and the collateral, the long string that is used in the masternode.conf to mass start nodes Don't have anything starting with a 7 Sick  Do not ever share your address private key with anyone. That's all you need for owning a given address. masternode genkey should do the trick, launch it from the local wallet. Ehi m8  Ty again for all But speaking of the process, i am not that retarded (all pub keys begin with K and if i got well masternode keys with 7). I have several nodes running and i can 't locate anything beginning. If i go with masternode genkey I get a new one, not the ones for my old nodes running You`ll find your masternode genkey - the masternode privkey - on your msternode.conf file which you use to start your nodes. edit: xxxgoodgirls  you were a bit faster 
|
BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
|
|
|
Gi01
|
 |
March 26, 2016, 06:09:14 PM |
|
Thanks to both of you I have the mastenode.conf and it's actually ID Privkey collateral index (usually 0 or 1) The one i should put in dash whale is the privkey, right? they all begin with X. When i insert one i get "wrong format" Stressing 
|
|
|
|
xxxgoodgirls
Legendary
Offline
Activity: 1092
Merit: 1001
|
 |
March 26, 2016, 06:19:55 PM |
|
Thanks to both of you I have the mastenode.conf and it's actually ID Privkey collateral index (usually 0 or 1) The one i should put in dash whale is the privkey, right? they all begin with X. When i insert one i get "wrong format" Stressing  That's a weird format, how are you ever starting a node if there's no IP? Anyway, log into your VPS(s). Assuming it's a linux OS, launch this: cd .dash nano dash.conf you should be able too see the masternode privkey // Are you sure you did not put on your masternode.conf your wallet private keys? If you aren't, I suggest you to compare the ones you see on masternode.conf with the ones you get from the command dumpprivkey <address of the collateral> after having unlocked the wallet.
|
|
|
|
Gi01
|
 |
March 26, 2016, 06:53:42 PM |
|
Thanks to both of you I have the mastenode.conf and it's actually ID Privkey collateral index (usually 0 or 1) The one i should put in dash whale is the privkey, right? they all begin with X. When i insert one i get "wrong format" Stressing  That's a weird format, how are you ever starting a node if there's no IP? Anyway, log into your VPS(s). Assuming it's a linux OS, launch this: cd .dash nano dash.conf you should be able too see the masternode privkey // Are you sure you did not put on your masternode.conf your wallet private keys? If you aren't, I suggest you to compare the ones you see on masternode.conf with the ones you get from the command dumpprivkey <address of the collateral> after having unlocked the wallet. Sry ofc there is the IP The masternode.conf is actually able to start with which keys?
|
|
|
|
xxxgoodgirls
Legendary
Offline
Activity: 1092
Merit: 1001
|
 |
March 26, 2016, 07:01:06 PM |
|
Thanks to both of you I have the mastenode.conf and it's actually ID Privkey collateral index (usually 0 or 1) The one i should put in dash whale is the privkey, right? they all begin with X. When i insert one i get "wrong format" Stressing  That's a weird format, how are you ever starting a node if there's no IP? Anyway, log into your VPS(s). Assuming it's a linux OS, launch this: cd .dash nano dash.conf you should be able too see the masternode privkey // Are you sure you did not put on your masternode.conf your wallet private keys? If you aren't, I suggest you to compare the ones you see on masternode.conf with the ones you get from the command dumpprivkey <address of the collateral> after having unlocked the wallet. Sry ofc there is the IP The masternode.conf is actually able to start with which keys? I believe you can start a node with both the wallet priv key or the masternode priv key, not sure about this tho. https://github.com/UdjinM6/dash/blob/master/doc/guide-startmany.mdPlease note, the masternode priviate key is not the same as a wallet private key. Never put your wallet private key in the masternode.conf file. That is equivalent to putting your 1,000 DASH on the remote server and defeats the purpose of a hot/cold setup.
|
|
|
|
Macno
Legendary
Offline
Activity: 984
Merit: 1000
|
 |
March 26, 2016, 07:15:57 PM |
|
So now that the lending market is back to having liquidity, does that mean that most people have all closed out their short positions? Isn't that a good indicator that we are near what the market expects to be the new floor, or am I reading too much into this?
Or people have closed their long positions...you can margin buy too. But you have to borrow Bitcoin to go leveraged long DASH/BTC, not DASH. To my understanding, this HAS to be shorts closing their positions. Which is really interesting, because it would look like we had had big amounts of shorts during one rather impressive bull run. Again, I accidentally took a look at the DASH lending market at polo for the first time during the fight for 0.016 and my first thought was that I was almost the first to enter it on the supply side, as it was empty and people were paying insane interest rates and borrowing pretty large sums of DASH.
|
|
|
|
Gi01
|
 |
March 26, 2016, 07:16:47 PM |
|
I finally got it  ty
|
|
|
|
spatula
|
 |
March 26, 2016, 08:13:12 PM |
|
So now that the lending market is back to having liquidity, does that mean that most people have all closed out their short positions? Isn't that a good indicator that we are near what the market expects to be the new floor, or am I reading too much into this?
Or people have closed their long positions...you can margin buy too. But you have to borrow Bitcoin to go leveraged long DASH/BTC, not DASH. To my understanding, this HAS to be shorts closing their positions. Which is really interesting, because it would look like we had had big amounts of shorts during one rather impressive bull run. Again, I accidentally took a look at the DASH lending market at polo for the first time during the fight for 0.016 and my first thought was that I was almost the first to enter it on the supply side, as it was empty and people were paying insane interest rates and borrowing pretty large sums of DASH. Yea that's my understanding as well. There are a LOT of anti-dash people on polo so probably those people who can't fathom dash price increasing are the ones taking short positions as soon as price moves up some. Sucks for them, good for us 
|
|
|
|
|
fuzzyduck
Member

Offline
Activity: 78
Merit: 10
|
 |
March 26, 2016, 10:33:33 PM |
|
Is anyone running the MN from a raspberry pi? Won't it get eventually overharmed for being turned on 24/7?
I run Masternode Pi's :-D 24/7 for a few months now They are built to run 24/7 - hince, no power button :-D It's not even warm to the touch I have it in a 'case' I'm not actually touching the board of course Cool, I'm definitely get one of these, thank you! You are using a model 2 B. aren't you? I wonder if model 3 will eventually suffer of a overheating issue. http://www.zdnet.com/article/no-your-raspberry-pi-3-wont-overheat-in-everyday-use-says-its-creator/My Pi 2B is running 24/7 for we'll over a year now. SD card still going strong without corruption. I do make an full image of it after a running update. If it corrupts I buy a new one and reflashed the image to that.
|
|
|
|
|
TanteStefana2
Legendary
Offline
Activity: 1260
Merit: 1001
|
 |
March 27, 2016, 12:27:27 AM |
|
Meanwhile... I am messing up with Dashwhale  I can't get to cast a vote I am using the privkey, but it says it's in the wrong format, and i dumped that from wallet. So any help to understand where to get the eventually correct one it's great I was almost good at setting the master nodes with the addresses  I don't know how you run your masternode, but what I do is vote from the command line of the wallet. I unlock the wallet for a little while and just use the mnbudget vote command. Somehow that works for me and vote-many does not. If you really did input your wallet address's private key anywhere, please send the funds to a new address! That is really dangerous!
|
Another proud lifetime Dash Foundation member  My TanteStefana account was hacked, Beware trading "You'll never reach your destination if you stop to throw stones at every dog that barks."Sir Winston Churchill BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
|
|
|
TanteStefana2
Legendary
Offline
Activity: 1260
Merit: 1001
|
 |
March 27, 2016, 12:28:32 AM |
|
Meanwhile... I am messing up with Dashwhale  I can't get to cast a vote I am using the privkey, but it says it's in the wrong format, and i dumped that from wallet. So any help to understand where to get the eventually correct one it's great I was almost good at setting the master nodes with the addresses  I don't know how you run your masternode, but what I do is vote from the command line of the wallet. I unlock the wallet for a little while and just use the mnbudget vote command. Somehow that works for me and vote-many does not. you don't have to unlock your wallet to vote! Additionally, you can use an empty wallet.dat so you don`t expose the coins on the net. I always just use the wallet I have running on my vps, online using putty.
|
Another proud lifetime Dash Foundation member  My TanteStefana account was hacked, Beware trading "You'll never reach your destination if you stop to throw stones at every dog that barks."Sir Winston Churchill BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
 |
March 27, 2016, 12:29:12 AM |
|
|
|
|
|
TanteStefana2
Legendary
Offline
Activity: 1260
Merit: 1001
|
 |
March 27, 2016, 12:37:35 AM |
|
Thanks to both of you I have the mastenode.conf and it's actually ID Privkey collateral index (usually 0 or 1) The one i should put in dash whale is the privkey, right? they all begin with X. When i insert one i get "wrong format" Stressing  Mine start with a 7 Actually, mine go to 11(sorry!) Ok, behind again 
|
Another proud lifetime Dash Foundation member  My TanteStefana account was hacked, Beware trading "You'll never reach your destination if you stop to throw stones at every dog that barks."Sir Winston Churchill BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
|
|
|
|
|