Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masternode issue #409

Open
cryptonana opened this issue Aug 29, 2020 · 6 comments
Open

Masternode issue #409

cryptonana opened this issue Aug 29, 2020 · 6 comments

Comments

@cryptonana
Copy link

if someone help me i setup masternode explorer but i see this error
DataTables warning: table id=masternodes-table - Requested unknown parameter 'status' for row 0. For more information about this error, please see http://datatables.net/tn/4

any know how to resolve this

@uaktags
Copy link
Collaborator

uaktags commented Aug 29, 2020

We don't currently support masternodes. You should check against the fork you're using. It appears that "status" is not being detected in the Ajax call of your table

@le2Ks
Copy link

le2Ks commented Sep 12, 2020

if someone help me i setup masternode explorer but i see this error
DataTables warning: table id=masternodes-table - Requested unknown parameter 'status' for row 0. For more information about this error, please see http://datatables.net/tn/4

any know how to resolve this

There are other explorer version out there with masternodes implemented
Example: https://github.com/nibbles83/LindaExplorer
Hoping that will help! cheers

@uaktags
Copy link
Collaborator

uaktags commented Sep 14, 2020

Thank you, there are alot of forks out there, but not alot of pull requests to bring those enhancements over. A number of us have implemented masternode support, but haven't done so in a way that scales properly with other coins due to differences in RPC commands. It's less to do with the fact of implementing the masternode code and more the fact that over a decade later, the crypto community still hasn't come to a standardization on rpc. I've personally focused more on that problem (tackling coin-specific rpc) than extending the explorer for masternode calls currently.

@le2Ks
Copy link

le2Ks commented Sep 17, 2020

if someone help me i setup masternode explorer but i see this error
DataTables warning: table id=masternodes-table - Requested unknown parameter 'status' for row 0. For more information about this error, please see http://datatables.net/tn/4

any know how to resolve this

Tell me if you need help for installing https://github.com/nibbles83/LindaExplorer

@longvic0
Copy link

longvic0 commented Sep 8, 2021

Masternode tab:
It could be deployed in HTML, no need database.
I've built an explorer based on iquidus 1.7.4, it runs normally.
Let's have a look at: http://45.32.117.100/masternodes.html

Regards,

@uaktags
Copy link
Collaborator

uaktags commented Sep 9, 2021

Masternode tab:
It could be deployed in HTML, no need database.
I've built an explorer based on iquidus 1.7.4, it runs normally.
Let's have a look at: http://45.32.117.100/masternodes.html

Regards,

We could definitely code a static html page that ingests a .json file....but what would be the point of that? And how does that solve the problem at hand for the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants