Bitcoin Forum
May 30, 2024, 10:37:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 [5597] 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722629 times)
toknormal
Legendary
*
Offline Offline

Activity: 3066
Merit: 1188


View Profile
January 11, 2016, 12:14:41 AM


When we get the Dash eCommerce user experience as seamless for web / native eCommerce users as PayPal has done both for end-users and merchants, with the added benefit that the user's keep full control of their funds and transact directly with merchants (not something PayPal or Bitcoin on the web allows you to do), Dash can compete for eCommerce share a lot better than Bitcoin I think.

That is one of the most tantalising remarks I've read all year. (Well, maybe a bit longer even  Wink  )

I can totally see the reasoning and the justification. The roadmap stuff really does look very promising as far as creating new web-based payment experiences go. And I agree - that is a huge industry waiting to happen for Dash because hooking up to banks and payment gateways is an absolute PITA. I know because I've done enough of them myself.

Cash on the internet simply just does not exist. If it were to exist it would get used as sure as the grass is green.
gusterdd
Full Member
***
Offline Offline

Activity: 220
Merit: 100


View Profile
January 11, 2016, 12:43:26 AM
Last edit: January 11, 2016, 01:07:05 AM by gusterdd


I used shell file using txid.
echo mn01
~/.dash/dash-cli  masternodelist rank 004c9
echo mn02
~/.dash/dash-cli  masternodelist rank 00acc


I've found masternodelist rank to be inconsistent across blocks.

run just a few blocks apart:

Code:
$ dash-cli masternodelist rank 133c6 
{
    "133c6c848081817d92c493e41de8e186a45b5211f3cd15d5c69b7073099bac9f-0" : 2521
}
$ dash-cli masternodelist rank 133c6
{
    "133c6c848081817d92c493e41de8e186a45b5211f3cd15d5c69b7073099bac9f-0" : 2091
}



I want to have monitoring "dashd" every 5 minute.
And if dashd killed, run dashd automatically.
save following code "actmn"

#!/bin/sh
#=======================================================#
 # while
#=======================================================#
while true
 do
 ps_exist_cnt=`ps -ea | grep "dashd" | grep -v grep | wc -l`
 if [ $ps_exist_cnt -eq 0 ];then
 /home/ubuntu/.dash/dashd &
 fi
 sleep 300
 done


-----------------------
backgroud run
chmod +x actmn
nohup ./actmn &


Is this proper solution?


this will work fine, but you can trim much of that code:

Code:
#!/bin/sh
while true; do
  if [ -z "$(pidof dashd)" ]; then
    /home/ubuntu/.dash/dashd &
  fi
  sleep 300
done


thanks moocowmoo
You upgraded monitoring shell what I found by googling and searching in naver.com data .
Except server down, it is always possible to run "dashd" to me.
It is good to change to your simple code.


Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
moocowmoo
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250


bovine quadruped, professional loafer, dash dev


View Profile WWW
January 11, 2016, 01:28:49 AM


I've found masternodelist rank to be inconsistent across blocks.


thanks moocowmoo
You upgraded monitoring shell what I found by googling and searching in naver.com data .
Except server down, it is always possible to run "dashd" to me.
It is good to change to your simple code.


You're welcome.
I added ranking to that python script and placed it on github.
Output sorts by rank (next paid order)

Code:
git clone https://github.com/moocowmoo/masternode_conf_check.git
cd masternode_conf_check
# nano masternode_check.py
# (edit paths to match your install)
python masternode_check.py

$ python masternode_check.py
node-003  ONLINE - in masternode list - rank:  592/3451
node-001  ONLINE - in masternode list - rank:  701/3451
node-005  ONLINE - in masternode list - rank:  823/3451
node-004  ONLINE - in masternode list - rank: 2618/3451
node-002  ONLINE - in masternode list - rank: 3057/3451

There's a whole ton of things I could add, but I've got other stuff on my plate
right now. (This was a late-night hack for a request bridgewater had.)

Enjoy!


tips: XmoocowYfrPKUR6p6M5aJZdVntQe71irCX | identity: https://keybase.io/moocowmoo
service: https://masternode.me -- The first automated masternode service. Ugly website, stellar uptimes and hands-on support. Over 150 nodes with 300+ days uptime!
toknormal
Legendary
*
Offline Offline

Activity: 3066
Merit: 1188


View Profile
January 11, 2016, 01:54:19 AM


