Author

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

full member
Activity: 197
Merit: 101
Updates from the 'core' - Pump & Dump baby

03-30 [16:22:20] m8, i make pump tonight
03-30 [16:22:35] sweet! what time?
03-30 [16:22:36] are you with me
03-30 [16:22:41] 1h
03-30 [16:22:44] yeah let's do this!
03-30 [16:22:55] but we need btc
03-30 [16:23:01] i'm short atm
03-30 [16:23:09] i have xmr ,dash
03-30 [16:23:12] where do we get it?
03-30 [16:23:18] bittrex
03-30 [16:23:31] i setup bot
03-30 [16:23:36] and sell orders
03-30 [16:24:03] then what?
03-30 [16:24:09] do you have any btc for invest
03-30 [16:24:20] i mean , 25-30% profit
03-30 [16:24:27] we can share 50-50
03-30 [16:24:32] that sounds nice

  Shocked

Ancient chat log?  Roll Eyes
legendary
Activity: 3066
Merit: 1188

Updates from the 'core' - Pump & Dump baby

Hey - have a heart.

A hard working dev needs his fun and how better to relax than a bit of recreational market manipulation  Wink
legendary
Activity: 3066
Merit: 1188

Whats with ETH frenzy?

Microsoft is sponsoring one of their conferences.
hero member
Activity: 617
Merit: 509
Crypto Card - https://platinum.crypto.com/r/28cz7d
Nice buy wall on poloniex!
Whats with ETH frenzy?
Happy DASH is picking up! Hope we can gain some more value!
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
Jump to: