Author

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

hero member
Activity: 655
Merit: 500

Bitcoin off again.

The spreads are getting ridiculous  Shocked

BTCe 319, Finex 330, Huobi nearly 360 ! This is starting to feel like December 2013 where you wake up every morning to a $30 gain.

New potential capital flows into the alts from diversification. Even more upside.

At that time was so nice wake up! Cheesy
legendary
Activity: 3066
Merit: 1188

Bitcoin off again.

The spreads are getting ridiculous  Shocked

BTCe 319, Finex 330, Huobi nearly 360 ! This is starting to feel like December 2013 where you wake up every morning to a $30 gain.

New potential capital flows into the alts from diversification. Even more upside.
hero member
Activity: 655
Merit: 500
hero member
Activity: 826
Merit: 502
This could be a good opportunity to get Dash into the other 99.99% (non-crypto) world.  It is Feb 2016 and looks like a lot of the bitcoin guys are going, even though the focus is anarchy.  I have no relation to this, just saw this on a podcast and it looked interesting.

http://anarchapulco.com/
full member
Activity: 212
Merit: 100
Activity: -42
Now, it's important to understand why this "spork" nonsense is so fundamentally broken. I've seen arguments centred around the "many-eyes" principle of FOSS, and some based on deterministic builds (which is an idiotic argument, and completely misses the point, so I won't be addressing it).

This is wrong.

Maybe Dash's code is a bit too complicated for YOU to understand, but I know at least a dozen or so people who would be VERY alarmed if Evan ever adds code they don't fully understand.
But judging from your posting history you're not interested in arguments against your agenda anyway, so I'll leave it at that.

BTW, you should also post this over at the main Bitcoin thread, Bitcoin uses the "many-eyes" principle and deterministic builds as well. Someone should warn the investors.
legendary
Activity: 1456
Merit: 1000
What does dash have doged doesn't?

masternode, instant tx, voting sys

masternode -- incentivized nodes -- participants compensated to support the network
instant tx -- quorum ( https://en.wikipedia.org/wiki/Quorum_(distributed_computing) ) based transaction locking - nearly instant double-spend prevention
voting -- collateral backed voting by participants with an incentive to do the right thing for the network

additionally:

DarkSend -- decentralized, trustless mixing through deterministicly chosen (random) masternodes
Distributed governance -- protocol-level budgeting system -- funds dash projects directly from the blockchain
Evan Duffield -- a prolific, imaginative developer that continues to deliver innovative solutions to current cryptocurrency problems

and troll resistant awesome community...  Tongue
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
What does dash have doged doesn't?

masternode, instant tx, voting sys

masternode -- incentivized nodes -- participants compensated to support the network
instant tx -- quorum ( https://en.wikipedia.org/wiki/Quorum_(distributed_computing) ) based transaction locking - nearly instant double-spend prevention
voting -- collateral backed voting by participants with an incentive to do the right thing for the network

additionally:

DarkSend -- decentralized, trustless mixing through deterministicly chosen (random) masternodes
Distributed governance -- protocol-level budgeting system -- funds dash projects directly from the blockchain
Evan Duffield -- a prolific, imaginative developer that continues to deliver innovative solutions to current cryptocurrency problems
legendary
Activity: 1456
Merit: 1000
What does dash have doged doesn't?

masternode, instant tx, voting sys
full member
Activity: 154
Merit: 100
What does dash have doged doesn't?
legendary
Activity: 1456
Merit: 1000
sigh …  .00757 … where does it end ?

it keep rising...  Huh

why price rising this fast ?  i havent complete my purchase. 
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
OK, I saved the info so I won't lose it.  I'm still trying to upgrade to windows 10, LOL.  Having issues, hopefully this'll be the last attempt.  Brain to frustrated to try something new no matter how easy Tongue  Thanks Moocowmoo Cheesy

eww. If you're going to update, at least be informed about the horrible privacy it gives you with default settings:

https://www.google.com/search?q=windows+10+privacy

--

And, you're welcome!
legendary
Activity: 1260
Merit: 1001
Can you have dashd in usr/local/bin and still use Dashman?

no, but as a temporary workaround for 'vote' and 'status' commands you can just symlink them into ~/.dash with the following command:

Code:
ln -s /usr/local/bin/{dashd,dash-cli,dash-qt} ~/.dash

Although, unless you're on a multi-user system, there's no reason they have to live there.

Until I update dashman to deal with system installs (a small can of worms), you can just move your binaries into your dash folder and update your path with the following command:
(you'll have to remove the symlinks from the previous command first if you did that: 'rm ~/.dash/{dashd,dash-cli,dash-qt}')
Code:
sudo mv /usr/local/bin/{dashd,dash-cli,dash-qt} ~/.dash; echo 'export PATH=~/.dash:$PATH' >> ~/.bashrc
(then logout and log back in. now you can run 'dash-cli' from anywhere)


And does Dashman set up cronjobs to restart dashd if it should stop or crash?

no. But version 0.2 is going to do much, much more than that in a month or so... Wink

I'm starting to get interested, LOL.

Try it out, I think you'll like it.
It's self-updating (prompts you) from my github, so updating both dashman and dashd is a breeze.

(you can automatically sync to github and run a command in one shot by doing: 'dashman sync [command]')

(as you can see, I'm constantly pushing bugfixes people let me know about: https://github.com/moocowmoo/dashman/commits/master )



OK, I saved the info so I won't lose it.  I'm still trying to upgrade to windows 10, LOL.  Having issues, hopefully this'll be the last attempt.  Brain to frustrated to try something new no matter how easy Tongue  Thanks Moocowmoo Cheesy
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
Can you have dashd in usr/local/bin and still use Dashman?

no, but as a temporary workaround for 'vote' and 'status' commands you can just symlink them into ~/.dash with the following command:

Code:
ln -s /usr/local/bin/{dashd,dash-cli,dash-qt} ~/.dash

Although, unless you're on a multi-user system, there's no reason they have to live there.

Until I update dashman to deal with system installs (a small can of worms), you can just move your binaries into your dash folder and update your path with the following command:
(you'll have to remove the symlinks from the previous command first if you did that: 'rm ~/.dash/{dashd,dash-cli,dash-qt}')
Code:
sudo mv /usr/local/bin/{dashd,dash-cli,dash-qt} ~/.dash; echo 'export PATH=~/.dash:$PATH' >> ~/.bashrc
(then logout and log back in. now you can run 'dash-cli' from anywhere)


And does Dashman set up cronjobs to restart dashd if it should stop or crash?

no. But version 0.2 is going to do much, much more than that in a month or so... Wink

I'm starting to get interested, LOL.

Try it out, I think you'll like it.
It's self-updating (prompts you) from my github, so updating both dashman and dashd is a breeze.

(you can automatically sync to github and run a command in one shot by doing: 'dashman sync [command]')

(as you can see, I'm constantly pushing bugfixes people let me know about: https://github.com/moocowmoo/dashman/commits/master )

legendary
Activity: 1260
Merit: 1001
You should add a link to your repository? 

post updated Smiley

Can you have dashd in usr/local/bin and still use Dashman?  And does Dashman set up cronjobs to restart dashd if it should stop or crash?  I'm starting to get interested, LOL.
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
legendary
Activity: 1260
Merit: 1001
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
dashvote version 0.0.3 released

  • added current yes/no vote counts
  • added voter turnout percentage
  • added proposal passing/failing colorizing
  • added previous vote detection/display
  • added vim navigation binding (hjkl)
  • added loading screen

do 'dashman sync vote' to pull in this update and cast your votes!

or, if you don't have dashman yet: (what have you been waiting for?!)

Code:
sudo apt-get install git curl netcat6
git clone https://github.com/moocowmoo/dashman.git
dashman/dashman vote



Contact me via email or pm if you have any questions!  [email protected]


legendary
Activity: 1260
Merit: 1001
My conclusion about all this:

Q:Two persons from DASH meet together, what did they talk about? ....
A:DASH.

Q:Two persons from Monero meet together, what did they talk about? ....
A:DASH!

I think we are good...


One of the two DASH people chatting has his concentration broken for a moment by something tickling his ankle. He looks down then slowly up again to see the two Monero people standing a stones throw away peering over to see if their latest attack weapon "FluffyPuppy" is having an impact.....




Looks like "FluffyPuppy" is trying desperately to tell the Dash people that he wants them to take him home and free him from the morono people!
legendary
Activity: 1260
Merit: 1001
Don't start telling people about your idea (and try to get them to buy/pump your coin) before even releasing a paper.

FUD attack vectors:

If dev speaks of the plans => he is a pumper
If dev doesn't speak of the plans => he is profiting from inside knowledge when there will be the eventual release, that only he knows about, leaving investors in the dark so he can acquire himself and the whales and then dump on the late-arrivals of investors, etc etc.

Likewise

If dev discloses market moves about his coins => he is a pumper/dumper based on what he discloses
If dev doesn't disclose market moves about his coins => he is a pumper/dumper based on inside knowledge

If coin name = darkcoin => "haha what a ridiculous name, who will adopt a coin like DARKcoin"
If coin name = changed from darkcoin=> "it was rebranded to wash the scam"

If code comes first, papers later => "where is the paper? This can't be serious without a paper"
If paper comes first, code later => "a fuckin paper? this is a pump based on vaporware"

No matter what is done, the trolls will always find something problematic Cheesy




Truer words have never been uttered!
Jump to: