Giter Site home page Giter Site logo

sync-masternodes error about eiquidus HOT 7 CLOSED

team-exor avatar team-exor commented on August 14, 2024
sync-masternodes error

from eiquidus.

Comments (7)

deadthings avatar deadthings commented on August 14, 2024

Seems to be a similar issue to that in #6, but a different error output, so I will leave my Issue open for now, thanks!

from eiquidus.

joeuhren avatar joeuhren commented on August 14, 2024

Can you post a sample or snippet of the masternode list output from your coin? Most likely it isn't supported currently or it would "just work", but I would be interested to see how different the output is vs what is already supported. Also, do you happen to know what version of Dash your coin is based on?

from eiquidus.

deadthings avatar deadthings commented on August 14, 2024

Thanks for the quick response! Here's a snippet of the output for masternode list (with a few chars replaced with ^ here and there)...

"^^2974574ce3e53985cb32fa3c076d429555bedc4b9d12bd99195b0fbca825fd-1": {
"address": "51.^^.102.212:^^^^",
"payee": "^FUCqFR1AdQYbnWrUBF5Nxsq2gkPnhtMDs",
"status": "ENABLED",
"protocol": 70211,
"daemonversion": "0.12.3.7",
"sentinelversion": "1.2.0",
"sentinelstate": "current",
"lastseen": 1664575702,
"activeseconds": 14924,
"lastpaidtime": 1664537083,
"lastpaidblock": 831654
},

And as you can see from the above output, the equivalent Dash version is 0.12.3.7.

from eiquidus.

joeuhren avatar joeuhren commented on August 14, 2024

Thanks for the snippet. I can already see where the differences are and I don't think it would be difficult to add support for that format, although I probably wouldn't have time for it anytime soon unless you are interested in a paying for the custom development.

If you want to try adding support for that format yourself, I believe the database.js save_masternode and add_update_masternode functions are where you would need to make all or most of the changes.

I'm curious, are you also using the masternode count panel to show the total MNs online and unreachable? Just wondering if that is also broken or if that is working OK?

from eiquidus.

deadthings avatar deadthings commented on August 14, 2024

Thanks for the tip about where to look! It was a pretty easy fix, I just had to point to some different things to get it working...
image

Any tips for how to populate the ipv4/ipv6 column and remove the pay rank column?

Oh and yes - the masternode count panel worked well without any modifications.

from eiquidus.

joeuhren avatar joeuhren commented on August 14, 2024

To remove the pay rank column you would need to make some adjustments to the views/masternodes.pug file and remove that column. Based on the snippet from your masternode list that you provided earlier, there is no data in there about ip4/ip6 so you would either have to modify your wallet code to return that data first or else remove that column as well or map some other data there for example.

from eiquidus.

joeuhren avatar joeuhren commented on August 14, 2024

Closing this ticket due to inactivity. Feel free to reopen if you require further help on this issue.

from eiquidus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.