Author

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

legendary
Activity: 1092
Merit: 1001
Crypto's so crazy, aiming to 0.018
legendary
Activity: 2548
Merit: 1245
This could be a crypto anthem.

2nd verse:

Well I woke up to see them, these two mighty steeds
With their mouths grinning wildly expressing my needs

As they stood there above me, being flanked on each side
I felt no need to fear them, no reason to hide

So I reached up to touch but they faded too soon
Yet their mouths still remained and stacked up towards the moon

How that ladder of mouth waved so soft in the night
And I looked up in awe at that beautiful sight

And I dreamt about climbing into the night sky
But I knew had I touched them they'd mouth back 'bye bye'
So I got up and walked down the path in the dark
And there deep in the distance my eye caught a spark

Of a crab twice my size with incredible strength
Oh it greeted me kindly and then we all drank

And we drooled out together right onto the ground
And the ocean grew up quickly right up all around

And the earth looked at me and said "wasn't that fun?"
And I replied "I'm sorry if I hurt anyone"

And without even thinking cast me into space
But before she did that she wiped off my own face

She said better luck next time don't worry so much
Without ears I couldn't hear I could just feel the touch

As I feel asleep softly at the edge of a cave
But I should have gone deeper but I'm not so brave

https://www.youtube.com/watch?v=Mo5NXGOj3Ck

Lyrics http://lyrics.wikia.com/Dan_Deacon:When_I_Was_Done_Dying

Crypto, Better than a bank Cheesy

nice post .. found this videoclip in the comments : https://vimeo.com/123219861
full member
Activity: 196
Merit: 100
Well I woke up to see them, these two mighty steeds
With their mouths grinning wildly expressing my needs

As they stood there above me, being flanked on each side
I felt no need to fear them, no reason to hide

So I reached up to touch but they faded too soon
Yet their mouths still remained and stacked up towards the moon

How that ladder of mouth waved so soft in the night
And I looked up in awe at that beautiful sight

And I dreamt about climbing into the night sky
But I knew had I touched them they'd mouth back 'bye bye'
So I got up and walked down the path in the dark
And there deep in the distance my eye caught a spark

Of a crab twice my size with incredible strength
Oh it greeted me kindly and then we all drank

And we drooled out together right onto the ground
And the ocean grew up quickly right up all around

And the earth looked at me and said "wasn't that fun?"
And I replied "I'm sorry if I hurt anyone"

And without even thinking cast me into space
But before she did that she wiped off my own face

She said better luck next time don't worry so much
Without ears I couldn't hear I could just feel the touch

As I feel asleep softly at the edge of a cave
But I should have gone deeper but I'm not so brave

https://www.youtube.com/watch?v=Mo5NXGOj3Ck

Lyrics http://lyrics.wikia.com/Dan_Deacon:When_I_Was_Done_Dying

Crypto, Better than a bank Cheesy

Very cool (if not a little overly 'trippy')! Thanks for posting though, enjoyed reading it and hearing the song. That's one of the amazing things about being involved with a community like this; people expose you to all sorts of left-of-field ideas and concepts that you may not have ever come across before and probably wouldn't if it weren't for being here. This was certainly the case with this one for me.

I was exposed to the 8 veils last week https://www.youtube.com/watch?v=QXmz7Z5v0DQ
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
@eduffield can you change the OP version of wallet please? We still have the darkcoin version there....

btw. 350 shares to sell to start another MN - > check my sig for more info.
legendary
Activity: 1988
Merit: 1000
Dat price chart makes me think Evan is the one



LOL   Cheesy Cheesy *shitter deflection on*

Love you guys
hero member
Activity: 896
Merit: 1000


Get'em while you can

there is still chance to get in that train, DASH has much impressive buy walls and will go above to 0.02 again.
legendary
Activity: 1456
Merit: 1000
Dat price chart makes me think Evan is the one

hero member
Activity: 826
Merit: 502
So just to clarify for my own peace of mind, I'm going to update my local wallet from 0.11.2.16 to 0.11.2.17.

What are the best steps to take to bring both my local wallet and my masternode up to current (.17).  Just a quick numbered list of those steps. I don't need detailed tutorial.

Thanks in advance.

To get it on linux faster with wget (I make the dash stop after the dowload to have the daemon down the less time possible, here no need the chmod as it come with the x directly Wink Edit: you have to be in the directory where your deamon binary is:

Here what I use :
wget https://www.dashpay.io/binaries/dash-0.11.2.17-linux.tar.gz --no-check-certificate
tar zxvf  dash-0.11.2.17-linux.tar.gz
cp dash-0.11.2.17-linux/bin/64/dashd dashd2
./dashd stop
sleep 10
rm dashd
rm .dash/peers.dat
mv dashd2 dashd
sleep 2
./dashd
sleep 25
./dashd getinfo

And the same thing with only 6 lines.  Also removes the old version. :-)

wget https://www.dashpay.io/binaries/dash-0.11.2.17-linux.tar.gz -O - | tar -xz
./dashd stop
sleep 3
rm dashd .dash/peers.dat -r dash-0.11.2.16-linux/
cp dash-0.11.2.17-linux/bin/64/dashd ~/
./dashd
legendary
Activity: 1456
Merit: 1000
full member
Activity: 196
Merit: 100
hero member
Activity: 518
Merit: 500
6h MACD about to go green it appears, could be the start of a major run again here.. Not been green since around March 25th..

PS has someone melted Icebreaker? Or has he got stuck somewhere?
legendary
Activity: 1288
Merit: 1000
So just to clarify for my own peace of mind, I'm going to update my local wallet from 0.11.2.16 to 0.11.2.17.

I've downloaded the new wallet.

What are the best steps to take to bring both my local wallet and my masternode up to current (.17).  Just a quick numbered list of those steps. I don't need detailed tutorial.

Thanks in advance.

looks like this is just a version change, no protocol change :

Steps for local wallet on windows :

delete peers.dat
replace dash-qt.exe with updated dash-qt.exe
download and extract Linux 64bit dashd file to desktop or specific folder for use with WINSCP

Steps for masternode in Linux with help of WINSCP :

Update without protocol change

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP  
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP  
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change & command-option reindex

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP  
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd --reindex
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP

YES!!! Exactly what I was hoping for. Thank you very much qwizzie. \o/


no problem, i edited my previous post a bit but i guess i did it too late. I updated yr quotation to reflect the change.
I always extract the Linux 64bit file through Winrar and use WINSCP to transfer it to the server.



To get it on linux faster with wget (I make the dash stop after the dowload to have the daemon down the less time possible, here no need the chmod as it come with the x directly Wink Edit: you have to be in the directory where your deamon binary is:

Here what I use to update linux part:

wget https://www.dashpay.io/binaries/dash-0.11.2.17-linux.tar.gz --no-check-certificate
tar zxvf  dash-0.11.2.17-linux.tar.gz
cp dash-0.11.2.17-linux/bin/64/dashd dashd2
./dashd stop
sleep 10
rm dashd
rm .dash/peers.dat
mv dashd2 dashd
sleep 2
./dashd
sleep 25
./dashd getinfo
legendary
Activity: 2548
Merit: 1245

no problem, i edited my previous post a bit but i guess i did it too late. I updated yr quotation to reflect the change
I always extract the Linux file through Winrar and use WINSCP to transfer it to the server.


Although it is really comfortable to just set up an update script which wgets the archive and extracts it for you, I would rather just download it by myself and check the if both the hash and the pgp keys match.


to be honest for me its more an old windows habit, i'm rather used to winrar and the uploading goes fast in my case.
legendary
Activity: 1092
Merit: 1001

no problem, i edited my previous post a bit but i guess i did it too late. I updated yr quotation to reflect the change
I always extract the Linux file through Winrar and use WINSCP to transfer it to the server.


Although it is really comfortable to just set up an update script which wgets the archive and extracts it for you, I would rather just download it by myself and check the if both the hash and the pgp keys match.
legendary
Activity: 2548
Merit: 1245
So just to clarify for my own peace of mind, I'm going to update my local wallet from 0.11.2.16 to 0.11.2.17.

I've downloaded the new wallet.

What are the best steps to take to bring both my local wallet and my masternode up to current (.17).  Just a quick numbered list of those steps. I don't need detailed tutorial.

Thanks in advance.

looks like this is just a version change, no protocol change :

Steps for local wallet on windows :

delete peers.dat
replace dash-qt.exe with updated dash-qt.exe
download and extract Linux 64bit dashd file to desktop or specific folder for use with WINSCP

Steps for masternode in Linux with help of WINSCP :

Update without protocol change

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP  
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP  
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change & command-option reindex

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP  
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd --reindex
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP

YES!!! Exactly what I was hoping for. Thank you very much qwizzie. \o/


no problem, i edited my previous post a bit but i guess i did it too late. I updated yr quotation to reflect the change.
I always extract the Linux 64bit file through Winrar and use WINSCP to transfer it to the server.





legendary
Activity: 1092
Merit: 1001
can someone give some quick explanation on how to use the donation option from your mn payments?

or is this not yet implemented?

greetz

You need to setup masternode.conf accordingly https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md and issue "masternode start-many"

Note: it will NOT SPLIT you MN reward in such proportions, it will REDIRECT your FULL MN payment to donation address in % times on average.
So 10% means 1 of 10 of your MN payments on average will go to donation address you set in that config instead of being payed to MN address.

Awesome, I am going to donate a 5% of my incomes.
newbie
Activity: 49
Merit: 0
So just to clarify for my own peace of mind, I'm going to update my local wallet from 0.11.2.16 to 0.11.2.17.

I've downloaded the new wallet.

What are the best steps to take to bring both my local wallet and my masternode up to current (.17).  Just a quick numbered list of those steps. I don't need detailed tutorial.

Thanks in advance.

looks like this is just a version change, no protocol change :

Steps for local wallet on windows :

delete peers.dat
replace dash-qt.exe with updated dash-qt.exe
download and extract Linux 64bit dashd file to desktop or specific folder for use with WINSCP

Steps for masternode in Linux with help of WINSCP :

Update without protocol change

./dashd stop
rm ./dashd (or just dump new extracted dashd over older dashd with help of WINSCP)
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change

./dashd stop
rm ./dashd (or just dump new extracted dashd over older dashd with help of WINSCP)
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change & command-option reindex

./dashd stop
rm ./dashd (or just dump new extracted dashd over older dashd with help of WINSCP)
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd --reindex
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP

YES!!! Exactly what I was hoping for. Thank you very much qwizzie. \o/
legendary
Activity: 1442
Merit: 1018
hero member
Activity: 685
Merit: 500
legendary
Activity: 2548
Merit: 1245
So just to clarify for my own peace of mind, I'm going to update my local wallet from 0.11.2.16 to 0.11.2.17.

I've downloaded the new wallet.

What are the best steps to take to bring both my local wallet and my masternode up to current (.17).  Just a quick numbered list of those steps. I don't need detailed tutorial.

Thanks in advance.

looks like this is just a version change, no protocol change :

Steps for local wallet on windows :

delete peers.dat
replace dash-qt.exe with updated dash-qt.exe
download and extract Linux 64bit dashd file to desktop or specific folder for use with WINSCP

Steps for masternode in Linux with help of WINSCP :

Update without protocol change

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP

Update with protocol change & command-option reindex

./dashd stop
rm ./dashd and just dump new extracted dashd in there with help of WINSCP
chmod +x ./dashd
rm ~/.dash/peers.dat
./dashd --reindex
start MN from cold wallet
./dashd getinfo
./dashd masternode list | grep $IP
Jump to: