explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Masternode issue

Open cryptonana opened this issue 3 years ago • 6 comments

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

cryptonana avatar Aug 29 '20 09:08 cryptonana

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

uaktags avatar Aug 29 '20 15:08 uaktags

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

le2Ks avatar Sep 12 '20 18:09 le2Ks

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.

uaktags avatar Sep 14 '20 13:09 uaktags

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

le2Ks avatar Sep 17 '20 14:09 le2Ks

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,

longvic0 avatar Sep 08 '21 05:09 longvic0

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?

uaktags avatar Sep 09 '21 12:09 uaktags