Author

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

hero member
Activity: 588
Merit: 500


OH BOY, thats exactly what their doing  Roll Eyes!  trolleros never stop
hero member
Activity: 615
Merit: 501
...
It's still an issue because the filename and the directory are not in sync.  How do we update the script for it?  Or Evan, can you update the folder structure?
On dashpay.io the link is without 'v'
full member
Activity: 172
Merit: 100
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?

do you know why https://beta.bittrex.com/Market/Index?MarketName=BTC-DASH is not working?


I think because https://beta.bittrex.com/...

something like testnet for complete test before release

very convenient to hide distribution of that orchestrated pump
hero member
Activity: 588
Merit: 500
the price keep down what hapening??? dumping again and again... any news or what??

all cryptos are in a sea of red today!  other then a couple of big pump n dumps....its all down today.  its spring and they need to buy a boat for summer! Wink
full member
Activity: 151
Merit: 100
the price keep down what hapening??? dumping again and again... any news or what??
legendary
Activity: 1068
Merit: 1020
************ Please Update To 11.2.22! ****************

A bad name for the directory dash-v0.11.2.22-linux in tar.gz. In previous versions it was without the char 'v'.
It's a problem for the automatic update.

Use this script. You can make shorter one if you want

Code:
#!/bin/sh
echo "###### Updating the Masternode ######"
sleep 5
VERSION=64
URL=$1
FILE=${URL##*/}
DIR=${FILE%.tar.gz}
IP=$(hostname -I)
wget $URL
tar xzvf $FILE
echo "###### Stopping the Masternode ######"
./dashd stop
sleep 8
rm dashd
cp $DIR/bin/$VERSION/dashd .
chmod 755 dashd
rm $FILE
rm -rf $DIR
rm .dash/peers.dat
rm .dash/debug.log
rm .dash/mncache.dat
echo "###### Restarting Masternode ######"
sleep 3
./dashd
sleep 18
echo "###### DONE ######"
sleep 1
./dashd getinfo
sleep 3
echo "###### Masternode status ######"
./dashd masternode list | grep -E '(IP|IP|IP|IP)'

and then ./update.sh [link to linux.tar.gz]



It's still an issue because the filename and the directory are not in sync.  How do we update the script for it?  Or Evan, can you update the folder structure?
legendary
Activity: 1456
Merit: 1000
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?

The altcoin fever is coming back Wink

Wow... Looking at crave and I am now convinced most altcoin crypto traders are in their boxer shorts, living in their parents basement! YIKES!  LOL.  So much maturing to go yet in this ecosystem.  I tend to agree with a poster a few pages back....all of these alt/shit coin pump and dump stupidity really hurts us getting traction in the real world.  it freaks everyday people out.   Oh well...I should put this on hibernate and check back in a year.  Wink

That's what Bitcoin hardliners say about all alts. Following that approach means DASH should shut up shop (you get the idea).

Actually, I think the utility of crypto is about to explode. We still have another year or two, but the utility coming out of crypto for all sorts of things is taking shape because there is so much competition in crypto.  
member
Activity: 100
Merit: 10
hero member
Activity: 588
Merit: 500
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?

The altcoin fever is coming back Wink

Wow... Looking at crave and I am now convinced most altcoin crypto traders are in their boxer shorts, living in their parents basement! YIKES!  LOL.  So much maturing to go yet in this ecosystem.  I tend to agree with a poster a few pages back....all of these alt/shit coin pump and dump stupidity really hurts us getting traction in the real world.  it freaks everyday people out.   Oh well...I should put this on hibernate and check back in a year.  Wink
sr. member
Activity: 348
Merit: 250
Play Poker Games at Bitoker.com
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?

do you know why https://beta.bittrex.com/Market/Index?MarketName=BTC-DASH is not working?


I think because https://beta.bittrex.com/...

something like testnet for complete test before release
legendary
Activity: 1288
Merit: 1000
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?
Pourquoi tu penses ça?

Quite a few recent pumps going on there and some of the coins haven't made it to Cryptsy yet.

Oooh ok,

I thought you were speaking about interface, speed of making the buy/sell orders, etc...
legendary
Activity: 1456
Merit: 1000
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?
Pourquoi tu penses ça?

Quite a few recent pumps going on there and some of the coins haven't made it to Cryptsy yet.
hero member
Activity: 938
Merit: 1000
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?

The altcoin fever is coming back Wink
hero member
Activity: 588
Merit: 500
Is this a protocol bump?

Yes.

I still don't get if i need to restart node in order to update Smiley

Yes.

That's why I was asking. In order to restart node I have to go offline, therefore I lose my uptime, therefore i am not getting Dashes from my MN (unless ofc i can wait these few more days)

Evan answered a few posts back saying you do not lose your place in the queue if you go offline and update.  Can someone confirm this again....
legendary
Activity: 1316
Merit: 1014
ex uno plures
full member
Activity: 172
Merit: 100
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?

do you know why https://beta.bittrex.com/Market/Index?MarketName=BTC-DASH is not working?
legendary
Activity: 1288
Merit: 1000
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?
Pourquoi tu penses ça?
legendary
Activity: 1456
Merit: 1000
I'm starting to get the impression that Bittrex is becoming the new Mintpal in its simmering glory days, n'est-ce pas?
hero member
Activity: 615
Merit: 501
************ Please Update To 11.2.22! ****************

A bad name for the directory dash-v0.11.2.22-linux in tar.gz. In previous versions it was without the char 'v'.
It's a problem for the automatic update.

Use this script. You can make shorter one if you want

Code:
#!/bin/sh
echo "###### Updating the Masternode ######"
sleep 5
VERSION=64
URL=$1
FILE=${URL##*/}
DIR=${FILE%.tar.gz}
IP=$(hostname -I)
wget $URL
tar xzvf $FILE
echo "###### Stopping the Masternode ######"
./dashd stop
sleep 8
rm dashd
cp $DIR/bin/$VERSION/dashd .
chmod 755 dashd
rm $FILE
rm -rf $DIR
rm .dash/peers.dat
rm .dash/debug.log
rm .dash/mncache.dat
echo "###### Restarting Masternode ######"
sleep 3
./dashd
sleep 18
echo "###### DONE ######"
sleep 1
./dashd getinfo
sleep 3
echo "###### Masternode status ######"
./dashd masternode list | grep -E '(IP|IP|IP|IP)'

and then ./update.sh [link to linux.tar.gz]

sr. member
Activity: 346
Merit: 250
Jump to: