Search results

  1. xkcd

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

    and just for fun, I wrote this version where I removed the awk and used bash to tokenise the string on our separators, so we get each item we care about cleanly in 3 different variables. It should be faster and some systems may not have awk, so this is better. #!/bin/bash # Use dash-cli if...
  2. xkcd

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

    Yep, you can update your original post with the new code, you are right, I missed the print out section, I did not change it. Also, the section initialising the counters is not strictly required, bash will set an uninitialised variable to zero on the first use, so you get the same results, but...
  3. xkcd

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

    I have updated the code to make it more better. #!/bin/bash # Use dash-cli if working, else assume a dashmate is to be used. if dash-cli -version >/dev/null 2>&1;then output=$(dash-cli gobject getcurrentvotes 615d8a6d4edafdcee65ff16ab9c7bacef6f5d1b1096466c0957f0441287dcc90) else...
  4. xkcd

    TorGuard VPN 50% Off - Now Accepting Dash!

    Thanks! This works ! 🥳
  5. xkcd

    POSE banned Evo node "is not a Regular"?

    How much RAM usage are you seeing? My server is still seeing the same 11GB per instance.
  6. xkcd

    POSE banned Evo node "is not a Regular"?

    This is a complete red herring. The message you are seeing is completely fine.
  7. xkcd

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

    This will work for evonodes when we go live with them, however, the DMZ will need to be expanded to install the extra 4 or 5 services that make an Evonode tick, I will work on that when we have a stable tech stack, currently, we don't.
  8. xkcd

    POSE banned Evo node "is not a Regular"?

    You can do a pull request on the site. I agree that there does seem to be deficit when dealing with the evonodes. https://docs.dash.org/en/stable/docs/user/masternodes/maintenance.html#proupservtx
  9. xkcd

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

    Recommended approaches for this is to edit the dash.conf file located in either /etc/dash.conf or /home/dash/.dashcore/dash.conf and add the parameter reindex=1 and then comment it out after restarting.
  10. xkcd

    Cryptocurrency Investment in 2024

    Sure! It's Dash! :)
  11. xkcd

    Why is the receive address different from the one I had ?

    The addresses are generated based on the seed words using a 'derivation path', there are unlimited possible addresses that can be generated. The wallet will continue to show you the next 'unused' address, once a deposit is made to it, it will then show you the next address available and so on...
  12. xkcd

    Why is the receive address different from the one I had ?

    Dash is UTXO based, not account based like Ethereum. To improve privacy, the wallet will always generate a new address for you, as you noticed, the old address still works. A note on terminology, a wallet is a just a collection of addresses.
  13. xkcd

    I think Dash needs some changes

    You were not banned or muted, it seems the automod gave you a time out for a post you made that looked scammy, but a moderator there has added you to the bypass role so this shouldn't happen again. No need to FUD the discord, you didn't say anything that should earn you a strike, although much...
  14. xkcd

    I think Dash needs some changes

    My understanding is the same data limits will apply to the NFTs, so you won' be able to store an image in them, just the hash of an image that is located somewhere else.
  15. xkcd

    I think Dash needs some changes

    QE expressed concern that if enough data was allowed to be stored on chain, that platform would be used to store so-called 'illegal data'. He then mused that MNOs could act as moderators and delete said data which they felt crossed the line (whatever that line is) and of course he got some push...
  16. xkcd

    I think Dash needs some changes

    It might have been an opportunistic PR where he saw the chance to get this done now and it made sense, eg, he was already working with the same code, had spare time, or felt it made 'sense' to add this feature now. It could also be a form of procrastination, where he secretly loathes the...
  17. xkcd

    EU enacts ban on anonymous crypto transactions via self-custody wallets

    Yep, basically, your point is that the EU is a testing ground and these measures will make their way into the USA (Freedom) soon enough. That's very likely, in fact the US is probably the ones pulling the strings of the puppets in the EU to make this happen. I always saw this day as...
  18. xkcd

    EU enacts ban on anonymous crypto transactions via self-custody wallets

    It's really sad to see such a wonderful group of countries go down the sewer like this. I hope everyone under this regime goes out and loads up on as much crypto as they can while they still can. I fear these draconian measures are only a precursor to a massive devaluation of the Euro and...
  19. xkcd

    I think Dash needs some changes

    This a bit harsh. I've always been a supporter or more people voting in the DAO and I am supporter of the MNO plan where the DAO is funded from the MNO pay directly and exclusively. What I objected to above, is defunded the DCG proposal. I did agree what if it were defunded and splinter team...
Back
Top