toknormal
Legendary
Offline
Activity: 3066
Merit: 1188
|
|
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 ) 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
|
|
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: $ 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: #!/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
|
|
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) 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!
|
|
|
|
toknormal
Legendary
Offline
Activity: 3066
Merit: 1188
|
|
January 11, 2016, 01:54:19 AM |
|
Asian equity dumpfest recommencing proceedings.
|
|
|
|
|
TanteStefana2
Legendary
Offline
Activity: 1260
Merit: 1001
|
|
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 I think you may be right, at least an early version
|
Another proud lifetime Dash Foundation member 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
Activity: 1036
Merit: 1000
|
|
January 11, 2016, 03:49:25 AM |
|
WHOAA nice website, great job guys!
|
|
|
|
Solarminer
|
|
January 11, 2016, 04:30:13 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.
|
|
|
|
BurstBurst
|
|
January 11, 2016, 04:30:38 AM |
|
Sell at loss
|
|
|
|
TaoOfSaatoshi
Legendary
Offline
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
|
|
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
|
|
January 11, 2016, 04:43:48 AM |
|
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
|
|
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 6Mineral 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
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
|
|
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 6Mineral 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: XmTdEW1HAaWqDdoWHpo9tyehgmHt3AcF5yhttps://twitter.com/taoofsatoshi/status/686424316733448193 ----------------------------------------------------------------------------------------------- @TanteStefana: As promised: https://www.rebelmouse.com/dashisdigitalcash/dash-evolution-1547922879.html
|
|
|
|
Solarminer
|
|
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
|
|
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
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
|
|
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?
|
|
|
|
tungfa
Legendary
Offline
Activity: 1834
Merit: 1023
|
|
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
|
|
|
|
iCEBREAKER
Legendary
Offline
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
|
|
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
|
| | |
|
|
|
Solarminer
|
|
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? You bet. Corrected my script. Also made some other changes to maybe balance out my mistake.
|
|
|
|
TaoOfSaatoshi
Legendary
Offline
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
|
|
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? You bet. Corrected my script. Also made some other changes to maybe balance out my mistake. Awesome. No matter what sodas get in, this has been fun.
|
|
|
|
|