Asian equity dumpfest recommencing proceedings.
TaoOfSaatoshi
Legendary
*
Offline Offline

Activity: 2156
Merit: 1014


Dash Nation Founder | CATV Host


View Profile WWW
January 11, 2016, 03:28:28 AM



www.dashndrink.com

https://twitter.com/taoofsatoshi/status/686386404553830400

Fantastic job by TheDashGuy, and the rest of the project team! So looking forward to Miami, we're going to open a lot of eyes...

TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
January 11, 2016, 03:29:31 AM

When we get the Dash eCommerce user experience as seamless for web / native eCommerce users as PayPal has done both for end-users and merchants, with the added benefit that the user's keep full control of their funds and transact directly with merchants (not something PayPal or Bitcoin on the web allows you to do), Dash can compete for eCommerce share a lot better than Bitcoin I think.

I can't believe I didn't notice this.  Of course, early merchant adoption by big corporations will still want to keep turning their Dash into fiat but soon, they'll be happy to keep Dash.  And when that happens, one really will be able to transact directly with the merchant.  And the apps that can be designed for merchants can do anything Paypal does.  Even automatic shipping, etc... 

Your statement made me "feel" the depth of change just now, and it gave me butterflies (or am I just hungry?) LOL Cheesy



I think you may be right, at least an early version Cheesy

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
stealth923
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


View Profile
January 11, 2016, 03:49:25 AM



www.dashndrink.com

https://twitter.com/taoofsatoshi/status/686386404553830400

Fantastic job by TheDashGuy, and the rest of the project team! So looking forward to Miami, we're going to open a lot of eyes...


WHOAA nice website, great job guys!
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
January 11, 2016, 04:30:13 AM



www.dashndrink.com

https://twitter.com/taoofsatoshi/status/686386404553830400

Fantastic job by TheDashGuy, and the rest of the project team! So looking forward to Miami, we're going to open a lot of eyes...

Yeah the TheDashGuy did a fantastic job!  Raptor73 also helped with that cool 3d image.  There are a few corrections I need to make on the text, which I will take care of in the next day or two.

We are making progress.  All the screens work, IX TX work, relays trigger.  We(as in Moocowmoo coding fixes and I supporting the best I can) are now focusing on running over 24 hours without a bug.  Camosoul is hard at work sanding and painting.  Hopefully, some android wallet changes will be announced soon.  Good stuff happening here.
BurstBurst
Full Member
***
Offline Offline

Activity: 494
Merit: 100



View Profile
January 11, 2016, 04:30:38 AM

Sell at loss
TaoOfSaatoshi
Legendary
*
Offline Offline

Activity: 2156
Merit: 1014


Dash Nation Founder | CATV Host


View Profile WWW
January 11, 2016, 04:43:30 AM

Yeah the TheDashGuy did a fantastic job!  Raptor73 also helped with that cool 3d image.  There are a few corrections I need to make on the text, which I will take care of in the next day or two.

We are making progress.  All the screens work, IX TX work, relays trigger.  We(as in Moocowmoo coding fixes and I supporting the best I can) are now focusing on running over 24 hours without a bug.  Camosoul is hard at work sanding and painting.  Hopefully, some android wallet changes will be announced soon.  Good stuff happening here.
How is the soda voting going? Or is that over now?

Bridgewater
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
January 11, 2016, 04:43:48 AM

Code:
git clone https://github.com/moocowmoo/masternode_conf_check.git
cd masternode_conf_check
# nano masternode_check.py
# (edit paths to match your install)
python masternode_check.py

$ python masternode_check.py
node-003  ONLINE - in masternode list - rank:  592/3451
node-001  ONLINE - in masternode list - rank:  701/3451
node-005  ONLINE - in masternode list - rank:  823/3451
node-004  ONLINE - in masternode list - rank: 2618/3451
node-002  ONLINE - in masternode list - rank: 3057/3451

There's a whole ton of things I could add, but I've got other stuff on my plate
right now. (This was a late-night hack for a request bridgewater had.)

Enjoy!
Thanks again, moocowmoo! Small tip sent.
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
January 11, 2016, 05:21:23 AM

Yeah the TheDashGuy did a fantastic job!  Raptor73 also helped with that cool 3d image.  There are a few corrections I need to make on the text, which I will take care of in the next day or two.

We are making progress.  All the screens work, IX TX work, relays trigger.  We(as in Moocowmoo coding fixes and I supporting the best I can) are now focusing on running over 24 hours without a bug.  Camosoul is hard at work sanding and painting.  Hopefully, some android wallet changes will be announced soon.  Good stuff happening here.
How is the soda voting going? Or is that over now?
Soda Voting Results for the InstantX Vending Machine as of Today:
TAO, not good for coke, look at rootbeer.
We have a big entry for 7up with a 3.71 dash donation.  Thank you.

Potential Top 6
Mineral Water  12.64617432 DASH
Rootbeer  8 DASH
Coke  7.9389742 DASH
Mt Drew  4.002 DASH
Dr Pepper  4.001 DASH
7up  3.7121 DASH
-----------------------
Mello Yellow  3.7 DASH
Red Stripe  0.364 DASH
Cherry Coke  0.021 DASH
Pepsi  0.011 DASH
Diet Cola  0.002 DASH
Sprite  0.001 DASH

We are going to cut off voting tomorrow so we can make labels. Anyone else who wants to push their drink into the top 6, now is your chance. Thanks again for all your support.

Here are the addresses.
Coke: XcoKEbG1jeHKitW4HAnrNKgrofWQe9x26a
Cherry Coke: XcCoKeARJarL8VPRrwmnvNeF1nWxWBCoKK
Dr Pepper: XdrPEPRnsDXSMxWdXs3oK7PAC8Mj5HtXwg
Pepsi: XpEPSiWWjQjKZ3kGaMxjE7uc3BJDH26UMk
7up: XsEvuPpw6o4JiRApE3THBEcuCqjqES2Aho
Sprite: XsPrite2xPLbYGnLarcRa75FC3pYrKZrwQ
Mt Dew: XmTdEW1HAaWqDdoWHpo9tyehgmHt3AcF5y
MelloYello: XmYELq3ozZism9DgzHP3kNoyjtFjT7hqXX
Diet Cola: XdiEtmWyuEAaEKaD9wtfwvfPidLmQrTkh1
Rootbeer: Xroot4dLh7s8UeGsXjpLVd5K7WZU8GD7Qj
Mineral Water: XminwjYtcBwEGTohxZKLZkyooRyEWuQKPQ
Red Stripe: XrEdsTPpnirHozCewVD1XEusip3x6wEeXt
TaoOfSaatoshi
Legendary
*
Offline Offline

Activity: 2156
Merit: 1014


Dash Nation Founder | CATV Host


View Profile WWW
January 11, 2016, 05:27:21 AM
Last edit: January 11, 2016, 05:54:49 AM by TaoOfSaatoshi

Yeah the TheDashGuy did a fantastic job!  Raptor73 also helped with that cool 3d image.  There are a few corrections I need to make on the text, which I will take care of in the next day or two.

We are making progress.  All the screens work, IX TX work, relays trigger.  We(as in Moocowmoo coding fixes and I supporting the best I can) are now focusing on running over 24 hours without a bug.  Camosoul is hard at work sanding and painting.  Hopefully, some android wallet changes will be announced soon.  Good stuff happening here.
How is the soda voting going? Or is that over now?
Soda Voting Results for the InstantX Vending Machine as of Today:
TAO, not good for coke, look at rootbeer.
We have a big entry for 7up with a 3.71 dash donation.  Thank you.

Potential Top 6
Mineral Water  12.64617432 DASH
Rootbeer  8 DASH
Coke  7.9389742 DASH
Mt Drew  4.002 DASH
Dr Pepper  4.001 DASH
7up  3.7121 DASH
-----------------------
Mello Yellow  3.7 DASH
Red Stripe  0.364 DASH
Cherry Coke  0.021 DASH
Pepsi  0.011 DASH
Diet Cola  0.002 DASH
Sprite  0.001 DASH

We are going to cut off voting tomorrow so we can make labels. Anyone else who wants to push their drink into the top 6, now is your chance. Thanks again for all your support.

Here are the addresses.
Coke: XcoKEbG1jeHKitW4HAnrNKgrofWQe9x26a
Cherry Coke: XcCoKeARJarL8VPRrwmnvNeF1nWxWBCoKK
Dr Pepper: XdrPEPRnsDXSMxWdXs3oK7PAC8Mj5HtXwg
Pepsi: XpEPSiWWjQjKZ3kGaMxjE7uc3BJDH26UMk
7up: XsEvuPpw6o4JiRApE3THBEcuCqjqES2Aho
Sprite: XsPrite2xPLbYGnLarcRa75FC3pYrKZrwQ
Mt Dew: XmTdEW1HAaWqDdoWHpo9tyehgmHt3AcF5y
MelloYello: XmYELq3ozZism9DgzHP3kNoyjtFjT7hqXX
Diet Cola: XdiEtmWyuEAaEKaD9wtfwvfPidLmQrTkh1
Rootbeer: Xroot4dLh7s8UeGsXjpLVd5K7WZU8GD7Qj
Mineral Water: XminwjYtcBwEGTohxZKLZkyooRyEWuQKPQ
Red Stripe: XrEdsTPpnirHozCewVD1XEusip3x6wEeXt
I don't care about Coke, I do the Dew! I'll have to add to its numbers a bit....

Vote for Mountain Dew: XmTdEW1HAaWqDdoWHpo9tyehgmHt3AcF5y

https://twitter.com/taoofsatoshi/status/686424316733448193  Grin

-----------------------------------------------------------------------------------------------

@TanteStefana: As promised:

https://www.rebelmouse.com/dashisdigitalcash/dash-evolution-1547922879.html

Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
January 11, 2016, 05:43:48 AM

I don't care about Coke, I do the Dew! I'll have to add to its numbers a bit....

Thanks.  Oops, Tungfa is in for Coke.  We will see if there is some retaliation.
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
January 11, 2016, 06:07:05 AM

Well, that was unexpected....Thank you TOS for the Mt Dew votes!

Potential Top 6

Mineral Water 12.64617432 DASH
Mt Drew 9.002 DASH
Rootbeer 8 DASH
Coke 7.9389742 DASH
Dr Pepper 4.001 DASH
7up 3.7121 DASH
TaoOfSaatoshi
Legendary
*
Offline Offline

Activity: 2156
Merit: 1014


Dash Nation Founder | CATV Host


View Profile WWW
January 11, 2016, 06:14:49 AM

Well, that was unexpected....Thank you TOS for the Mt Dew votes!

Potential Top 6

Mineral Water 12.64617432 DASH
Mt Drew Dew 9.002 DASH
Rootbeer 8 DASH
Coke 7.9389742 DASH
Dr Pepper 4.001 DASH
7up 3.7121 DASH
No problem, maybe you could spell it right, now?  Tongue

tungfa
Legendary
*
Offline Offline

Activity: 1834
Merit: 1023


View Profile
January 11, 2016, 06:20:19 AM

I don't care about Coke, I do the Dew! I'll have to add to its numbers a bit....

Thanks.  Oops, Tungfa is in for Coke.  We will see if there is some retaliation.

easy there
you are selling me as a 'coke head' here
 Wink  Roll Eyes  Grin
iCEBREAKER
Legendary
*
Offline Offline

Activity: 2156
Merit: 1072


Crypto is the separation of Power and State.


View Profile WWW
January 11, 2016, 06:24:53 AM

I would bet & trust that Evan has alot more knowledge and experience behind him to make the right decisions.



██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

Monero
"The difference between bad and well-developed digital cash will determine
whether we have a dictatorship or a real democracy." 
David Chaum 1996
"Fungibility provides privacy as a side effect."  Adam Back 2014
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
Is Dash a scam?
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
January 11, 2016, 06:31:48 AM

Well, that was unexpected....Thank you TOS for the Mt Dew votes!

Potential Top 6

Mineral Waiter 12.64617432 DASH
Mt Dew 9.002 DASH
Rootbear 8 DASH
Cooke 7.9389742 DASH
Dr Papper 4.001 DASH
7ups 3.7121 DASH
No problem, maybe you could spell it right, now?  Tongue
You bet.  Corrected my script.  Also made some other changes to maybe balance out my mistake.   Smiley
TaoOfSaatoshi
Legendary
*
Offline Offline

Activity: 2156
Merit: 1014


Dash Nation Founder | CATV Host


View Profile WWW
January 11, 2016, 06:41:17 AM

Well, that was unexpected....Thank you TOS for the Mt Dew votes!

Potential Top 6

Mineral Waiter 12.64617432 DASH
Mt Dew 9.002 DASH
Rootbear 8 DASH
Cooke 7.9389742 DASH
Dr Papper 4.001 DASH
7ups 3.7121 DASH
No problem, maybe you could spell it right, now?  Tongue
You bet.  Corrected my script.  Also made some other changes to maybe balance out my mistake.   Smiley
Awesome. No matter what sodas get in, this has been fun.

Pages: « 1 ... 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 [5597] 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 ... 7012 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!