Author

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

hero member
Activity: 2268
Merit: 507
Can anybody guide me on how to install the Electrum-Dash on linux, mint/kali/ubuntu everytime i try i get this

Code:
Installing Electrum-DASH-2.4.1rc2

Electrum-DASH for Linux supports x86_64 machines only
You're recommended to use a source installation:
git clone https://github.com/mazaclub/electrum-dash
cd electrum-dash
git checkout 2.4.1rc2
pyrcc4 icons.prc -o gui/qt/icons_qrc.py
sudo apt-get install python-qt4 pip
sudo pip install --upgrade -r requirements.txt
sudo python setup.py install

BTW am running my linux distros from live-usb.
legendary
Activity: 1204
Merit: 1010

It's so well said - I can't resist of quoting it:

Pinkfish:
Quote
I'm back to investing in DASH. They have more a more inovated team than any other coin. New coins are distributed like this: 10% for core team to develop, 45% to masternodes which are people holding DASH and not spending it, and 45% to the miners.

That is brilliant and if Bitcoin did that the coin would be way way stronger than it is now. Miners have way too much power in Bitcoin. All new changes are made by Masternodes voting in Dash. That again is brilliant so all changes are made by the people actually invested in the coin.

The more I look at DASH the more I love it.
legendary
Activity: 1538
Merit: 1210
It's very encouraging to see the ongoing development of Dash.  The coin's early history was written about in the book called "Cryptocurrency "The Alt-ernative" A Beginner's Reference" last year.  A new book is being planned soon to be released in 2016.

hero member
Activity: 826
Merit: 502
Get notified on new budget proposals!

We implemented a new feature to allow immediate notification (email, mobile phone or slack) in case a new budget proposal pops up.

You need a Dashwhale.org account to use this feature. You don't have to enter any masternode data to use it. Just enable the proposal notifications at the section "My Account" => "Notifications" => "Edit notification".

https://www.dashwhale.org

Great work.  Thanks!

I would suggest the notify budget proposal is checked as a default when creating notifications.
newbie
Activity: 39
Merit: 0
Get notified on new budget proposals!

We implemented a new feature to allow immediate notification (email, mobile phone or slack) in case a new budget proposal pops up.

You need a Dashwhale.org account to use this feature. You don't have to enter any masternode data to use it. Just enable the proposal notifications at the section "My Account" => "Notifications" => "Edit notification".

https://www.dashwhale.org
legendary
Activity: 1456
Merit: 1000
It's weird how long it's taking you guys to move over from discussing everything and more on this very thread to something more practical like the forums on the website or the subreddit.

maybe should post more link to Dash forum, or the reddit link
sr. member
Activity: 356
Merit: 250
It's weird how long it's taking you guys to move over from discussing everything and more on this very thread to something more practical like the forums on the website or the subreddit.
hero member
Activity: 826
Merit: 502
Add a script to start every 2 minutes.  Start crontab editor here:  (choose nano if it asks)
Code:
crontab -e
Add this line at the bottom (change home/dash for your install) - make sure you add a return at the end.
Code:
*/2 * * * * /home/dash/dashwhale-updater/dwupdater
control x y enter to save

Might as well add this line as well to cover reboots as well as every X minutes:
Code:
@reboot /home/dash/dashd -shrinkdebugfile

Hmmm.  I have been thinking it would be advantages to restart dashd every 2 days.  They start to use more memory after a day.  Maybe do this.  Is that too much for a crontab?
Code:
* * /2 * * /home/dash/dash-cli -datadir=/home/dash/.dash stop && sleep 30 && /home/dash/dashd -datadir=/home/dash/.dash -shrinkdebugfile
newbie
Activity: 21
Merit: 0
Dash appears to be solving bitcoin's political/funding centralization issues with its decentralized governance by blockchain.
Somewhat crude, but truly revolutionary and amazing.


Now Dash Evolution aside, I really believe the next biggest competition within the cryptocurrency space will be the coin who can perfect its governance model.


Can the dash masternode community collaborate on a more refined "constitution"? Like voting percentages, amendments, etc. ?
Bitcoin got too big and flashed its Achilles heel with regards to its inability to reach a political consensus.
Dash addresses this issue with DGBB but I cant help but wonder that it too can be subject to failing under its own weight if more specific details aren't ironed out early on.
hero member
Activity: 671
Merit: 500
Add a script to start every 2 minutes.  Start crontab editor here:  (choose nano if it asks)
Code:
crontab -e
Add this line at the bottom (change home/dash for your install) - make sure you add a return at the end.
Code:
*/2 * * * * /home/dash/dashwhale-updater/dwupdater
control x y enter to save

Might as well add this line as well to cover reboots as well as every X minutes:
Code:
@reboot /home/dash/dashd -shrinkdebugfile
hero member
Activity: 826
Merit: 502
Could someone possibly prove themselves to be a thoroughly good egg and share that dashd checker/re-starter script please.
I gave up on my own and now just use the Dashwhale V4 script.  It checks if dashd is running, then checks if it is responding.  If it doesn't respond it kills it and starts it again.  Dashwhale logs the error and sends an email on warnings, errors, and restarts.

Register with dashwhale.org, get your api, and add your masternode if you want monitoring,
Download and unzip with this command:
Code:
wget https://www.dashwhale.org/downloads/dashwhale-updater-v4.tgz -O - | tar -xz
Edit with this.  Add api and masternode info.
Code:
nano dashwhale-updater/dashwhale.conf
control x y enter to save

Add a script to start every 2 minutes.  Start crontab editor here:  (choose nano if it asks)
Code:
crontab -e
Add this line at the bottom (change home/dash for your install) - make sure you add a return at the end.
Code:
*/2 * * * * /home/dash/dashwhale-updater/dwupdater
control x y enter to save
full member
Activity: 220
Merit: 100

Had to release a bugfix for dashman. Somebody changed the downloads page from absolute to relative links.

Users will be prompted to update on their next command, but the bug only affects installs and re-installs (downloads of the tarball from dash.org)

changelog:
Code:
0.1.16 -  Tue Dec 29 05:41:43 2015 +0000

    bugfix - support dash.org downloads page shift to relative pathing

thanks to gusterdd for the notify!


dashman install,reinstall  execute well.
thanks   bug fix,   moocowmoo.

member
Activity: 78
Merit: 10
Thanks fuzzy!

NP! Last message copypasted from my mobile. If you need any further explanation plz let me know.
hero member
Activity: 768
Merit: 1000
member
Activity: 78
Merit: 10
#!/bin/bash

if [ -z `pidof dashd` ]; then

echo  "************************************************************************************" >> crash.log
echo "Crashed!" >> crash.log
date >> crash.log
echo -e "\n" >> crash.log
tail -n 50 ./.dash/debug.log >> crash.log
echo -e "\n" >> crash.log
echo  "************************************************************************************" >> crash.log
echo -e "\n" >> crash.log
echo -e "\n" >> crash.log

./dashd

fi
hero member
Activity: 952
Merit: 1000
www.pumpmycoin.com
on exchanges is noticeable the increased interest in Dash, visible growth, which lasts for a week
all the time in the hard work, searching for ideas and places, encouraged creative thinking Dash

Name   Symbol   Market Cap    Price        Available Supply   Volume (24h)   % 1h   %     24h        % 7d

DASH   $              18,396,311   $ 3.02   6,095,833           $ 108,338          0.45 %    10.51 %       20.91 %
hero member
Activity: 768
Merit: 1000
Could someone possibly prove themselves to be a thoroughly good egg and share that dashd checker/re-starter script please.
Jump to: