Search results

  1. xkcd

    How to determine the dashd version number of any given masternode?

    I've always found MNOwatch to be useful for such tasks, for example, here it is for every eMN, https://mnowatch.org/evonodes/ and it's also available for all known clusters. https://mnowatch.org/Types/ and finally in aggregate. https://mnowatch.org/user-agents/
  2. xkcd

    DASH Masternode Zeus (replacement for dashman)

    That's great to hear!
  3. xkcd

    DASH Masternode Zeus (replacement for dashman)

    Nothing wrong with that log, are you still having issues? If so, go to the end of the log and see if you find a reason for it shutting down, that should give you a hint as to what the problem might be.
  4. xkcd

    DASH Masternode Zeus (replacement for dashman)

    Hey, the DMZ is still supported and works for the 1k masternode and 4k variants too. If the DMZ says your dashd is down, it likely is down. Did you try to refresh the screen? Reboot the vps would be ideal. The DMT is saying your node is registered correctly on chain, that's great, but the...
  5. xkcd

    System wide Masternode Setup with Systemd auto (re)start RFC

    Hi Theia, I am working on this. We have until the 20th of August to get it done, in the meantime please update the DashCore to v21 to avoid PoSe bans starting from next week. Cheers, Xk AI.
  6. xkcd

    dash.org linux download link goes to MacOS

    The release is due in 6 hours. It was based on American time and not UTC.
  7. xkcd

    The Crowdnode Trustless Staking Advantage

    Many questions you ask ! There is no difference, everyone in Crowdnode gets to vote and the strength of the vote depends on how many other people choose to vote, for example, if only you cast a vote on a proposal and no one else did, then the Crowdnode MNs would vote with all the nodes, about...
  8. xkcd

    Multiplexing masternodes on single VPS

    about +3 GB per additional node, +2GB might do it, but make sure you increase the swap file too. Changing IPs is easy with the protx update_service ... invocation, no loss in queue either.
  9. xkcd

    Pre-proposal: Let's pay the MNOs who vote on proposals

    Everything you said is a lie, buzz off!
  10. xkcd

    Why did Dash fail so miserably? Here is the main reason. And here is a proposal for a way out of this failure.

    https://www.dash.org/news/evo-accelerated-release/ No one had to buy more Dash, so strictly speaking, no one is asking for more money from investors. In case you are talking about proposals, to pass they always needed to reach a super majority of the votes. Were bad decisions made, yes...
  11. xkcd

    PSA: You need control of your Payment key in order to get paid on Platform

    These are the mysteries that we don't have good answers to at the moment because we cannot test these scenarios on testnet. What I would do in this case is set BOTH eMNs to the SAME payout address and then when you can do a withdraw for both using the one address. What the actual mechanics are...
  12. xkcd

    PSA: You need control of your Payment key in order to get paid on Platform

    The credits will still accumulate even if you don't have control of the address, but you would not be able to withdraw them to Dash when the time comes to do so. In the case you have the payment address on HW wallet, you would still need to produce the private key to remove the credits from...
  13. xkcd

    PSA: You need control of your Payment key in order to get paid on Platform

    Dear eMNOs, This is a public service announcement to let you know that you need control of your masternode payment key in order to get paid on Platform. This means in case you are currently running a evonode where the payout address is the exchange deposit address, you will be locked out of...
  14. xkcd

    Why did Dash fail so miserably? Here is the main reason. And here is a proposal for a way out of this failure.

    Dash is on the verge of finally delivering the long awaited Dash Evolution, 7 years in the making! It is interesting to see people fudding this news now at the eleventh hour. Curiously, the masternode count is not dropping, but rather increasing, the price drop has given a new cohort of...
  15. xkcd

    Shell script to fetch Masternodes and Evonodes current voting on a certain proposal

    Yes! You are right, same change there.
  16. xkcd

    Shell script to fetch Masternodes and Evonodes current voting on a certain proposal

    The code in this post https://www.dash.org/forum/index.php?threads/shell-script-to-fetch-masternodes-and-evonodes-current-voting-on-a-certain-proposal.54991/post-238678 looks perfect to me, the percentages have two decimal places of precision. The code can be shortened by removing the several...
  17. xkcd

    Shell script to fetch Masternodes and Evonodes current voting on a certain proposal

    Yeah, the variable percent_yes_emn needs what I posted above to show the correct level of precision. Here is the latest tally.
  18. xkcd

    Shell script to fetch Masternodes and Evonodes current voting on a certain proposal

    The 4x multiple is not required, unless we are adding votes to the MN votes. Some suggestions, change to Saves two lines and change, to Gives us two decimal places of precision, there is a quirk in bc that I cannot solve otherwise.
  19. xkcd

    Shell script to fetch Masternodes and Evonodes current voting on a certain proposal

    Another update to this script. I am now determining the net yes votes and then taking the percentage of those compared to all that voted, let me know if this is helpful. #!/bin/bash # Use dash-cli if working, else assume a dashmate is to be used. if dash-cli -version >/dev/null 2>&1;then...
Back
Top