Author

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

legendary
Activity: 2101
Merit: 1061
You can use this tool to turn off anti-beacon polices in Windows 10 and also works for the 'patch' that was recently deployed to Windows 7 that adds additional  tracking and beacons.

https://www.safer-networking.org/2015/spybot-anti-beacon-privacy-protection-tool/

https://www.safer-networking.org/spybot-anti-beacon/




Didn't know window 7 has been patched to do similar? (although should have guessed) are there ways within windows 7 to switch that off or you have to use 3rd party tool. trouble with that spybot thing is how to know its not malware ?
hero member
Activity: 827
Merit: 1000
Twitter: @bitcoin_dad
1000 DASH for a master node correct?
Yes, and you keep them in your local/cold wallet. Just need to start your MN.

Edit : need a guide?
Pick the one you love more there :

https://dashtalk.org/forums/masternode-guides.66/

Thank you, apprieciate it.
legendary
Activity: 1176
Merit: 1036
Dash Developer
Hey Everyone,

I'm working on Evolution's code currently and have designed a whole new way of documenting projects, which is really neat. To fully take advantage of this documentation, I'd like to sponsor the development of a sublime plugin. It should be really easy to create, I would like to render markup links that are in c++ comments. If you have experience with sublime plugins and want to make some DASH shoot me a PM.

Quote
class CDashDriveEventEngine()
{
   std::map mapActionQueue;

   CDashDriveAction* currentAction;
   bool fAbortLoop;

   bool AddActionToQueue(CDashDriveAction& newAction)
   {
      mapActionQueue.push_back(newAction);

      std::sort(mapActionQueue.begin(), mapActionQueue.end());

      //if we have a new event from before what we're working on
      // we'll need to abort working on that event and start on this one
      // this will [keep us consistent](/dash-docs/components) <-- this would get turned into a link and open the documentation in a new tab in Sublime.
      if(newAction.GetTime() < currentAction.GetTime()){

      }

   }

   //registered to it's own thread
   void MainLoop()
   {

   }
}
newbie
Activity: 67
Merit: 0
Hey everyone,

It's been a long time since I posted. A lot of stuff happening!
I've just posted a new service of mine on the New Services board to promote services/products etc to trends on Twitter. My site is online as of today.

Too many posts to go through here. I'll be lurking and posting occasionally here Smiley. I think I have some catching up reading to do.



hi....well, I'd grab a cup of coffee or 2 and be prepared to practice your speed reading skills.  Thankfully the mod's are trying to keep a handle on the brutal trolling we get here.  There are certainly some good tidbits though...

c ya around!  Rich

Too many posts to read so just looked into the last 10 pages or so..I'll try and keep up to date from now on Smiley .
legendary
Activity: 2548
Merit: 1245

China is buying up Bitcoin so fast that BTCe has run out of Fiat to keep up by the looks of it.

Massive $50 spreads opening up between the exchanges.



i was just discussing this in the altcoin discussion section with Lebubar :

[DASH] Dash Price and Trade Discussion Thread
https://bitcointalksearch.org/topic/dash-dash-price-and-trade-discussion-thread-1233119

Arbitrage seems slow to catch up.
legendary
Activity: 3066
Merit: 1188

China is buying up Bitcoin so fast that BTCe has run out of Fiat to keep up by the looks of it.

Massive $50 spreads opening up between the exchanges.

hero member
Activity: 588
Merit: 500
Hey everyone,

It's been a long time since I posted. A lot of stuff happening!
I've just posted a new service of mine on the New Services board to promote services/products etc to trends on Twitter. My site is online as of today.

Too many posts to go through here. I'll be lurking and posting occasionally here Smiley. I think I have some catching up reading to do.



hi....well, I'd grab a cup of coffee or 2 and be prepared to practice your speed reading skills.  Thankfully the mod's are trying to keep a handle on the brutal trolling we get here.  There are certainly some good tidbits though...

c ya around!  Rich
newbie
Activity: 67
Merit: 0
Hey everyone,

It's been a long time since I posted. A lot of stuff happening!
I've just posted a new service of mine on the New Services board to promote services/products etc to trends on Twitter. My site is online as of today.

Too many posts to go through here. I'll be lurking and posting occasionally here Smiley. I think I have some catching up reading to do.

sr. member
Activity: 436
Merit: 250
Hey guys where the MN incomes of the MN owners who do not vote/never voted flow ?

MN owners get paid whether they vote or not. If not all budget money is used in a month, it will just never be issued.
legendary
Activity: 1092
Merit: 1001
Hey guys where the MN incomes of the MN owners who do not vote/never voted flow ?
sr. member
Activity: 354
Merit: 250
How Dash Increased Its Node Count by 40% in 4 Months
 Grin
https://news.bitcoin.com/how-dash-increased-node-count-by-40-in-4-months/


Nice to see some coverage of Dash on bitcoin.com,  they should correct the blockchain size, other than that it reads well.
Yes I saw this too, our block chain is not 10GB but (don't have the exact number) between 1 and 2 GB.
1.5 GB  Wink
legendary
Activity: 1288
Merit: 1000
How Dash Increased Its Node Count by 40% in 4 Months
 Grin
https://news.bitcoin.com/how-dash-increased-node-count-by-40-in-4-months/



Nice to see some coverage of Dash on bitcoin.com,  they should correct the blockchain size, other than that it reads well.
Yes I saw this too, our block chain is not 10GB but (don't have the exact number) between 1 and 2 GB.

Edit:
But except this detail, yes really nice article, and nice to have coverage on bitcoin.com. Gaining visibility is nice.
legendary
Activity: 1288
Merit: 1000
1000 DASH for a master node correct?
Yes, and you keep them in your local/cold wallet. Just need to start your MN.

Edit : need a guide?
Pick the one you love more there :

https://dashtalk.org/forums/masternode-guides.66/
sr. member
Activity: 354
Merit: 250
hero member
Activity: 827
Merit: 1000
Twitter: @bitcoin_dad
1000 DASH for a master node correct?
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
Can we get back to discussing Dash.

Dashman 0.1.14/Dashvote 0.0.5 released

https://github.com/moocowmoo/dashman/

  • added git checkout info to version header
  • added few more lines in polish
  • bugfix - ip-lookup failover to http if https fails (older distro cert issue)
  • bugfix - support symlink invocation
  • dashvote - added git checkout info to version header
  • dashvote - added loading screen, previous vote detection, vim navigation binding
  • dashvote - added vote-counts, turnout percentage
  • dashvote - bugfix - use alias for vote display - added threshold coloring, sort vote display by block start
  • dashvote - align count/percentage columns
  • dashvote - display vote hash during voting
  • dashvote - ignore unmapped keystrokes


to install:
Code:
git clone https://github.com/moocowmoo/dashman.git
#then run
dashman/dashman
#for help

dashman users:
Code:
dashman sync

dashman vote





dashman status




contact me here, by email, or github if you have any problems/suggestions: [email protected]



legendary
Activity: 924
Merit: 1000
TokenHouse decentralized cryptocurrency exchange
Lol at the amount of off topic posts in this thread. Can we get back to discussing Dash.
legendary
Activity: 1092
Merit: 1000
How Dash Increased Its Node Count by 40% in 4 Months
 Grin
https://news.bitcoin.com/how-dash-increased-node-count-by-40-in-4-months/



Nice to see some coverage of Dash on bitcoin.com,  they should correct the blockchain size, other than that it reads well.
legendary
Activity: 1030
Merit: 1006


When all the coins have been mined the number of users using Dash is probably between 0 and 10 billion and you've been long gone, how does it matter to you now whether there will 14 or 18 million coins by then?
last straws...
Jump to: